diff --git a/.hgtags b/.hgtags index 64dc8b9c149..8c42438e208 100644 --- a/.hgtags +++ b/.hgtags @@ -520,3 +520,5 @@ f0f5d23449d31f1b3580c8a73313918cafeaefd7 jdk-12+11 f8626bcc169813a4b2a15880386b952719d1d6d1 jdk-12+15 199658d1ef860cdc17055b4fd3e94b057f292fe9 jdk-12+16 eefa65e142af305923d2adcd596fab9c639723a1 jdk-12+17 +e38473506688e0995e701fc7f77d5a91b438ef93 jdk-12+18 +dc1f9dec2018a37fedba47d8a2aedef99faaec64 jdk-12+19 diff --git a/doc/testing.html b/doc/testing.html index f66ef9b11e9..81d8972258f 100644 --- a/doc/testing.html +++ b/doc/testing.html @@ -62,9 +62,8 @@ $ make exploded-test TEST=tier2

If you want, you can single out an individual test or a group of tests, for instance gtest:LogDecorations or gtest:LogDecorations.level_test_vm. This can be particularly useful if you want to run a shaky test repeatedly.

For Gtest, there is a separate test suite for each JVM variant. The JVM variant is defined by adding /<variant> to the test descriptor, e.g. gtest:Log/client. If you specify no variant, gtest will run once for each JVM variant present (e.g. server, client). So if you only have the server JVM present, then gtest:all will be equivalent to gtest:all/server.

Special tests

-

A handful of odd tests that are not covered by any other testing framework are accessible using the special: test descriptor. Currently, this includes hotspot-internal, failure-handler and make.

+

A handful of odd tests that are not covered by any other testing framework are accessible using the special: test descriptor. Currently, this includes failure-handler and make.