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

test/jdk/TEST.ROOT

Print this page




  21 sun/applet com/apple/laf com/sun/java/accessibility com/sun/java/swing sanity/client demo/jfc \
  22 javax/management com/sun/awt sun/awt sun/java2d javax/xml/jaxp/testng/validation java/lang/ProcessHandle
  23 
  24 # Tests that cannot run concurrently
  25 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
  26 # Group definitions
  27 groups=TEST.groups
  28 
  29 # Allow querying of various System properties in @requires clauses
  30 #
  31 # Source files for classes that will be used at the beginning of each test suite run,
  32 # to determine additional characteristics of the system for use with the @requires tag.
  33 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  34 requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java]
  35 requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java
  36 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  37 requires.properties= \
  38     sun.arch.data.model \
  39     java.runtime.name \
  40     vm.graal.enabled \
  41     vm.cds

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


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