RFR: JDK-8344368 : IndependenceSwingTest.java and IndependenceAWTTest.java failed: Selected text & clipboard contents differs [v4]
Alexander Zvegintsev
azvegint at openjdk.org
Tue Dec 3 10:53:40 UTC 2024
On Tue, 3 Dec 2024 05:25:18 GMT, Harshitha Onkar <honkar at openjdk.org> 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.
>
> Harshitha Onkar has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
>
> - Merge branch 'master' into jep486_DataTransferTests
> - glideStartLocation changes
> - frame title
> - removed redundant null check
> - removed author tags, delay changes
> - added missing import
> - datatransfer test changes
Marked as reviewed by azvegint (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22490#pullrequestreview-2475290237
More information about the client-libs-dev
mailing list