RFR: JDK-8344368 : IndependenceSwingTest.java and IndependenceAWTTest.java failed: Selected text & clipboard contents differs [v2]
Harshitha Onkar
honkar at openjdk.org
Mon Dec 2 19:03:55 UTC 2024
> The following two tests failed intermittently due to stability issues after JEP486 (Removal of Security Manager). Tests have been updated for stability.
> This test is applicable for linux platform only, hence `@requires (os.family == "linux")` jtreg tag is added and the redundant OS check within the test is removed.
>
> - java/awt/datatransfer/Independence/IndependenceAWTTest.java
> - java/awt/datatransfer/Independence/IndependenceSwingTest.java
>
> Multiple runs of the test on CI looks good and the tests pass.
Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
removed redundant null check
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22490/files
- new: https://git.openjdk.org/jdk/pull/22490/files/68a84bfd..86de95ff
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22490&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22490&range=00-01
Stats: 59 lines in 2 files changed: 0 ins; 5 del; 54 mod
Patch: https://git.openjdk.org/jdk/pull/22490.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22490/head:pull/22490
PR: https://git.openjdk.org/jdk/pull/22490
More information about the client-libs-dev
mailing list