[jdk11u-dev] Integrated: 8213110: Remove the use of applets in automatic tests
Goetz Lindenmaier
goetz at openjdk.java.net
Fri Sep 17 13:37:46 UTC 2021
On Thu, 16 Sep 2021 14:55:05 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> This is a backport of a test fix from 11.0.12 that was also downported by Oracle. Required some trivial resolves. Differences were mostly in the references to the test libraries and OSInfo. In detail:
>
> ProblemList: The usual adaptions were necessary.
>
> test/jdk/java/awt/Choice/PopupPosTest/PopupPosTest.html Pointless difference. Just deleted.
> test/jdk/java/awt/Choice/PopupPosTest/PopupPosTest.java Trivial resolve.
>
> test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/ConsumeNextMnemonicKeyTypedTest.html Pointless difference. Just deleted.
> test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/ConsumeNextMnemonicKeyTypedTest.java Trivial resolve.
>
> test/jdk/java/awt/List/FirstItemRemoveTest/FirstItemRemoveTest.html Pointless difference. Just deleted.
> test/jdk/java/awt/List/FirstItemRemoveTest/FirstItemRemoveTest Trivial resolve.
>
> test/jdk/java/awt/List/KeyEventsTest/KeyEventsTest.html Pointless difference. Just deleted.
> test/jdk/java/awt/List/KeyEventsTest/KeyEventsTest Trivial resolve.
>
> test/jdk/java/awt/datatransfer/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html Pointless difference. Just deleted.
> test/jdk/javax/swing/JPopupMenu/4634626/bug4634626.java Trivial resolve.
>
> test/jdk/javax/swing/JFrame/4962534/bug4962534.java
> test/jdk/javax/swing/JPopupMenu/4634626/bug4634626.java
> Later fixes to method main() have been downported already. Resolved to the main() already in 11u-dev.
>
> I ran all the tests, they succeed if you don't touch the mouse etc. test/jdk/java/awt/Focus/IconifiedFrameFocusChangeTest/IconifiedFrameFocusChangeTest.java is failing, but that one is ProblemListed and was failing before, too.
This pull request has now been integrated.
Changeset: d754399d
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.java.net/jdk11u-dev/commit/d754399d90d6661cc22ff837d51eb7c1d2a8f220
Stats: 4390 lines in 141 files changed: 342 ins; 3651 del; 397 mod
8213110: Remove the use of applets in automatic tests
Reviewed-by: clanger
Backport-of: b5998aadf065404608e077b1064e56e99a537095
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/361
More information about the jdk-updates-dev
mailing list