test/TEST.groups

changeset 5947
c51cd6af7e61
parent 5937
6f1919cfd18c
parent 5930
7114c4597ae3
child 5955
8cd1abf3ecab
     1.1 --- a/test/TEST.groups	Thu Oct 17 06:29:58 2013 -0700
     1.2 +++ b/test/TEST.groups	Fri Oct 18 12:10:44 2013 -0700
     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 @@ -69,6 +69,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 @@ -140,7 +141,7 @@
    1.33   -:needs_jdk
    1.34  
    1.35  # Tests that require compact2 API's and a full VM
    1.36 -#  
    1.37 +#
    1.38  needs_full_vm_compact2 =
    1.39  
    1.40  # Compact 1 adds full VM tests

mercurial