2014-10-16 22:51:12 +00:00
|
|
|
# This file identifies the root of the test-suite hierarchy.
|
|
|
|
# It also contains test-suite configuration information.
|
|
|
|
|
2015-06-02 00:31:45 +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.
|
|
|
|
|
|
|
|
keys=intermittent randomness
|
|
|
|
|
2014-11-18 20:01:27 +00:00
|
|
|
# Tests that must run in othervm mode
|
2014-12-15 19:32:05 +00:00
|
|
|
othervm.dirs=javax/xml/jaxp
|
2014-11-18 20:01:27 +00:00
|
|
|
|
2016-08-08 04:50:00 +00:00
|
|
|
lib.dirs = /javax/xml/jaxp/libs
|
|
|
|
|
|
|
|
# Declare module dependency
|
|
|
|
modules=java.xml
|
|
|
|
|
2014-12-15 19:32:05 +00:00
|
|
|
# Group definitions
|
2016-07-27 22:35:23 +00:00
|
|
|
groups=TEST.groups
|
2015-06-02 00:31:45 +00:00
|
|
|
|
|
|
|
# Minimum jtreg version
|
2024-06-18 07:25:17 +00:00
|
|
|
requiredVersion=7.4+1
|
2016-08-10 22:49:23 +00:00
|
|
|
|
2017-05-16 16:05:11 +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 = ../../
|
|
|
|
|
2016-08-10 22:49:23 +00:00
|
|
|
# Use new module options
|
|
|
|
useNewOptions=true
|
2017-04-19 11:38:22 +00:00
|
|
|
|
|
|
|
# Use --patch-module instead of -Xmodule:
|
|
|
|
useNewPatchModule=true
|