RFR: 8320608: Many jtreg printing tests are missing the @printer keyword [v3]
Sergey Bylokhov
serb at openjdk.org
Thu Nov 30 19:53:07 UTC 2023
On Thu, 30 Nov 2023 18:23:28 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.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>
> 8320608
test/jdk/TEST.ROOT line 19:
> 17: # These keywords are there to help with test selection so that
> 18: # tests that need a particular resource can be selected to run on a system
> 19: # with that resource. Conversely "!somekeyword" can be used to exclude tests
probably we can link this from our wiki page where we describe the usage of keywords?:
https://wiki.openjdk.org/display/ClientLibs/Automated+client+GUI+testing+system+set+up+requirements
BTW the "doc" has nothing related to printers right now as well:
https://github.com/openjdk/jdk/blob/master/doc/testing.md
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16785#discussion_r1411189538
More information about the client-libs-dev
mailing list