RFR: 8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test

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


On Mon, 28 Mar 2022 20:23:20 GMT, lawrence.andrews <duke at openjdk.java.net> wrote:

> Fixed the following issue.
> 1) Removed yes/no since test was failing due to "Parser error due to yesno in @run main/manual=yesno"
> 2) After removing yes/no test run( just shows the UI and gets dispose immediately). User cannot interact with the test UI and mark the test pass or failed. 
> So added Pass and Fail button to mark the test result.
> 3) Added timeout if in case user does not interact with the test UI.
> 
> @shurymury 
> @aivanov-jdk

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/8004



More information about the client-libs-dev mailing list