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
|
|
|
|
# run. Tests that are not headful are "headless."
|
2015-04-29 17:25:53 +00:00
|
|
|
|
2015-06-25 15:30:34 +00:00
|
|
|
keys=2d dnd i18n intermittent randomness headful
|
2012-02-12 21:09:09 +00:00
|
|
|
|
|
|
|
# Tests that must run in othervm mode
|
2015-05-29 18:04:12 +00:00
|
|
|
othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/print javax/management com/sun/awt sun/awt sun/java2d sun/pisces javax/xml/jaxp/testng/validation java/lang/ProcessHandle
|
2012-02-12 21:09:09 +00:00
|
|
|
|
|
|
|
# Tests that cannot run concurrently
|
2015-08-28 20:40:43 +00:00
|
|
|
exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi java/util/stream javax/rmi
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
# Group definitions
|
|
|
|
groups=TEST.groups [closed/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
|
|
|
|
requires.properties=sun.arch.data.model java.runtime.name
|
2015-09-15 22:10:49 +00:00
|
|
|
|
2016-05-03 08:09:57 +00:00
|
|
|
# Tests using jtreg 4.2 b02 features
|
|
|
|
requiredVersion=4.2 b02
|
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
|
|
|
|
|
|
|
# Use new form of -Xpatch
|
|
|
|
useNewXpatch=true
|