2007-12-01 00:00:00 +00:00
|
|
|
# This file identifies the root of the test-suite hierarchy.
|
|
|
|
# It also contains test-suite configuration information.
|
|
|
|
|
2015-06-01 22:19:54 +00:00
|
|
|
# The list of keywords supported in the entire test suite. The
|
|
|
|
# "intermittent" keyword marks tests known to fail intermittently.
|
|
|
|
# The "randomness" keyword marks tests using randomness with test
|
|
|
|
# cases differing from run to run. (A test using a fixed random seed
|
|
|
|
# would not count as "randomness" by this definition.) Extra care
|
|
|
|
# should be taken to handle test failures of intermittent or
|
|
|
|
# randomness tests.
|
|
|
|
|
2022-05-25 17:45:02 +00:00
|
|
|
keys=intermittent randomness needs-src needs-src-jdk_javadoc
|
2015-06-01 22:19:54 +00:00
|
|
|
|
|
|
|
# Group definitions
|
|
|
|
groups=TEST.groups
|
|
|
|
|
2017-08-21 03:36:11 +00:00
|
|
|
# Minimum jtreg version
|
2021-10-19 21:04:14 +00:00
|
|
|
requiredVersion=6.1+1
|
2016-05-03 08:11:12 +00:00
|
|
|
|
2016-08-10 22:47:46 +00:00
|
|
|
# Use new module options
|
|
|
|
useNewOptions=true
|
2017-04-19 11:38:36 +00:00
|
|
|
|
|
|
|
# Use --patch-module instead of -Xmodule:
|
|
|
|
useNewPatchModule=true
|
2020-11-27 09:43:01 +00:00
|
|
|
|
|
|
|
# Path to libraries in the topmost test directory. This is needed so @library
|
|
|
|
# does not need ../../ notation to reach them
|
|
|
|
external.lib.roots = ../../
|