Tristan Yan | 1cd48f2 | 2014-10-16 15:51:12 -0700 | [diff] [blame] | 1 | # This file identifies the root of the test-suite hierarchy. |
| 2 | # It also contains test-suite configuration information. |
| 3 | |
Joe Darcy | 1c1c11d | 2015-06-01 17:31:45 -0700 | [diff] [blame] | 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 |
| 13 | |
Frank Yuan | a669f5b | 2014-11-18 12:01:27 -0800 | [diff] [blame] | 14 | # Tests that must run in othervm mode |
Tristan Yan | 629b26b | 2014-12-15 11:32:05 -0800 | [diff] [blame] | 15 | othervm.dirs=javax/xml/jaxp |
Frank Yuan | a669f5b | 2014-11-18 12:01:27 -0800 | [diff] [blame] | 16 | |
Frank Yuan | 8ee1630 | 2016-08-08 12:50:00 +0800 | [diff] [blame] | 17 | lib.dirs = /javax/xml/jaxp/libs |
| 18 | |
| 19 | # Declare module dependency |
| 20 | modules=java.xml |
| 21 | |
Tristan Yan | 629b26b | 2014-12-15 11:32:05 -0800 | [diff] [blame] | 22 | # Group definitions |
Joe Darcy | 5c93772 | 2016-07-27 15:35:23 -0700 | [diff] [blame] | 23 | groups=TEST.groups |
Joe Darcy | 1c1c11d | 2015-06-01 17:31:45 -0700 | [diff] [blame] | 24 | |
| 25 | # Minimum jtreg version |
Paul Sandoz | 5dc2184 | 2018-02-01 11:24:39 -0800 | [diff] [blame] | 26 | requiredVersion=4.2 b12 |
Mandy Chung | f29e118 | 2016-08-10 15:49:23 -0700 | [diff] [blame] | 27 | |
Igor Ignatyev | bc8d377 | 2017-05-16 09:05:11 -0700 | [diff] [blame] | 28 | # Path to libraries in the topmost test directory. This is needed so @library |
| 29 | # does not need ../../ notation to reach them |
| 30 | external.lib.roots = ../../ |
| 31 | |
Mandy Chung | f29e118 | 2016-08-10 15:49:23 -0700 | [diff] [blame] | 32 | # Use new module options |
| 33 | useNewOptions=true |
Jan Lahoda | d59ed7d | 2017-04-19 13:38:22 +0200 | [diff] [blame] | 34 | |
| 35 | # Use --patch-module instead of -Xmodule: |
| 36 | useNewPatchModule=true |