On Thu, 17 Mar 2022 21:47:12 GMT, lawrence.andrews <d...@openjdk.java.net> 
wrote:

> 1) Removed =yesno since it was throwing Error: Not a test or directory 
> containing tests
> 2) Test was just printing the "Test passes" on the printer and user did not 
> had any option to mark the test as pass or fail and test was always passing. 
> so created test UI with test instruction and test controls to mark the test 
> pass or fail and checking the end result of the test.
> 
> @shurymury

Marked as reviewed by prr (Reviewer).

test/jdk/java/awt/print/PrinterJob/InitToBlack.java line 172:

> 170:         if (!CountDownLatch.await(2, TimeUnit.MINUTES)) {
> 171:             throw new RuntimeException("Timeout : User did not decided " 
> +
> 172:                     "whether test passed or failed");

decided => decide

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

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

Reply via email to