< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page

        

@@ -56,10 +56,13 @@
  -:hotspot_serviceability
 
 hotspot_native_sanity = \
   native_sanity
 
+hotspot_signal = \
+  runtime/signal
+
 tier1_common = \
   sanity/BasicVMTest.java \
   gtest/GTestWrapper.java
 
 tier1_compiler = \

@@ -217,11 +220,12 @@
  -runtime/Thread/TestThreadDumpMonitorContention.java \
  -runtime/Unsafe/RangeCheck.java \
  -runtime/containers/ \
   sanity/ \
   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
- -:tier1_runtime_appcds_exclude
+ -:tier1_runtime_appcds_exclude \
+ -:hotspot_signal
 
 hotspot_cds = \
   runtime/SharedArchiveFile/ \
   runtime/CompressedOops/
 

@@ -258,11 +262,12 @@
  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
  -runtime/Thread/TestThreadDumpMonitorContention.java \
  -runtime/containers/ \
  -:tier1_runtime \
  -:tier1_serviceability \
- -:hotspot_tier2_runtime_platform_agnostic
+ -:hotspot_tier2_runtime_platform_agnostic \
+ -:hotspot_signal
 
 hotspot_tier2_runtime_platform_agnostic = \
   runtime/SelectionResolution \
  -:tier1_runtime
 

@@ -271,11 +276,12 @@
   serviceability/ \
  -runtime/containers/ \
  -:tier1_runtime \
  -:tier1_serviceability \
  -:hotspot_tier2_runtime_platform_agnostic \
- -:hotspot_tier2_runtime
+ -:hotspot_tier2_runtime \
+ -:hotspot_signal
 
 hotspot_runtime_minimalvm = \
   runtime/MinimalVM \
   runtime/ErrorHandling \
   runtime/logging
< prev index next >