test/TEST.groups
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Sdiff test

test/TEST.groups

Print this page




  45 #
  46 # To use a group simply list it on the jtreg command line eg:
  47 #   jtreg :jdk    
  48 # runs all tests. While
  49 #   jtreg :compact2  
  50 # runs those tests that only require compact1 and compact2 API's.
  51 #
  52 
  53 # Full JDK can run all tests
  54 #
  55 jdk = \
  56   :jre \
  57   :needs_jdk
  58 
  59 # Tests that require a full JDK to execute. Either they test a feature
  60 # only in the JDK or they use tools that are only in the JDK. The latter
  61 # can be resolved in some cases by using tools from the compile-jdk.
  62 #
  63 needs_jdk = \
  64   gc/TestG1ZeroPGCTJcmdThreadPrint.java \
  65   gc/metaspace/ClassMetaspaceSizeInJmapHeap.java \
  66   gc/metaspace/TestMetaspacePerfCounters.java \
  67   runtime/6819213/TestBootNativeLibraryPath.java \
  68   runtime/6878713/Test6878713.sh \
  69   runtime/6925573/SortMethodsTest.java \
  70   runtime/7107135/Test7107135.sh \
  71   runtime/7158988/FieldMonitor.java \
  72   runtime/7194254/Test7194254.java \
  73   runtime/jsig/Test8017498.sh \
  74   runtime/Metaspace/FragmentMetaspace.java \
  75   runtime/NMT/BaselineWithParameter.java \
  76   runtime/NMT/JcmdScale.java \
  77   runtime/NMT/JcmdWithNMTDisabled.java \
  78   runtime/NMT/MallocTestType.java \
  79   runtime/NMT/ReleaseCommittedMemory.java \
  80   runtime/NMT/ShutdownTwice.java \
  81   runtime/NMT/SummaryAfterShutdown.java \
  82   runtime/NMT/SummarySanityCheck.java \
  83   runtime/NMT/ThreadedMallocTestType.java \
  84   runtime/NMT/ThreadedVirtualAllocTestType.java \
  85   runtime/NMT/VirtualAllocTestType.java \




  45 #
  46 # To use a group simply list it on the jtreg command line eg:
  47 #   jtreg :jdk    
  48 # runs all tests. While
  49 #   jtreg :compact2  
  50 # runs those tests that only require compact1 and compact2 API's.
  51 #
  52 
  53 # Full JDK can run all tests
  54 #
  55 jdk = \
  56   :jre \
  57   :needs_jdk
  58 
  59 # Tests that require a full JDK to execute. Either they test a feature
  60 # only in the JDK or they use tools that are only in the JDK. The latter
  61 # can be resolved in some cases by using tools from the compile-jdk.
  62 #
  63 needs_jdk = \
  64   gc/TestG1ZeroPGCTJcmdThreadPrint.java \
  65   gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
  66   gc/metaspace/TestMetaspacePerfCounters.java \
  67   runtime/6819213/TestBootNativeLibraryPath.java \
  68   runtime/6878713/Test6878713.sh \
  69   runtime/6925573/SortMethodsTest.java \
  70   runtime/7107135/Test7107135.sh \
  71   runtime/7158988/FieldMonitor.java \
  72   runtime/7194254/Test7194254.java \
  73   runtime/jsig/Test8017498.sh \
  74   runtime/Metaspace/FragmentMetaspace.java \
  75   runtime/NMT/BaselineWithParameter.java \
  76   runtime/NMT/JcmdScale.java \
  77   runtime/NMT/JcmdWithNMTDisabled.java \
  78   runtime/NMT/MallocTestType.java \
  79   runtime/NMT/ReleaseCommittedMemory.java \
  80   runtime/NMT/ShutdownTwice.java \
  81   runtime/NMT/SummaryAfterShutdown.java \
  82   runtime/NMT/SummarySanityCheck.java \
  83   runtime/NMT/ThreadedMallocTestType.java \
  84   runtime/NMT/ThreadedVirtualAllocTestType.java \
  85   runtime/NMT/VirtualAllocTestType.java \


test/TEST.groups
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File