< prev index next >

test/jdk/TEST.ROOT

Print this page
rev 49619 : JEP 328 : Flight Recorder open source preview
   1 # This file identifies the root of the test-suite hierarchy.
   2 # It also contains test-suite configuration information.
   3 
   4 # The list of keywords supported in the entire test suite.  The
   5 # "intermittent" keyword marks tests known to fail intermittently.
   6 # The "randomness" keyword marks tests using randomness with test
   7 # cases differing from run to run. (A test using a fixed random seed
   8 # would not count as "randomness" by this definition.) Extra care
   9 # should be taken to handle test failures of intermittent or
  10 # randomness tests.
  11 #
  12 # A "headful" test requires a graphical environment to meaningfully
  13 # run. Tests that are not headful are "headless".
  14 # A test flagged with key "printer" requires a printer to succeed, else
  15 # throws a PrinterException or the like.
  16 
  17 keys=2d dnd headful i18n intermittent printer randomness
  18 
  19 # Tests that must run in othervm mode
  20 othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/swing javax/print javax/management com/sun/awt sun/awt sun/java2d javax/xml/jaxp/testng/validation java/lang/ProcessHandle
  21 
  22 # Tests that cannot run concurrently
  23 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
  24 # Group definitions
  25 groups=TEST.groups
  26 
  27 # Allow querying of various System properties in @requires clauses
  28 #
  29 # Source files for classes that will be used at the beginning of each test suite run,
  30 # to determine additional characteristics of the system for use with the @requires tag.
  31 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  32 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  33 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
  34 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  35 requires.properties= \
  36     sun.arch.data.model \
  37     java.runtime.name \
   1 # This file identifies the root of the test-suite hierarchy.
   2 # It also contains test-suite configuration information.
   3 
   4 # The list of keywords supported in the entire test suite.  The
   5 # "intermittent" keyword marks tests known to fail intermittently.
   6 # The "randomness" keyword marks tests using randomness with test
   7 # cases differing from run to run. (A test using a fixed random seed
   8 # would not count as "randomness" by this definition.) Extra care
   9 # should be taken to handle test failures of intermittent or
  10 # randomness tests.
  11 #
  12 # A "headful" test requires a graphical environment to meaningfully
  13 # run. Tests that are not headful are "headless".
  14 # A test flagged with key "printer" requires a printer to succeed, else
  15 # throws a PrinterException or the like.
  16 
  17 keys=2d dnd headful i18n intermittent printer randomness jfr
  18 
  19 # Tests that must run in othervm mode
  20 othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/swing javax/print javax/management com/sun/awt sun/awt sun/java2d javax/xml/jaxp/testng/validation java/lang/ProcessHandle
  21 
  22 # Tests that cannot run concurrently
  23 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
  24 # Group definitions
  25 groups=TEST.groups
  26 
  27 # Allow querying of various System properties in @requires clauses
  28 #
  29 # Source files for classes that will be used at the beginning of each test suite run,
  30 # to determine additional characteristics of the system for use with the @requires tag.
  31 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  32 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  33 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
  34 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  35 requires.properties= \
  36     sun.arch.data.model \
  37     java.runtime.name \
< prev index next >