-
Bug
-
Resolution: Not an Issue
-
P3
-
6u21, 7, 7u6
-
generic, x86
-
generic, os_x
Testsuite name: 2D
JDK/JRE tested: 6u21b03(jdk-6u21-ea-bin-b03-windows-i586-22_apr_2010.exe)
OS/architecture: winxphome-sp3-x86
Reproducible: Always
Reproducible on machine:
Is it a platform specific regression: N
Is it a Regression:N
Steps to reproduce:
Run the case: java/awt/print/PrinterJob/TransImages/TransImages.java from regression workspace using java harness.
We found the following codes ...
------
opaqueimg = Toolkit.getDefaultToolkit().getImage("opaqueimg.gif");
transimg = Toolkit.getDefaultToolkit().getImage("transimg.gif");
-------
under java harness execution environment, the two images above can't be loaded.
We tried: It runs OK with standalone mode.
JDK/JRE tested: 6u21b03(jdk-6u21-ea-bin-b03-windows-i586-22_apr_2010.exe)
OS/architecture: winxphome-sp3-x86
Reproducible: Always
Reproducible on machine:
Is it a platform specific regression: N
Is it a Regression:N
Steps to reproduce:
Run the case: java/awt/print/PrinterJob/TransImages/TransImages.java from regression workspace using java harness.
We found the following codes ...
------
opaqueimg = Toolkit.getDefaultToolkit().getImage("opaqueimg.gif");
transimg = Toolkit.getDefaultToolkit().getImage("transimg.gif");
-------
under java harness execution environment, the two images above can't be loaded.
We tried: It runs OK with standalone mode.