JDK-7020060 : [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: linux_ubuntu
  • CPU: generic
  • Submitted: 2011-02-16
  • Updated: 2014-03-10
  • Resolved: 2013-09-16
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 JDK 8
7u60Fixed 8 b110Fixed
Related Reports
Relates :  
Relates :  
Description
see comments

Comments
java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java PASSED under JDK 8 b132 on MacOS, Linux, Solaris, Windows. Closed issue as Fixed/Verified.
10-03-2014

http://cr.openjdk.java.net/~kshefov/7020060/webrev.00/
13-09-2013

SUGGESTED FIX +++ b/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java Thu Feb 17 19:44:47 2011 +0300 @@ -42,6 +42,7 @@ GraphicsDevice gd = ge.getDefaultScreenDevice(); Frame f = new Frame("Test frame"); + f.setUndecorated(true); f.setBounds(100, 100, 320, 240); // First, check it can be made fullscreen window without any effects applied
17-02-2011

EVALUATION It seems that the exception is a correct behaviour. The test should be corrected.
17-02-2011

EVALUATION With jdk 7 build 129 I indeed see a decorated frame instead of a translucent window. There is on problems with jdk 7 build 119. I run the test on Ubuntu 10.4
17-02-2011