JDK-8224830 : test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java fails on linux-x64
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • Submitted: 2019-05-27
  • Updated: 2019-12-10
  • Resolved: 2019-05-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14
11.0.7-oracleFixed 13 b24Fixed 14Fixed
Description
test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java fails with execption

jib > Clicking java.awt.Button[button0,0,0,200x200,label=Button]
jib > STDERR:
jib > java.lang.RuntimeException: Test failed!
jib > 	at ModalExcludedWindowClickTest.test(ModalExcludedWindowClickTest.java:100)
jib > 	at ModalExcludedWindowClickTest.start(ModalExcludedWindowClickTest.java:93)
jib > 	at ModalExcludedWindowClickTest.main(ModalExcludedWindowClickTest.java:48)
jib > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jib > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
jib > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
jib > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
jib > 	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
jib > 	at java.base/java.lang.Thread.run(Thread.java:830)
Comments
Fix request (11u) I would like to downport this for parity with 11.0.7-oracle. Applies clean.
08-12-2019