RFR: 8320608: Many jtreg printing tests are missing the @printer keyword
Alexey Ivanov
aivanov at openjdk.org
Thu Nov 23 21:24:05 UTC 2023
On Wed, 22 Nov 2023 19:26:40 GMT, Phil Race <prr at openjdk.org> wrote:
> Many printing tests do not have the @printer keyword. This adds them to those that need it.
> I also found one test that has nothing to do with printing in the print folder and moved it out.
test/jdk/java/awt/print/PrinterJob/PrintAllFonts.java line 29:
> 27: * @key printer
> 28: * @summary Font specified with face name loses style on printing
> 29: * @run main/manual PrintRotatedText
Is it intentional that this test presumably runs another test — `PrintRotatedText` — instead?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16785#discussion_r1403735222
More information about the client-libs-dev
mailing list