JDK-8194128 : Regression automated test '/open/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java' fails.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 10,13,14
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • CPU: x86
  • Submitted: 2017-12-22
  • Updated: 2023-10-09
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
Duplicate :  
Description
Testsuite: Regression-se-gui
Test name(s): open/test/jdk/javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java
Product(s) tested: jdk10-client-nightly.199 (64bit)
OS/architecture: Ubuntu17.10 x64

Actual results:
The case PerPixelTranslucentSwing failed automatically. 
Comments
Fails in osx 10.13 but not on ubuntu18.04
30-01-2019

Test passed in windows 10, ubuntu. Seems like driver issue similar to 7167639.
20-08-2018

We tried to reran this case again with .227 nigthly build/jtreg4.2b10 after we updated the libraries packages for ubuntu17.10-x64(virtualBox and Physical machine). apt-get upgrade apt-get dist-upgrade There is no "murrine-scrollbar" error pop up, but the case still failed. the Exception log is following: java.lang.RuntimeException: Background is not translucent (java.awt.Color[r=0,g=0,b=0]) at PerPixelTranslucentSwing.doTest(PerPixelTranslucentSwing.java:94) at PerPixelTranslucentSwing.main(PerPixelTranslucentSwing.java:55) 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:564) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115) at java.base/java.lang.Thread.run(Thread.java:844) JavaTest Message: Test threw exception: java.lang.RuntimeException: Background is not translucent (java.awt.Color[r=0,g=0,b=0]) JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Background is not translucent (java.awt.Color[r=0,g=0,b=0])
09-01-2018

From this link https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1724078/comments/4 it seems changing class "GtkScrollbar" style "murrine-scrollbar" to class "GtkScrollbar" style "scrollbar" makes the problem go away. Do not have 17.10 system yet to test this.
01-01-2018

I seem to be able to reproduce this only on JDK 10 with Ubuntu 17.10
22-12-2017