equal
deleted
inserted
replaced
34 # Source files for classes that will be used at the beginning of each test suite run, |
34 # Source files for classes that will be used at the beginning of each test suite run, |
35 # to determine additional characteristics of the system for use with the @requires tag. |
35 # to determine additional characteristics of the system for use with the @requires tag. |
36 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java |
36 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java |
37 requires.properties=sun.arch.data.model |
37 requires.properties=sun.arch.data.model |
38 |
38 |
39 # Tests using jtreg 4.2 b01 features |
39 # Tests using jtreg 4.2 b02 features |
40 requiredVersion=4.2 b01 |
40 requiredVersion=4.2 b02 |
41 |
41 |
42 # Path to libraries in the topmost test directory. This is needed so @library |
42 # Path to libraries in the topmost test directory. This is needed so @library |
43 # does not need ../../ notation to reach them |
43 # does not need ../../ notation to reach them |
44 external.lib.roots = ../../ |
44 external.lib.roots = ../../ |
|
45 |
|
46 # Use new form of -Xpatch |
|
47 useNewXpatch=true |