test/jdk/TEST.ROOT
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Sdiff test/jdk

test/jdk/TEST.ROOT

Print this page




  19 # Tests that must run in othervm mode
  20 othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound 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 com/sun/corba/cachedSocket
  24 
  25 # Group definitions
  26 groups=TEST.groups
  27 
  28 # Allow querying of various System properties in @requires clauses
  29 #
  30 # Source files for classes that will be used at the beginning of each test suite run,
  31 # to determine additional characteristics of the system for use with the @requires tag.
  32 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  33 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  34 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
  35 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  36 requires.properties= \
  37     sun.arch.data.model \
  38     java.runtime.name \

  39     vm.cds
  40 
  41 # Minimum jtreg version
  42 requiredVersion=4.2 b08
  43 
  44 # Path to libraries in the topmost test directory. This is needed so @library
  45 # does not need ../../ notation to reach them
  46 external.lib.roots = ../../
  47 
  48 # Use new module options
  49 useNewOptions=true
  50 
  51 # Use --patch-module instead of -Xmodule:
  52 useNewPatchModule=true


  19 # Tests that must run in othervm mode
  20 othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound 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 com/sun/corba/cachedSocket
  24 
  25 # Group definitions
  26 groups=TEST.groups
  27 
  28 # Allow querying of various System properties in @requires clauses
  29 #
  30 # Source files for classes that will be used at the beginning of each test suite run,
  31 # to determine additional characteristics of the system for use with the @requires tag.
  32 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  33 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  34 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
  35 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  36 requires.properties= \
  37     sun.arch.data.model \
  38     java.runtime.name \
  39     vm.graal.enabled \
  40     vm.cds
  41 
  42 # Minimum jtreg version
  43 requiredVersion=4.2 b08
  44 
  45 # Path to libraries in the topmost test directory. This is needed so @library
  46 # does not need ../../ notation to reach them
  47 external.lib.roots = ../../
  48 
  49 # Use new module options
  50 useNewOptions=true
  51 
  52 # Use --patch-module instead of -Xmodule:
  53 useNewPatchModule=true
test/jdk/TEST.ROOT
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File