RFR: 8274082 : Wrong test case name specified in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java
lawrence.andrews
duke at openjdk.java.net
Thu Mar 24 20:31:10 UTC 2022
Following issues were fixed in this test
1) Fixed - Parser error due to yesno in @run main/manual=yesno
2) Fixed Wrong test name specified in @run jtreg
@run main/manual=yesno PrintTextTest . It should be @run main/manual=yesno SwingUIText
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) Fixed - Test UI ( test instruction frame, UI frame and Print Dialog) just gets disposed automatically without interacting via running the test case with jtreg.
@shurymury
-------------
Commit messages:
- 8274082 : Wrong test case name specified in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java
Changes: https://git.openjdk.java.net/jdk/pull/7946/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7946&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8274082
Stats: 271 lines in 1 file changed: 115 ins; 118 del; 38 mod
Patch: https://git.openjdk.java.net/jdk/pull/7946.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7946/head:pull/7946
PR: https://git.openjdk.java.net/jdk/pull/7946
More information about the client-libs-dev
mailing list