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.
EVALUATION
I have launched the test on Ubuntu 6.06 with GNOME desktop and it has failed. Error message is:
Wrong insets for GraphicsConfig: X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x20]
Expected: java.awt.Insets[top=25,left=0,bottom=21,right=0]
Actual: java.awt.Insets[top=25,left=0,bottom=25,right=0]
After some investigation I found that the problem is not with the test or with the screen insets code, but with frame insets code. When the frame is maximized in the test, we recieve ConfigureNotify and calculate frame's bounds using event's data and frame's insets. However, GNOME manager changes the frame's insets when the frame is maximized, so we get wrong frame bounds which causes the test to fail.
To make the test more robust, I make the frame undecorated. I'm also going to file a bug about window insets.
17-01-2007
EVALUATION
As the test is introduced with the fix for 4737732 which is integrated into 7.0b04, I'm not surprised that the test fails with 7.0b01. As for the fail with 7.0b04, it should be investigated.