[OpenJDK 2D-Dev] RFR: 8196301: java/awt/print/PrinterJob/Margins.java times out
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Thu Feb 18 03:43:38 UTC 2021
On Wed, 17 Feb 2021 18:50:11 GMT, Phil Race <prr at 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
More information about the 2d-dev
mailing list