On Wed, 27 Apr 2022 00:06:41 GMT, lawrence.andrews <d...@openjdk.java.net> wrote:
> 1) Fixed Parser error by removing yesno from @run main/manual=yesno > 2) Used PassFaileJFrame to show the test instruction to the user instead of > printing the test instruction on the console or jtreg log file. > 3) If printer is not configured then mark the test as passed. > > @shurymury > @aivanov-jdk The question about this and other tests is, should the test pass if the printer is not installed? I guess the printer is one of the pre-requirements for such tests and it should be configured properly. ------------- PR: https://git.openjdk.java.net/jdk/pull/8412