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".
|
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.
|
2015-04-29 17:25:53 +00:00
|
|
|
|
2018-05-15 18:24:34 +00:00
|
|
|
keys=2d dnd headful i18n intermittent printer randomness jfr
|
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 \
|
2018-06-05 02:01:16 +00:00
|
|
|
com/apple/laf com/sun/java/accessibility com/sun/java/swing sanity/client demo/jfc \
|
2018-05-11 21:12:55 +00:00
|
|
|
javax/management com/sun/awt 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
|
2018-02-10 12:06:16 +00:00
|
|
|
exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi java/util/stream java/util/Arrays/largeMemory java/util/BitSet/stream javax/rmi
|
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.
|
|
|
|
# Note: compiled bootlibs code will be located in the folder 'bootClasses'
|
2018-08-16 23:28:03 +00:00
|
|
|
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
|
|
|
|
requires.extraPropDefns.bootlibs = ../lib/sun ../lib/jdk/test/lib/Platform.java
|
2017-08-29 15:29:19 +00:00
|
|
|
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
|
|
|
|
requires.properties= \
|
|
|
|
sun.arch.data.model \
|
|
|
|
java.runtime.name \
|
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
2018-06-12 15:40:28 +00:00
|
|
|
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 \
|
2018-06-25 21:04:21 +00:00
|
|
|
vm.hasSA \
|
|
|
|
vm.hasSAandCanAttach \
|
2018-07-20 07:46:57 +00:00
|
|
|
vm.hasJFR \
|
2018-06-15 16:53:28 +00:00
|
|
|
docker.support \
|
|
|
|
release.implementor
|
2015-09-15 22:10:49 +00:00
|
|
|
|
2017-08-21 03:36:12 +00:00
|
|
|
# Minimum jtreg version
|
2018-02-01 19:24:39 +00:00
|
|
|
requiredVersion=4.2 b12
|
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
|