doc/testing.md
changeset 52396 e292e94b448a
parent 52342 9341b077bd55
child 52595 16609197022c
equal deleted inserted replaced
52395:5ca10e4e052c 52396:e292e94b448a
   106 
   106 
   107 ### Special tests
   107 ### Special tests
   108 
   108 
   109 A handful of odd tests that are not covered by any other testing framework are
   109 A handful of odd tests that are not covered by any other testing framework are
   110 accessible using the `special:` test descriptor. Currently, this includes
   110 accessible using the `special:` test descriptor. Currently, this includes
   111 `hotspot-internal`, `failure-handler` and `make`.
   111 `failure-handler` and `make`.
   112 
       
   113   * Hotspot legacy internal testing (run using `-XX:+ExecuteInternalVMTests`)
       
   114     is run using `special:hotspot-internal` or just `hotspot-internal` as test
       
   115     descriptor, and will only work on a debug JVM.
       
   116 
   112 
   117   * Failure handler testing is run using `special:failure-handler` or just
   113   * Failure handler testing is run using `special:failure-handler` or just
   118     `failure-handler` as test descriptor.
   114     `failure-handler` as test descriptor.
   119 
   115 
   120   * Tests for the build system, including both makefiles and related
   116   * Tests for the build system, including both makefiles and related