blob: 6414d1335bfa1241de4a2753793e04a08b34841d [file] [log] [blame]
Tristan Yan1cd48f22014-10-16 15:51:12 -07001# This file identifies the root of the test-suite hierarchy.
2# It also contains test-suite configuration information.
3
Joe Darcy1c1c11d2015-06-01 17:31:45 -07004# 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
12keys=intermittent randomness
13
Frank Yuana669f5b2014-11-18 12:01:27 -080014# Tests that must run in othervm mode
Tristan Yan629b26b2014-12-15 11:32:05 -080015othervm.dirs=javax/xml/jaxp
Frank Yuana669f5b2014-11-18 12:01:27 -080016
Frank Yuan8ee16302016-08-08 12:50:00 +080017lib.dirs = /javax/xml/jaxp/libs
18
19# Declare module dependency
20modules=java.xml
21
Tristan Yan629b26b2014-12-15 11:32:05 -080022# Group definitions
Joe Darcy5c937722016-07-27 15:35:23 -070023groups=TEST.groups
Joe Darcy1c1c11d2015-06-01 17:31:45 -070024
25# Minimum jtreg version
Paul Sandoz5dc21842018-02-01 11:24:39 -080026requiredVersion=4.2 b12
Mandy Chungf29e1182016-08-10 15:49:23 -070027
Igor Ignatyevbc8d3772017-05-16 09:05:11 -070028# Path to libraries in the topmost test directory. This is needed so @library
29# does not need ../../ notation to reach them
30external.lib.roots = ../../
31
Mandy Chungf29e1182016-08-10 15:49:23 -070032# Use new module options
33useNewOptions=true
Jan Lahodad59ed7d2017-04-19 13:38:22 +020034
35# Use --patch-module instead of -Xmodule:
36useNewPatchModule=true