RFR: 8274082 : Wrong test case name specified in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Tue Mar 29 05:47:39 UTC 2022


On Thu, 24 Mar 2022 20:24:35 GMT, lawrence.andrews <duke at openjdk.java.net> wrote:

> 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

I suggest you wait for the framework in PR#7966 to be reviewed and completed and use it here instead of recreating UI in each test, to maintain consistency.

-------------

Changes requested by psadhukhan (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7946



More information about the client-libs-dev mailing list