1
# This file identifies the root of the test-suite hierarchy.
2
# It also contains test-suite configuration information.
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
12
keys=intermittent randomness needs-src needs-src-jdk_javadoc
17
# Minimum jtreg version
20
# Use new module options
23
# Use --patch-module instead of -Xmodule:
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 = ../../
30
# Allow querying of various System properties in @requires clauses
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 = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
41
requires.extraPropDefns.vmOpts = \
42
-XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
43
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED