# HG changeset patch # User iignatyev # Date 1541201275 25200 # Node ID e292e94b448a518638b9c2d7a6d0d4e58b3455d0 # Parent 5ca10e4e052c2ad9e07a650b729276b4ebb5772b 8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags Reviewed-by: erikj, dholmes, ihse diff -r 5ca10e4e052c -r e292e94b448a doc/testing.html --- a/doc/testing.html Fri Nov 02 16:26:11 2018 -0700 +++ b/doc/testing.html Fri Nov 02 16:27:55 2018 -0700 @@ -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.