some tests failed since 1.7.0_03b02 only on stt-27.ru.oracle.com (windows 7 x64), passed on other machines include same win 7 x64 (stt-70-vbx2.ru), win xp, solaris, linux
tests passed or failed with other exceptions (related to other CRs) with jdk 1.7.0_03b01, 1.7.0_02b12 and 1.6.0_31b01
log:
sun.java2d.InvalidPipeException: attempt to validate Pipe with invalid SurfaceData
at sun.java2d.SunGraphics2D.validatePipe(SunGraphics2D.java:381)
at sun.java2d.SunGraphics2D.clearRect(SunGraphics2D.java:2372)
at sun.awt.RepaintArea.paint(RepaintArea.java:235)
at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:347)
at java.awt.Component.dispatchEventImpl(Component.java:4937)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:707)
at java.awt.EventQueue.access$000(EventQueue.java:101)
at java.awt.EventQueue$3.run(EventQueue.java:666)
at java.awt.EventQueue$3.run(EventQueue.java:664)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:680)
at java.awt.EventQueue$4.run(EventQueue.java:678)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:677)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
see comments for more details
2 tests failed also on stt-134.ru.oracle.com (win 7 x86) with jdk7u03b02 (not only stt-27.ru):
sun/java2d/SunGraphics2D/PolyVertTest.java
sun/java2d/SunGraphics2D/SimplePrimQuality.java
these tests failed with jdk6u31b02 on stt-27.ru.oracle.com and stt-134.ru.oracle.com
see no same failures with jdk1.4.2_36b02 and jdk1.5.0_34b02
see also comments steps to reproduce in comments for jdk6u31b02
|