1 # This file identifies the root of the test-suite hierarchy.
 2 # It also contains test-suite configuration information.
 3 
 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 needs-src needs-src-jdk_javadoc
13 
14 # Group definitions
15 groups=TEST.groups
16 
17 # Minimum jtreg version
18 requiredVersion=7.5.1+1
19 
20 # Use new module options
21 useNewOptions=true
22 
23 # Use --patch-module instead of -Xmodule:
24 useNewPatchModule=true
25 
26 # Path to libraries in the topmost test directory. This is needed so @library
27 # does not need ../../ notation to reach them
28 external.lib.roots = ../../
29 
30 # Allow querying of various System properties in @requires clauses
31 #
32 # Source files for classes that will be used at the beginning of each test suite run,
33 # to determine additional characteristics of the system for use with the @requires tag.
34 # Note: compiled bootlibs classes will be added to BCP.
35 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
36 requires.extraPropDefns.bootlibs = ../lib/jdk/test/whitebox
37 requires.extraPropDefns.libs = \
38     ../lib/jdk/test/lib/Platform.java \
39     ../lib/jdk/test/lib/Container.java
40 requires.extraPropDefns.javacOpts = \
41     --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \
42     --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
43 requires.extraPropDefns.vmOpts = \
44     -XX:+UnlockDiagnosticVMOptions \
45     -XX:+LogVMOutput -XX:-DisplayVMOutput -XX:LogFile=vmprops.flags.final.vm.log \
46     -XX:+PrintFlagsFinal \
47     -XX:+WhiteBoxAPI \
48     --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \
49     --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
50 requires.properties= \
51     vm.continuations \
52     vm.debug