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. This pull request has now been integrated. Changeset: 73b8b34a Author: Harshitha Onkar <[email protected]> URL: https://git.openjdk.org/jdk/commit/73b8b34a8c627dd31ee97f3a301bd9d92d7031ed Stats: 201 lines in 2 files changed: 58 ins; 23 del; 120 mod 8344368: IndependenceSwingTest.java and IndependenceAWTTest.java failed: Selected text & clipboard contents differs Reviewed-by: azvegint, dnguyen, prr, kizune ------------- PR: https://git.openjdk.org/jdk/pull/22490
