test/TEST.groups

changeset 6472
2b8e28fdf503
parent 5955
8cd1abf3ecab
child 6144
7a58803b5069
     1.1 --- a/test/TEST.groups	Wed Oct 16 10:52:41 2013 +0200
     1.2 +++ b/test/TEST.groups	Tue Nov 05 17:38:04 2013 -0800
     1.3 @@ -27,7 +27,7 @@
     1.4  # - compact1, compact2, compact3, full JRE, JDK
     1.5  #
     1.6  # In addition they support testing of the minimal VM on compact1 and compact2.
     1.7 -# Essentially this defines groups based around the specified API's and VM 
     1.8 +# Essentially this defines groups based around the specified API's and VM
     1.9  # services available in the runtime.
    1.10  #
    1.11  # The groups are defined hierarchically in two forms:
    1.12 @@ -44,9 +44,9 @@
    1.13  # by listing the top-level test directories.
    1.14  #
    1.15  # To use a group simply list it on the jtreg command line eg:
    1.16 -#   jtreg :jdk    
    1.17 +#   jtreg :jdk
    1.18  # runs all tests. While
    1.19 -#   jtreg :compact2  
    1.20 +#   jtreg :compact2
    1.21  # runs those tests that only require compact1 and compact2 API's.
    1.22  #
    1.23  
    1.24 @@ -62,14 +62,15 @@
    1.25  #
    1.26  needs_jdk = \
    1.27    gc/TestG1ZeroPGCTJcmdThreadPrint.java \
    1.28 -  gc/metaspace/ClassMetaspaceSizeInJmapHeap.java \
    1.29 +  gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
    1.30    gc/metaspace/TestMetaspacePerfCounters.java \
    1.31 +  gc/metaspace/TestPerfCountersAndMemoryPools.java \
    1.32    runtime/6819213/TestBootNativeLibraryPath.java \
    1.33 -  runtime/6878713/Test6878713.sh \
    1.34    runtime/6925573/SortMethodsTest.java \
    1.35    runtime/7107135/Test7107135.sh \
    1.36    runtime/7158988/FieldMonitor.java \
    1.37    runtime/7194254/Test7194254.java \
    1.38 +  runtime/8026365/InvokeSpecialAnonTest.java \
    1.39    runtime/jsig/Test8017498.sh \
    1.40    runtime/Metaspace/FragmentMetaspace.java \
    1.41    runtime/NMT/BaselineWithParameter.java \
    1.42 @@ -84,7 +85,10 @@
    1.43    runtime/NMT/ThreadedVirtualAllocTestType.java \
    1.44    runtime/NMT/VirtualAllocTestType.java \
    1.45    runtime/RedefineObject/TestRedefineObject.java \
    1.46 -  serviceability/attach/AttachWithStalePidFile.java
    1.47 +  runtime/XCheckJniJsig/XCheckJSig.java \
    1.48 +  serviceability/attach/AttachWithStalePidFile.java \
    1.49 +  serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
    1.50 +
    1.51  
    1.52  # JRE adds further tests to compact3
    1.53  #
    1.54 @@ -98,7 +102,9 @@
    1.55  needs_jre = \
    1.56    compiler/6852078/Test6852078.java \
    1.57    compiler/7047069/Test7047069.java \
    1.58 -  runtime/6294277/SourceDebugExtension.java
    1.59 +  runtime/6294277/SourceDebugExtension.java \
    1.60 +  runtime/ClassFile/JsrRewriting.java \
    1.61 +  runtime/ClassFile/OomWhileParsingRepeatedJsr.java
    1.62  
    1.63  # Compact 3 adds further tests to compact2
    1.64  #
    1.65 @@ -122,7 +128,7 @@
    1.66    compiler/whitebox/IsMethodCompilableTest.java \
    1.67    gc/6581734/Test6581734.java \
    1.68    gc/7072527/TestFullGCCount.java \
    1.69 -  gc/7168848/HumongousAlloc.java \
    1.70 +  gc/g1/TestHumongousAllocInitialMark.java \
    1.71    gc/arguments/TestG1HeapRegionSize.java \
    1.72    gc/metaspace/TestMetaspaceMemoryPool.java \
    1.73    runtime/InternalApi/ThreadCpuTimesDeadlock.java \
    1.74 @@ -138,7 +144,7 @@
    1.75   -:needs_jdk
    1.76  
    1.77  # Tests that require compact2 API's and a full VM
    1.78 -#  
    1.79 +#
    1.80  needs_full_vm_compact2 =
    1.81  
    1.82  # Compact 1 adds full VM tests
    1.83 @@ -159,7 +165,18 @@
    1.84    gc/g1/TestRegionAlignment.java \
    1.85    gc/g1/TestShrinkToOneRegion.java \
    1.86    gc/metaspace/G1AddMetaspaceDependency.java \
    1.87 -  runtime/6929067/Test6929067.sh
    1.88 +  gc/startup_warnings/TestCMS.java \
    1.89 +  gc/startup_warnings/TestCMSIncrementalMode.java \
    1.90 +  gc/startup_warnings/TestCMSNoIncrementalMode.java \
    1.91 +  gc/startup_warnings/TestDefaultMaxRAMFraction.java \
    1.92 +  gc/startup_warnings/TestDefNewCMS.java \
    1.93 +  gc/startup_warnings/TestIncGC.java \
    1.94 +  gc/startup_warnings/TestParallelGC.java \
    1.95 +  gc/startup_warnings/TestParallelScavengeSerialOld.java \
    1.96 +  gc/startup_warnings/TestParNewCMS.java \
    1.97 +  gc/startup_warnings/TestParNewSerialOld.java \
    1.98 +  runtime/6929067/Test6929067.sh \
    1.99 +  runtime/SharedArchiveFile/SharedArchiveFile.java
   1.100  
   1.101  # Minimal VM on Compact 2 adds in some compact2 tests
   1.102  #
   1.103 @@ -181,6 +198,7 @@
   1.104    serviceability/ \
   1.105    compiler/ \
   1.106    testlibrary/ \
   1.107 +  testlibrary_tests/ \
   1.108    sanity/ \
   1.109    runtime/ \
   1.110    gc/ \

mercurial