-
Bug
-
Resolution: Fixed
-
P4
-
None
-
8u45, 9
-
generic
-
linux
Test name(s): java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java
JDK tested: 9b64
OS tested: OEL 7, OEL 6.4
Is it a regression? NO
Is it platform specific? Yes (fails on OEL 7)
The is failure reproduced: always
General description:
----------System.out:(1/38)----------
Color = java.awt.Color[r=255,g=0,b=0]
----------System.err:(13/798)----------
java.lang.RuntimeException: Test FAILED: the frame is always-on-top
at MakeWindowAlwaysOnTop.main(MakeWindowAlwaysOnTop.java:115)
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:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test FAILED: the frame is always-on-top
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test FAILED: the frame is always-on-top
JDK tested: 9b64
OS tested: OEL 7, OEL 6.4
Is it a regression? NO
Is it platform specific? Yes (fails on OEL 7)
The is failure reproduced: always
General description:
----------System.out:(1/38)----------
Color = java.awt.Color[r=255,g=0,b=0]
----------System.err:(13/798)----------
java.lang.RuntimeException: Test FAILED: the frame is always-on-top
at MakeWindowAlwaysOnTop.main(MakeWindowAlwaysOnTop.java:115)
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:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test FAILED: the frame is always-on-top
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test FAILED: the frame is always-on-top
- duplicates
-
JDK-8081455 ShapedAndTranslucentWindow tests fail in OEL 7 only
- Closed
- relates to
-
JDK-4529206 JToolBar - setFloating does not work correctly
- Resolved