JDK-7131367 : [macosx] reg test test/java/awt/Window/TranslucentJAppletTest fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u4
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2012-01-19
  • Updated: 2012-10-09
  • Resolved: 2012-03-19
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.
JDK 7
7u4 b13Fixed
Description
Here's the output:

$java TranslucentJAppletTest
color1 = java.awt.Color[r=255,g=255,b=255]
newColor1 = java.awt.Color[r=0,g=0,b=0]
Exception in thread "main" java.lang.RuntimeException: Test FAILED: frame pixel at (0, 0) is not transparent
	at TranslucentJAppletTest.main(TranslucentJAppletTest.java:93)

Comments
SUGGESTED FIX http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/f2ca2bc9961d
06-02-2012

EVALUATION seems to be a regression of the changes for http://java.net/jira/browse/MACOSX_PORT-577
19-01-2012