JDK-8144029 : Regression test sun/java2d/SunGraphics2D/EmptyClipRenderingTest.java failure
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 8,9,13,14,15,16,17,18
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2015-11-25
  • Updated: 2024-09-25
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
This test fails consistently on OEL 7 (Gnome 3, ATI) with latest builds as well as b40 (well before JDK-6345095 was fixed). What fails is, the very first subtest without any additional 2d flags set.
Note that the same test runs OK on OS X, on Ubuntu with Xfce4, and on Windows.

RULE "sun/java2d/SunGraphics2D/EmptyClipRenderingTest.java" Exception java.lang.RuntimeException: Dest: Screen was rendered to at x=0 y=0 pixel=
Comments
Fails in PIT for jdk13 Total number of test rects: 133 java.lang.RuntimeException: Dest: Screen was rendered to at x=0 y=0 pixel=ff9f232e at EmptyClipRenderingTest.testResult(EmptyClipRenderingTest.java:279) at EmptyClipRenderingTest.<init>(EmptyClipRenderingTest.java:78) at EmptyClipRenderingTest.main(EmptyClipRenderingTest.java:293) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127) at java.base/java.lang.Thread.run(Thread.java:835) java.lang.RuntimeException: Test FAILED: 1 subtest failures. at EmptyClipRenderingTest.<init>(EmptyClipRenderingTest.java:114) at EmptyClipRenderingTest.main(EmptyClipRenderingTest.java:293) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127) at java.base/java.lang.Thread.run(Thread.java:835)
03-04-2019