JDK-6840207 : two java/class_2d tests failed just on Windows7 RC build 7100 build against 1.6.0_14_b06
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6u14-rev
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86
  • Submitted: 2009-05-12
  • Updated: 2011-04-15
  • Resolved: 2009-05-19
Related Reports
Duplicate :  
Relates :  
Description
See the comments

Comments
EVALUATION ) sun/java2d/OpenGL/DrawBufImgOp.java According to attached logs this test fails due to crash in the medialib library. This is known poblem (6501871: java.awt.LookupOp may crash on BufferedImage with alpha). It already fixed in jdk7, and we probably should consider the backport of this fix to jdk6 train. 2) sun/java2d/SunGraphics2D/EmptyClipRenderingTest.java This failure is also already reported. See CR 6345095 (regression test EmptyClipRenderingTest fails on windows). Both these failures are known and are NOT specific to windows7. Note that they actually hint that tests were run on the system where opengl pipeline did not work properly (misconfigured?) as it falls back to the medilaib for image drawing. Perhaps system configuration needs to be reviewed. As both failures are already reported elsewere I am closing this report as a dupicate of one of them - CR 6501871.
19-05-2009