-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 19
-
Windows 11 x64
-
b26
-
generic
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8294507 | 17.0.6 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8290153 | 17.0.5-oracle | Manukumar V S | P4 | Resolved | Fixed | b02 |
JDK-8295363 | 11.0.18 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8290158 | 11.0.17-oracle | Manukumar V S | P4 | Resolved | Fixed | b02 |
JDK-8290166 | 8u351 | Manukumar V S | P4 | Resolved | Fixed | b03 |
Log:
java.lang.RuntimeException: DropTargetListener.dragEnter() not called.
at DropTargetInInternalFrameTest.start(DropTargetInInternalFrameTest.java:133)
at com.sun.javatest.regtest.agent.AppletWrapper$AppletRunnable.run(AppletWrapper.java:157)
at java.base/java.lang.Thread.run(Thread.java:833)
java.lang.RuntimeException: The test failed.
at DropTargetInInternalFrameTest.start(DropTargetInInternalFrameTest.java:143)
at com.sun.javatest.regtest.agent.AppletWrapper$AppletRunnable.run(AppletWrapper.java:157)
at java.base/java.lang.Thread.run(Thread.java:833)
STATUS:Failed.Applet thread threw exception: java.lang.RuntimeException: The test failed.
Fix:
This test verifies that dragging from one InternalFrame and a drop target in another InternalFrame functions properly.
This test fix converts an unstable applet based test to java main based test. It also updates the test to be more comprehensive with some stabilisation improvements. This test was creating noise in CI as it often fails in Windows platform, especially in Windows 11.
Testing:
Tested using mach5 20 times per platform and got all Pass.
Tested using mach5 5 times specifically on Windows 11 and got all Pass.
- backported by
-
JDK-8290153 java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
-
- Resolved
-
-
JDK-8290158 java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
-
- Resolved
-
-
JDK-8290166 java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
-
- Resolved
-
-
JDK-8294507 java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
-
- Resolved
-
-
JDK-8295363 java/awt/dnd/DropTargetInInternalFrameTest/DropTargetInInternalFrameTest.html times out and fails in Windows
-
- Resolved
-
- duplicates
-
JDK-8286822 Write a test to check the DND functionality between two InternalFrames
-
- Closed
-
- relates to
-
JDK-8286822 Write a test to check the DND functionality between two InternalFrames
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/7a7b3df2
-
Commit openjdk/jdk17u-dev/f49ffca2
-
Commit openjdk/jdk/d76c1089
-
Review openjdk/jdk11u-dev/1447
-
Review openjdk/jdk17u-dev/731
-
Review openjdk/jdk/8753