[jdk11u-dev] RFR: 8213110: Remove the use of applets in automatic tests
Goetz Lindenmaier
goetz at openjdk.java.net
Thu Sep 16 13:59:59 UTC 2021
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.
-------------
Commit messages:
- Backport b5998aadf065404608e077b1064e56e99a537095
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/359/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=359&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8213110
Stats: 4389 lines in 141 files changed: 341 ins; 3651 del; 397 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/359.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/359/head:pull/359
PR: https://git.openjdk.java.net/jdk11u-dev/pull/359
More information about the jdk-updates-dev
mailing list