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-26 13:48:33 +00:00
|
|
|
exclusiveAccess.dirs=java/rmi/Naming java/util/prefs sun/management/jmxremote sun/tools/jstatd sun/security/mscapi java/util/stream javax/rmi sun/tools/jps
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
# Group definitions
|
|
|
|
groups=TEST.groups [closed/TEST.groups]
|
2014-10-27 20:45:39 +00:00
|
|
|
|
2015-05-07 07:11:49 +00:00
|
|
|
# Tests using jtreg 4.1 b11 features
|
|
|
|
requiredVersion=4.1 b11
|