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
|
|
|
#
|
2023-11-30 22:59:37 +00:00
|
|
|
# A test flagged with cgroups uses cgroups.
|
|
|
|
#
|
2024-06-07 17:02:14 +00:00
|
|
|
# Notes on "client" keywords : headful sound printer multimon
|
2023-11-30 22:59:37 +00:00
|
|
|
# ===========================================================
|
|
|
|
#
|
|
|
|
# These keywords are there to help with test selection so that
|
|
|
|
# tests that need a particular resource can be selected to run on a system
|
|
|
|
# with that resource. Conversely "!somekeyword" can be used to exclude tests
|
|
|
|
# on a system without such a resource.
|
|
|
|
# Caution: If you are always excluding tests using any of these keywords then you
|
|
|
|
# are likely missing many important tests.
|
|
|
|
#
|
|
|
|
# "headful". A "headful" test requires a graphical environment to meaningfully run.
|
|
|
|
# This does not have to mean a physical host, since a VM can be configured as headful.
|
|
|
|
# Tests that are not headful are "headless".
|
|
|
|
# Note: all manual tests are assumed to be headful and do not need the keyword.
|
|
|
|
#
|
|
|
|
# "printer". Not all tests of printing APIs require a printer, but many do.
|
|
|
|
# So a "printer" test requires a printer to be installed to do anything meaningful.
|
|
|
|
# Tests may not fail if there is none, instead just silently return.
|
|
|
|
# But they also may legitimately throw an Exception depending on the test.
|
|
|
|
# Also printer tests are not necessarily headful, but some are, and some are automated.
|
2024-06-07 17:02:14 +00:00
|
|
|
#
|
2023-11-30 22:59:37 +00:00
|
|
|
# "sound". Similarly, not all sound tests require audio devices, but many do.
|
|
|
|
# A test flagged with key "sound" needs audio devices on the system.
|
|
|
|
# Also they are not necessarily "headful", since they don't require a display etc.
|
|
|
|
# But sometimes they may be accompanied by the headful keyword, since sound
|
2022-05-24 17:53:43 +00:00
|
|
|
# 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)
|
2023-11-30 22:59:37 +00:00
|
|
|
#
|
|
|
|
# "multimon" should be used in conjunction with headful and is used to identify
|
|
|
|
# tests which require two displays connected.
|
2015-04-29 17:25:53 +00:00
|
|
|
|
2023-11-30 22:59:37 +00:00
|
|
|
keys=headful sound printer multimon \
|
|
|
|
i18n intermittent 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 \
|
2023-08-30 06:41:43 +00:00
|
|
|
com/sun/net/httpserver/simpleserver sun/tools/jhsdb
|
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
|
2023-05-02 13:56:32 +00:00
|
|
|
requires.extraPropDefns.javacOpts = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
|
|
|
requires.extraPropDefns.vmOpts = \
|
|
|
|
-XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
|
|
|
|
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
|
2017-08-29 15:29:19 +00:00
|
|
|
requires.properties= \
|
|
|
|
sun.arch.data.model \
|
|
|
|
java.runtime.name \
|
2023-09-28 17:15:40 +00:00
|
|
|
vm.flagless \
|
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 \
|
2023-07-13 07:20:18 +00:00
|
|
|
vm.jvmci.enabled \
|
2023-06-02 05:57:01 +00:00
|
|
|
vm.jvmti \
|
2024-06-07 17:02:14 +00:00
|
|
|
vm.cpu.features \
|
2024-10-12 03:25:42 +00:00
|
|
|
container.support \
|
2024-09-11 16:57:13 +00:00
|
|
|
systemd.support \
|
2020-10-26 20:30:37 +00:00
|
|
|
release.implementor \
|
2023-05-02 13:56:32 +00:00
|
|
|
jdk.containerized \
|
2024-11-11 13:35:25 +00:00
|
|
|
jdk.foreign.linker \
|
|
|
|
jlink.runtime.linkable \
|
|
|
|
jlink.packagedModules
|
2015-09-15 22:10:49 +00:00
|
|
|
|
2017-08-21 03:36:12 +00:00
|
|
|
# Minimum jtreg version
|
2024-06-18 07:25:17 +00:00
|
|
|
requiredVersion=7.4+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
|