-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_10, 6
-
b02
-
x86
-
linux, linux_suse_sles_9
J2SE : FAIL - mustang b52
Platform[s] : FAIL - Sun Java Desktop System, Release 3 on linux
Failing Tests : CTE_REGTEST/Generic/4886069
When menu select File -> Print, the test window just gets closed.
Expected to see the print dialog window.
Error shows in the attached jtr file:
...
execStatus=Failed. Execution failed: `main' threw exception: java.lang.IllegalArgumentException: services must be non-null and non-empty
at javax.print.ServiceUI.printDialog(ServiceUI.java:149)
at PrintTest$PrintUtils.print(PrintTest.java:155)
at PrintTest$PrintUtils.printComponent(PrintTest.java:140)
at PrintTest.jMenuItem1_actionPerformed(PrintTest.java:131)
at PrintTest$1.actionPerformed(PrintTest.java:80)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1818)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2139)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:377)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:232)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1135)
...
Testcase available at :
==============================
/net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4886069
Specific Machine Info:
==============================
dtftest@peas:~> uname -a
Linux peas 2.6.5-7.195-default #1 Wed Jul 20 14:39:18 UTC 2005 i686 i686 i386 GNU/Linux
dtftest@peas:~> more /etc/sun-release
Sun Java Desktop System, Release 3 - build 40 (GA)
Assembled 1 August 2005
Platform[s] : FAIL - Sun Java Desktop System, Release 3 on linux
Failing Tests : CTE_REGTEST/Generic/4886069
When menu select File -> Print, the test window just gets closed.
Expected to see the print dialog window.
Error shows in the attached jtr file:
...
execStatus=Failed. Execution failed: `main' threw exception: java.lang.IllegalArgumentException: services must be non-null and non-empty
at javax.print.ServiceUI.printDialog(ServiceUI.java:149)
at PrintTest$PrintUtils.print(PrintTest.java:155)
at PrintTest$PrintUtils.printComponent(PrintTest.java:140)
at PrintTest.jMenuItem1_actionPerformed(PrintTest.java:131)
at PrintTest$1.actionPerformed(PrintTest.java:80)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1818)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2139)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:377)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:232)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1135)
...
Testcase available at :
==============================
/net/jdk/export/jpse04/Regression/1.6.0/test/CTE_REGTEST/Generic/4886069
Specific Machine Info:
==============================
dtftest@peas:~> uname -a
Linux peas 2.6.5-7.195-default #1 Wed Jul 20 14:39:18 UTC 2005 i686 i686 i386 GNU/Linux
dtftest@peas:~> more /etc/sun-release
Sun Java Desktop System, Release 3 - build 40 (GA)
Assembled 1 August 2005
- duplicates
-
JDK-6332934 4886069 testcase is failing for 1.4.2_xx on linux but passing on solaris
- Closed
- relates to
-
JDK-6327041 TEST_BUG: test/java/awt/print/PrinterJob/Legal/PrintTest.java fails
- Resolved