[OpenJDK 2D-Dev] RFR: 8196301: java/awt/print/PrinterJob/Margins.java times out
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Thu Feb 18 03:37:39 UTC 2021
On Wed, 17 Feb 2021 18:50:11 GMT, Phil Race <prr at openjdk.org> wrote:
>> Maybe @key printer is not being taken seriously during system setup which is why no real printer is being used.
>
>> 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
As I told, I already fixed the timing issue too by moving thread start to pass ENTER keypress closer to actual pagedialog invocation and the mach5 job where all the tests passed is there in JBS.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2598
More information about the 2d-dev
mailing list