RFR: 8354553: Open source several clipboard tests batch0

Sergey Bylokhov serb at openjdk.org
Wed Apr 23 03:17:41 UTC 2025


On Tue, 22 Apr 2025 21:44:58 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

> Few more tests are open sourced, all of them are in problem list.

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?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24802#discussion_r2055180544


More information about the client-libs-dev mailing list