# HG changeset patch # User psadhukhan # Date 1542001216 -19800 # Node ID 339963bcff24bdc8543cd09039fe937360d6e657 # Parent 65407a437327c2b740c798d28bcb603915775f2c# Parent 6f5948597697e69497ab4016dc800fbae3436c7a Merge diff -r 65407a437327 -r 339963bcff24 .hgtags --- a/.hgtags Mon Nov 12 10:55:49 2018 +0530 +++ b/.hgtags Mon Nov 12 11:10:16 2018 +0530 @@ -520,3 +520,5 @@ f8626bcc169813a4b2a15880386b952719d1d6d1 jdk-12+15 199658d1ef860cdc17055b4fd3e94b057f292fe9 jdk-12+16 eefa65e142af305923d2adcd596fab9c639723a1 jdk-12+17 +e38473506688e0995e701fc7f77d5a91b438ef93 jdk-12+18 +dc1f9dec2018a37fedba47d8a2aedef99faaec64 jdk-12+19 diff -r 65407a437327 -r 339963bcff24 doc/testing.html --- a/doc/testing.html Mon Nov 12 10:55:49 2018 +0530 +++ b/doc/testing.html Mon Nov 12 11:10:16 2018 +0530 @@ -62,9 +62,8 @@

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.