On Wed, 17 Feb 2021 18:50:11 GMT, Phil Race <p...@openjdk.org> wrote:
> That should be irrelevant. jtreg should only be invoking tests which do NOT > have the printer keyword since the test job has this : keywords=headful & > !printer which are handed directly to jtreg. In other words it is not > filtering on whether there is actually a printer, but on whether the keyword > is present. > > So if this test is being invoked on tests which specify that then there's > something badly wrong with jtreg or the harness is mangling it. I have to change script to have keywords=headful & printer as it was not running this test in mach5 without it. ------------- PR: https://git.openjdk.java.net/jdk/pull/2598