RFR: 8354553: Open source several clipboard tests batch0 [v2]
Alexander Zvegintsev
azvegint at openjdk.org
Wed Apr 23 21:08:38 UTC 2025
On Wed, 23 Apr 2025 03:14:37 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> use ProcessTools
>
> test/jdk/java/awt/Clipboard/ClipboardSecurity.java line 101:
>
>> 99: javaPath + File.separator + "bin" + File.separator + "java",
>> 100: "-cp", System.getProperty("test.classes", "."),
>> 101: "ClipboardSecurity", "client"
>
> Same question as in another PR. can we use ProcessTools/OutputAnalyzer?
Sure, thanks for the tip, updated
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24802#discussion_r2056871405
More information about the client-libs-dev
mailing list