< prev index next >

test/jdk/TEST.ROOT

Print this page
@  rev 55754 : 8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
|  Summary: Move container constant to separate test lib class
~  Reviewed-by: duke


  20 othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/swing javax/print \
  21 com/apple/laf com/sun/java/accessibility com/sun/java/swing sanity/client demo/jfc \
  22 javax/management 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 \
  26 sun/tools/jstatd sun/tools/jcmd sun/tools/jhsdb sun/tools/jhsdb/heapconfig \
  27 sun/tools/jinfo sun/tools/jmap sun/tools/jps sun/tools/jstack sun/tools/jstat \
  28 com/sun/tools/attach sun/security/mscapi java/util/stream java/util/Arrays/largeMemory \
  29 java/util/BitSet/stream javax/rmi
  30 
  31 # Group definitions
  32 groups=TEST.groups
  33 
  34 # Allow querying of various System properties in @requires clauses
  35 #
  36 # Source files for classes that will be used at the beginning of each test suite run,
  37 # to determine additional characteristics of the system for use with the @requires tag.
  38 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  39 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
  40 requires.extraPropDefns.bootlibs = ../lib/sun ../lib/jdk/test/lib/Platform.java


  41 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  42 requires.properties= \
  43     sun.arch.data.model \
  44     java.runtime.name \
  45     vm.gc.Z \
  46     vm.gc.Shenandoah \
  47     vm.graal.enabled \
  48     vm.compiler1.enabled \
  49     vm.compiler2.enabled \
  50     vm.cds \
  51     vm.debug \
  52     vm.hasSA \
  53     vm.hasSAandCanAttach \
  54     vm.hasJFR \
  55     docker.support \
  56     release.implementor
  57 
  58 # Minimum jtreg version
  59 requiredVersion=4.2 b14
  60 


  20 othervm.dirs=java/awt java/beans javax/accessibility javax/imageio javax/sound javax/swing javax/print \
  21 com/apple/laf com/sun/java/accessibility com/sun/java/swing sanity/client demo/jfc \
  22 javax/management 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 \
  26 sun/tools/jstatd sun/tools/jcmd sun/tools/jhsdb sun/tools/jhsdb/heapconfig \
  27 sun/tools/jinfo sun/tools/jmap sun/tools/jps sun/tools/jstack sun/tools/jstat \
  28 com/sun/tools/attach sun/security/mscapi java/util/stream java/util/Arrays/largeMemory \
  29 java/util/BitSet/stream javax/rmi
  30 
  31 # Group definitions
  32 groups=TEST.groups
  33 
  34 # Allow querying of various System properties in @requires clauses
  35 #
  36 # Source files for classes that will be used at the beginning of each test suite run,
  37 # to determine additional characteristics of the system for use with the @requires tag.
  38 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  39 requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
  40 requires.extraPropDefns.bootlibs = ../lib/sun \
  41     ../lib/jdk/test/lib/Platform.java \
  42     ../lib/jdk/test/lib/Container.java
  43 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  44 requires.properties= \
  45     sun.arch.data.model \
  46     java.runtime.name \
  47     vm.gc.Z \
  48     vm.gc.Shenandoah \
  49     vm.graal.enabled \
  50     vm.compiler1.enabled \
  51     vm.compiler2.enabled \
  52     vm.cds \
  53     vm.debug \
  54     vm.hasSA \
  55     vm.hasSAandCanAttach \
  56     vm.hasJFR \
  57     docker.support \
  58     release.implementor
  59 
  60 # Minimum jtreg version
  61 requiredVersion=4.2 b14
  62 
< prev index next >