-
Bug
-
Resolution: Fixed
-
P2
-
8
-
x86_64
-
linux_ubuntu
fails with jdk1.8.0b114, jdk1.8.0b113. Passes on jdk1.7.0_45b18
----------System.out:(2/24)----------
Profile: sRGB
Tag: view
----------System.err:(20/1090)----------
java.lang.RuntimeException: Test failed!
at ReadWriteProfileTest.run(ReadWriteProfileTest.java:119)
at ReadWriteProfileTest.main(ReadWriteProfileTest.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
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:744)
Caused by: java.lang.IllegalArgumentException: Can not write tag data.
at sun.java2d.cmm.lcms.LCMS.setTagDataNative(Native Method)
at sun.java2d.cmm.lcms.LCMS.setTagData(LCMS.java:121)
at java.awt.color.ICC_Profile.setData(ICC_Profile.java:1410)
at ReadWriteProfileTest.run(ReadWriteProfileTest.java:113)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed!
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed!
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed!
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed!
----------System.out:(2/24)----------
Profile: sRGB
Tag: view
----------System.err:(20/1090)----------
java.lang.RuntimeException: Test failed!
at ReadWriteProfileTest.run(ReadWriteProfileTest.java:119)
at ReadWriteProfileTest.main(ReadWriteProfileTest.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
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:744)
Caused by: java.lang.IllegalArgumentException: Can not write tag data.
at sun.java2d.cmm.lcms.LCMS.setTagDataNative(Native Method)
at sun.java2d.cmm.lcms.LCMS.setTagData(LCMS.java:121)
at java.awt.color.ICC_Profile.setData(ICC_Profile.java:1410)
at ReadWriteProfileTest.run(ReadWriteProfileTest.java:113)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed!
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed!
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed!
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Test failed!
- duplicates
-
JDK-8028206 sun/java2d/cmm/ProfileOp/SetDataTest.java fails
- Closed