[OpenJDK 2D-Dev] RFR: 8196301: java/awt/print/PrinterJob/Margins.java times out

Phil Race prr at openjdk.java.net
Wed Feb 17 18:52:39 UTC 2021


On Wed, 17 Feb 2021 18:07:27 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Maybe @key printer is not being taken seriously during system setup which is why no real printer is being used.

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.

But I think this bug was filed back when this test was MISSING that keyword - it was added here 
http://hg.openjdk.java.net/jdk/client/rev/f13dba72a5ea

So likely you should be focused on the timing issue and not the file printers

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

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


More information about the 2d-dev mailing list