On Mon, 2 Dec 2024 17:12:53 GMT, Harshitha Onkar <[email protected]> wrote:
> 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. @alisenchung Just a headsup: You may want to sync your repo for https://github.com/openjdk/jdk/pull/22044, once this PR is merged since these tests use ExtendedRobot. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22490#issuecomment-2512326547
