RFR: 8306638: Open source some AWT tests related to datatransfer and Toolkit [v2]
Jayathirth D V
jdv at openjdk.org
Mon May 15 06:31:56 UTC 2023
On Fri, 12 May 2023 16:35:48 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
>> Jayathirth D V has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update after review comments
>
> test/jdk/java/awt/datatransfer/FileTransferAWTLockTest/FileTransferAWTLockTest.java line 48:
>
>> 46: if (!(System.getProperty("os.name").startsWith("Linux"))) {
>> 47: return;
>> 48: }
>
> Isn't this already covered by the @requires?
I have kept it, so that it helps during standalone run without jtreg.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13642#discussion_r1193376465
More information about the client-libs-dev
mailing list