-
Bug
-
Resolution: Unresolved
-
P4
-
9
Following are the issues with java/awt/print/PrinterJob/SwingUIText.java test case
1) Parser error due to yesno in @run main/manual=yesno
2) Wrong test name specified in @run jtreg
@run main/manual=yesno PrintTextTest . It should be
@run main/manual=yesno SwingUIText . Running the test case shows PrintTextTest UI.
3) Instruction frame does not have 'Pass' or 'Fail' button to mark the test as Pass or Fail after verifying Text on UI and print out.
4) Test UI ( test instruction frame, UI frame and Print Dialog) just gets disposed automatically without interacting via running the test case with jtreg. This test case works as expected as a standalone test case.
1) Parser error due to yesno in @run main/manual=yesno
2) Wrong test name specified in @run jtreg
@run main/manual=yesno PrintTextTest . It should be
@run main/manual=yesno SwingUIText . Running the test case shows PrintTextTest UI.
3) Instruction frame does not have 'Pass' or 'Fail' button to mark the test as Pass or Fail after verifying Text on UI and print out.
4) Test UI ( test instruction frame, UI frame and Print Dialog) just gets disposed automatically without interacting via running the test case with jtreg. This test case works as expected as a standalone test case.
- relates to
-
JDK-8038723 Open up some PrinterJob tests
-
- Resolved
-
-
JDK-8202841 [macosx] test java/awt/Graphics/LCDTextAndGraphicsState.java and 19 other Font and Print issue fails on Mac OS with error
-
- Open
-
- links to
-
Review openjdk/jdk/7946