test/TEST.groups

changeset 5955
8cd1abf3ecab
parent 5954
f9d4ed6c88dd
parent 5947
c51cd6af7e61
child 6144
7a58803b5069
     1.1 --- a/test/TEST.groups	Mon Oct 21 20:51:03 2013 -0400
     1.2 +++ b/test/TEST.groups	Mon Oct 21 21:06:20 2013 -0400
     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 @@ -70,6 +70,7 @@
    1.25    runtime/7107135/Test7107135.sh \
    1.26    runtime/7158988/FieldMonitor.java \
    1.27    runtime/7194254/Test7194254.java \
    1.28 +  runtime/8026365/InvokeSpecialAnonTest.java \
    1.29    runtime/jsig/Test8017498.sh \
    1.30    runtime/Metaspace/FragmentMetaspace.java \
    1.31    runtime/NMT/BaselineWithParameter.java \
    1.32 @@ -127,7 +128,7 @@
    1.33    compiler/whitebox/IsMethodCompilableTest.java \
    1.34    gc/6581734/Test6581734.java \
    1.35    gc/7072527/TestFullGCCount.java \
    1.36 -  gc/7168848/HumongousAlloc.java \
    1.37 +  gc/g1/TestHumongousAllocInitialMark.java \
    1.38    gc/arguments/TestG1HeapRegionSize.java \
    1.39    gc/metaspace/TestMetaspaceMemoryPool.java \
    1.40    runtime/InternalApi/ThreadCpuTimesDeadlock.java \
    1.41 @@ -143,7 +144,7 @@
    1.42   -:needs_jdk
    1.43  
    1.44  # Tests that require compact2 API's and a full VM
    1.45 -#  
    1.46 +#
    1.47  needs_full_vm_compact2 =
    1.48  
    1.49  # Compact 1 adds full VM tests

mercurial