-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
7, 8, 9
-
generic
-
linux
Test name(s): java/awt/Window/ShapedAndTranslucentWindows/Shaped.java
java/awt/Window/ShapedAndTranslucentWindows/ShapedByAPI.java
java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.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:(4/212)----------
OK with background point java.awt.Point[x=282,y=282]
OK with background point java.awt.Point[x=372,y=372]
OK with background point java.awt.Point[x=282,y=372]
OK with background point java.awt.Point[x=372,y=282]
----------System.err:(16/1072)----------
java.lang.RuntimeException: Foreground point java.awt.Point[x=245,y=245] equals to background color java.awt.Color[r=0,g=0,b=255]
at Common.checkShape(Common.java:271)
at Common.checkDynamicShape(Common.java:253)
at Shaped.doTest(Shaped.java:70)
at Shaped.main(Shaped.java:55)
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: Foreground point java.awt.Point[x=245,y=245] equals to background color java.awt.Color[r=0,g=0,b=255]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Foreground point java.awt.Point[x=245,y=245] equals to background color java.awt.Color[r=0,g=0,b=255]
java/awt/Window/ShapedAndTranslucentWindows/ShapedByAPI.java
java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.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:(4/212)----------
OK with background point java.awt.Point[x=282,y=282]
OK with background point java.awt.Point[x=372,y=372]
OK with background point java.awt.Point[x=282,y=372]
OK with background point java.awt.Point[x=372,y=282]
----------System.err:(16/1072)----------
java.lang.RuntimeException: Foreground point java.awt.Point[x=245,y=245] equals to background color java.awt.Color[r=0,g=0,b=255]
at Common.checkShape(Common.java:271)
at Common.checkDynamicShape(Common.java:253)
at Shaped.doTest(Shaped.java:70)
at Shaped.main(Shaped.java:55)
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: Foreground point java.awt.Point[x=245,y=245] equals to background color java.awt.Color[r=0,g=0,b=255]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Foreground point java.awt.Point[x=245,y=245] equals to background color java.awt.Color[r=0,g=0,b=255]
- duplicates
-
JDK-8081469 Test java/awt/Dialog/MakeWindowAlwaysOnTop/MakeWindowAlwaysOnTop.java fails in OEL 7 only
- Closed
-
JDK-8081481 Three AWT test fails in OEL 7 only because Choice wasn't opened with LEFTMOUSE button
- Closed
- relates to
-
JDK-8078999 [macosx] Few ShapedAndTranslucentWindows test fails for Mac 10.10 but passes for 10.9
- Open
-
JDK-7043845 Robot should be able take screenshots with translucent windows
- Closed