hotspot/test/TEST.groups
changeset 25628 ca4c7cff1573
parent 24943 1a5de4af4ffe
child 25634 999012f63df5
equal deleted inserted replaced
25627:b5a1a1f02388 25628:ca4c7cff1573
   323  -:needs_g1gc \
   323  -:needs_g1gc \
   324  -:needs_serialgc \
   324  -:needs_serialgc \
   325  -:needs_parallelgc
   325  -:needs_parallelgc
   326 
   326 
   327 
   327 
       
   328 # When called from top level the test suites use the hotspot_ prefix
       
   329 hotspot_wbapitest = \
       
   330   sanity/
       
   331 
       
   332 hotspot_compiler = \
       
   333   sanity/ExecuteInternalVMTests.java
       
   334 
       
   335 hotspot_gc = \
       
   336   sanity/ExecuteInternalVMTests.java
       
   337 
       
   338 hotspot_runtime = \
       
   339   sanity/ExecuteInternalVMTests.java
       
   340 
       
   341 hotspot_serviceability = \
       
   342   sanity/ExecuteInternalVMTests.java
       
   343 
       
   344 hotspot_all = \
       
   345   :hotspot_compiler \
       
   346   :hotspot_gc \
       
   347   :hotspot_runtime \
       
   348   :hotspot_serviceability