2007-12-01 00:00:00 +00:00
|
|
|
# This file identifies the root of the test-suite hierarchy.
|
|
|
|
# It also contains test-suite configuration information.
|
|
|
|
|
2015-04-29 17:25:53 +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.
|
2015-06-25 15:30:34 +00:00
|
|
|
#
|
|
|
|
# A "headful" test requires a graphical environment to meaningfully
|
2017-07-28 12:06:28 +00:00
|
|
|
# run. Tests that are not headful are "headless".
|
2022-05-24 17:53:43 +00:00
|
|
|
# A test flagged with key sound needs audio devices on the system, this
|
|
|
|
# may be accompanied by the headful keyword since audio device access
|
|
|
|
# is often linked to access to desktop resources and headful systems are
|
|
|
|
# also more likely to have audio devices (ie meaning both input and output)
|
2017-08-21 03:36:12 +00:00
|
|
|
# A test flagged with key "printer" requires a printer to succeed, else
|
2017-07-28 12:06:28 +00:00
|
|
|
# throws a PrinterException or the like.
|
2020-11-12 13:23:57 +00:00
|
|
|
# A test flagged with cgroups uses cgroups.
|
2015-04-29 17:25:53 +00:00
|
|
|
|
2022-05-24 17:53:43 +00:00
|
|
|
keys=2d dnd headful sound i18n intermittent printer randomness jfr cgroups
|
2012-02-12 21:09:09 +00:00
|
|
|
|
|
|
|
# Tests that must run in othervm mode
|
2018-05-11 21:12:55 +00:00
|
|
|
othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/swing javax/print \
|
2020-09-19 02:22:26 +00:00
|
|
|
com/apple/laf com/apple/eawt com/sun/java/accessibility com/sun/java/swing sanity/client demo/jfc \
|
2018-09-23 03:31:45 +00:00
|
|
|
javax/management sun/awt sun/java2d javax/xml/jaxp/testng/validation java/lang/ProcessHandle
|
2012-02-12 21:09:09 +00:00
|
|
|
|
|
|
|
# Tests that cannot run concurrently
|
2019-10-21 06:04:16 +00:00
|
|
|
exclusiveAccess.dirs=java/math/BigInteger/largeMemory \
|
|
|
|
java/rmi/Naming java/util/prefs sun/management/jmxremote \
|
2021-12-15 01:29:50 +00:00
|
|
|
sun/tools/jstatd sun/security/mscapi java/util/Arrays/largeMemory \
|
2021-10-19 10:19:15 +00:00
|
|
|
java/util/BitSet/stream javax/rmi java/net/httpclient/websocket \
|
2022-07-14 15:23:42 +00:00
|
|
|
com/sun/net/httpserver/simpleserver
|
2019-03-19 14:47:17 +00:00
|
|
|
|
2013-08-21 08:59:12 +00:00
|
|
|
# Group definitions
|
2017-09-12 17:03:59 +00:00
|
|
|
groups=TEST.groups
|
2014-10-27 20:45:39 +00:00
|
|
|
|
2016-07-28 19:09:07 +00:00
|
|
|
# Allow querying of various System properties in @requires clauses
|
2017-08-29 15:29:19 +00:00
|
|
|
#
|
|
|
|
# Source files for classes that will be used at the beginning of each test suite run,
|
|
|
|
# to determine additional characteristics of the system for use with the @requires tag.
|
2020-06-05 14:28:50 +00:00
|
|
|
# Note: compiled bootlibs classes will be added to BCP.
|
2018-08-16 23:28:03 +00:00
|
|
|
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
|
2021-08-02 20:44:18 +00:00
|
|
|
requires.extraPropDefns.bootlibs = ../lib/jdk/test/whitebox
|
2020-06-05 14:28:50 +00:00
|
|
|
requires.extraPropDefns.libs = \
|
2019-07-22 08:48:14 +00:00
|
|
|
../lib/jdk/test/lib/Platform.java \
|
|
|
|
../lib/jdk/test/lib/Container.java
|
2020-06-05 14:28:50 +00:00
|
|
|
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
2017-08-29 15:29:19 +00:00
|
|
|
requires.properties= \
|
|
|
|
sun.arch.data.model \
|
|
|
|
java.runtime.name \
|
2020-11-12 02:12:15 +00:00
|
|
|
vm.gc.G1 \
|
|
|
|
vm.gc.Serial \
|
|
|
|
vm.gc.Parallel \
|
2019-05-22 17:51:30 +00:00
|
|
|
vm.gc.Shenandoah \
|
2020-11-12 02:12:15 +00:00
|
|
|
vm.gc.Epsilon \
|
|
|
|
vm.gc.Z \
|
2017-12-13 19:59:55 +00:00
|
|
|
vm.graal.enabled \
|
2018-08-09 01:38:34 +00:00
|
|
|
vm.compiler1.enabled \
|
|
|
|
vm.compiler2.enabled \
|
2018-06-12 22:51:45 +00:00
|
|
|
vm.cds \
|
2023-01-19 00:20:13 +00:00
|
|
|
vm.cds.write.archived.java.heap \
|
2022-06-02 09:02:37 +00:00
|
|
|
vm.continuations \
|
2020-10-13 09:35:58 +00:00
|
|
|
vm.musl \
|
2019-03-19 14:47:17 +00:00
|
|
|
vm.debug \
|
2018-06-25 21:04:21 +00:00
|
|
|
vm.hasSA \
|
2018-07-20 07:46:57 +00:00
|
|
|
vm.hasJFR \
|
2020-10-20 15:31:55 +00:00
|
|
|
vm.jvmci \
|
2018-06-15 16:53:28 +00:00
|
|
|
docker.support \
|
2020-10-26 20:30:37 +00:00
|
|
|
release.implementor \
|
|
|
|
jdk.containerized
|
2015-09-15 22:10:49 +00:00
|
|
|
|
2017-08-21 03:36:12 +00:00
|
|
|
# Minimum jtreg version
|
2023-04-24 15:36:19 +00:00
|
|
|
requiredVersion=7.2+1
|
2015-10-29 19:02:53 +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-05-03 08:09:57 +00:00
|
|
|
|
2016-08-10 22:51:25 +00:00
|
|
|
# Use new module options
|
|
|
|
useNewOptions=true
|
2017-04-19 11:38:28 +00:00
|
|
|
|
|
|
|
# Use --patch-module instead of -Xmodule:
|
|
|
|
useNewPatchModule=true
|