http://java.net/jira/browse/MACOSX_PORT-759 submitted 2011/11/30 by tonybeckham
All Java2D manual fullscreen tests fail. The Fullscreen will turn all grey but the images that are to be displayed are drawn at original size not full screen, including their background.
Tests Affected:
2D_FullScreen/FullScrnFlip
2D_FullScreen/MultiBuffer
2D_FullScreen/DisplayMode
For example, in FullScreenFlip instructions:
Check Simple FullScreen is displayed with flipping strategy for all the GCs available
Wait till the FullScreen in repeated for all GC value.
Result:
The full screen goes blank then when the image is shown its background and image are shown in only a portion of the screen (see screen shot)
To reproduce:
Run 2d test suite testlist.2D_FullScreen
Example:
bash /net/sqenfs-1.us.oracle.com/export1/comp/2d/tony/ute/ute run -harness tonga -env TONGA_REMOVE=NONE -env KEYWORDS=manual -stablejavahome /System/Library/Frameworks/JavaVM.framework/Home -component 2d -jdk /net/jre.us.oracle.com/onestop/jdk_mac/7/promoted/latest/binaries/Home -testbase /net/sqenfs-1.us.oracle.com/export1/comp/2d/tony/7_master/2d -testlist testlist.2D_FullScreen -results <RESULT DIR>
|