-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
None
-
os_x
Test name(s): java/awt/Paint/PaintNativeOnUpdate.java
JDK tested: 1.8.0_20 b21
OS tested: Mac 10.10
Is it a regression? NO
Is it platform specific? NO
The is failure reproduced: always
General description:
Expected color = java.awt.Color[r=0,g=255,b=0]
Actual color = java.awt.Color[r=16,g=254,b=0]
java.lang.RuntimeException
at PaintNativeOnUpdate.main(PaintNativeOnUpdate.java:68)
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:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
JDK tested: 1.8.0_20 b21
OS tested: Mac 10.10
Is it a regression? NO
Is it platform specific? NO
The is failure reproduced: always
General description:
Expected color = java.awt.Color[r=0,g=255,b=0]
Actual color = java.awt.Color[r=16,g=254,b=0]
java.lang.RuntimeException
at PaintNativeOnUpdate.main(PaintNativeOnUpdate.java:68)
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:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
- duplicates
-
JDK-8041901 Test java/awt/Paint/PaintNativeOnUpdate.java fails on Mac and Linux
- Closed