-
Bug
-
Resolution: Fixed
-
P4
-
17.0.16, 17.0.16-oracle, 21.0.8, 21.0.8-oracle, 24, 25
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8364818 | 25.0.2 | Trupti Patil | P4 | Resolved | Fixed | master |
JDK-8364683 | 21.0.10-oracle | Trupti Patil | P4 | Resolved | Fixed | master |
JDK-8364684 | 17.0.18-oracle | Trupti Patil | P4 | Resolved | Fixed | master |
JDK-8364985 | 11.0.30-oracle | Trupti Patil | P4 | Resolved | Fixed | master |
JDK-8364983 | 8u481 | Trupti Patil | P4 | Resolved | Fixed | master |
The test was previously present in closed repo as manual test, it is opensourced and converted from appet to Main as automated test.
Test suite: Regression
Test: test/jdk/java/awt/FileDialog/DoubleActionESC.java
Product Tested: jdk-11.0.28+1, jdk-8u461+1
Platforms: it is reproducible on all plateforms
Regression: No
Reproducible: it is intermittently failing only in Mach5, Not able to reproduce on local machine
Test Failing with following error:
java.lang.RuntimeException: File Dialog is not closed
at DoubleActionESC.main(DoubleActionESC.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.lang.Thread.run(Thread.java:750)
- backported by
-
JDK-8364683 DoubleActionESC.java fails intermittently
-
- Resolved
-
-
JDK-8364684 DoubleActionESC.java fails intermittently
-
- Resolved
-
-
JDK-8364818 DoubleActionESC.java fails intermittently
-
- Resolved
-
-
JDK-8364983 DoubleActionESC.java fails intermittently
-
- Resolved
-
-
JDK-8364985 DoubleActionESC.java fails intermittently
-
- Resolved
-
- caused by
-
JDK-8341004 Open source AWT FileDialog related tests
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/6d2b9c99
-
Commit(master) openjdk/jdk/d1052c70
-
Review(master) openjdk/jdk25u/62
-
Review(master) openjdk/jdk/25184