< prev index next >

test/hotspot/jtreg/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


  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 #
  25 
  26 # This file identifies the root of the test-suite hierarchy.
  27 # It also contains test-suite configuration information.
  28 
  29 # The list of keywords supported in this test suite
  30 keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent
  31 
  32 groups=TEST.groups TEST.quick-groups
  33 
  34 # Source files for classes that will be used at the beginning of each test suite run,
  35 # to determine additional characteristics of the system for use with the @requires tag.
  36 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  37 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
  38 requires.extraPropDefns.bootlibs = ../../lib/sun ../../lib/jdk/test/lib/Platform.java


  39 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  40 requires.properties= \
  41     sun.arch.data.model \
  42     vm.simpleArch \
  43     vm.bits \
  44     vm.flightRecorder \
  45     vm.gc.G1 \
  46     vm.gc.Serial \
  47     vm.gc.Parallel \
  48     vm.gc.ConcMarkSweep \
  49     vm.gc.Shenandoah \
  50     vm.gc.Epsilon \
  51     vm.gc.Z \
  52     vm.jvmci \
  53     vm.emulatedClient \
  54     vm.cpu.features \
  55     vm.debug \
  56     vm.hasSA \
  57     vm.hasSAandCanAttach \
  58     vm.hasJFR \




  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 #
  25 
  26 # This file identifies the root of the test-suite hierarchy.
  27 # It also contains test-suite configuration information.
  28 
  29 # The list of keywords supported in this test suite
  30 keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent
  31 
  32 groups=TEST.groups TEST.quick-groups
  33 
  34 # Source files for classes that will be used at the beginning of each test suite run,
  35 # to determine additional characteristics of the system for use with the @requires tag.
  36 # Note: compiled bootlibs code will be located in the folder 'bootClasses'
  37 requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
  38 requires.extraPropDefns.bootlibs = ../../lib/sun \
  39     ../../lib/jdk/test/lib/Platform.java \
  40     ../../lib/jdk/test/lib/Container.java
  41 requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
  42 requires.properties= \
  43     sun.arch.data.model \
  44     vm.simpleArch \
  45     vm.bits \
  46     vm.flightRecorder \
  47     vm.gc.G1 \
  48     vm.gc.Serial \
  49     vm.gc.Parallel \
  50     vm.gc.ConcMarkSweep \
  51     vm.gc.Shenandoah \
  52     vm.gc.Epsilon \
  53     vm.gc.Z \
  54     vm.jvmci \
  55     vm.emulatedClient \
  56     vm.cpu.features \
  57     vm.debug \
  58     vm.hasSA \
  59     vm.hasSAandCanAttach \
  60     vm.hasJFR \


< prev index next >