RFR: 8307246 : Printing: banded raster path doesn't account for device offset values [v7]

vtstydev duke at openjdk.org
Wed Jan 31 06:52:03 UTC 2024


On Tue, 30 Jan 2024 04:35:02 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> vtstydev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix header and imports section in AlphaPrintingOffsets
>
> test/jdk/java/awt/print/PrinterJob/ImagePrinting/AlphaPrintingOffsets.java line 73:
> 
>> 71:             System.out.println("Printer not configured or available."
>> 72:                     + " Test cannot continue.");
>> 73:             PassFailJFrame.forcePass();
> 
> I guess it is now being preferred to throw jtreg.SkippedException instead of forcePass for printers not available scenarios?!

PrintGlyphVectorTest, ClippedImages use `PassFailJFrame.forcePass();`
I guided these samples. 
If you want I to to use `throw` istead. ok.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17030#discussion_r1472373915


More information about the client-libs-dev mailing list