On Mon, 28 Mar 2022 20:23:20 GMT, lawrence.andrews <d...@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 This pull request has now been integrated. Changeset: ed23033d Author: lawrence.andrews <87324768+lawrence-and...@users.noreply.github.com> Committer: Alexey Ivanov <aiva...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/ed23033dc6b3d4833ce2c8d07f273747ab8ae406 Stats: 206 lines in 2 files changed: 110 ins; 48 del; 48 mod 8283803: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test 8284898: Enhance PassFailJFrame Reviewed-by: prr, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/8004