jaxp/test/TEST.ROOT
changeset 33958 8d838be4f4ec
parent 30990 897cd13b10ea
child 33896 9709154783e8
equal deleted inserted replaced
33957:39113ae98993 33958:8d838be4f4ec
     1 # This file identifies the root of the test-suite hierarchy.
     1 # This file identifies the root of the test-suite hierarchy.
     2 # It also contains test-suite configuration information.
     2 # It also contains test-suite configuration information.
       
     3 
       
     4 # The list of keywords supported in the entire test suite.  The
       
     5 # "intermittent" keyword marks tests known to fail intermittently.
       
     6 # The "randomness" keyword marks tests using randomness with test
       
     7 # cases differing from run to run. (A test using a fixed random seed
       
     8 # would not count as "randomness" by this definition.) Extra care
       
     9 # should be taken to handle test failures of intermittent or
       
    10 # randomness tests.
       
    11 
       
    12 keys=intermittent randomness
     3 
    13 
     4 # Tests that must run in othervm mode
    14 # Tests that must run in othervm mode
     5 othervm.dirs=javax/xml/jaxp
    15 othervm.dirs=javax/xml/jaxp
     6 
    16 
     7 # Group definitions
    17 # Group definitions
     8 groups=TEST.groups 
    18 groups=TEST.groups 
       
    19 
       
    20 # Minimum jtreg version
       
    21 requiredVersion=4.1 b11