TEST.ROOT revision 3294:9adfb22ff08f
1295016Sjkim# This file identifies the root of the test-suite hierarchy.
2110010Smarkm# It also contains test-suite configuration information.
3110010Smarkm
4142429Snectar# The list of keywords supported in the entire test suite.  The
5110010Smarkm# "intermittent" keyword marks tests known to fail intermittently.
6110010Smarkm# The "randomness" keyword marks tests using randomness with test
7110010Smarkm# cases differing from run to run. (A test using a fixed random seed
8110010Smarkm# would not count as "randomness" by this definition.) Extra care
9110010Smarkm# should be taken to handle test failures of intermittent or
10110010Smarkm# randomness tests.
11110010Smarkm
12110010Smarkmkeys=intermittent randomness
13110010Smarkm
14110010Smarkm# Group definitions
15110010Smarkmgroups=TEST.groups
16110010Smarkm
17110010Smarkm# Tests using jtreg 4.2 b01 features
18110010SmarkmrequiredVersion=4.2 b01
19110010Smarkm