< prev index next >

test/TEST.ROOT

Print this page
rev 13329 : 8185436: jtreg: introduce @requires property to disable cds tests
Summary: Fix CompressedClassPointers test to succeed also if cds is not available.

*** 33,43 **** # Source files for classes that will be used at the beginning of each test suite run, # to determine additional characteristics of the system for use with the @requires tag. # Note: compiled bootlibs code will be located in the folder 'bootClasses' requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java] ! requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses requires.properties= \ sun.arch.data.model \ vm.simpleArch \ vm.flightRecorder \ --- 33,43 ---- # Source files for classes that will be used at the beginning of each test suite run, # to determine additional characteristics of the system for use with the @requires tag. # Note: compiled bootlibs code will be located in the folder 'bootClasses' requires.extraPropDefns = ../../test/jtreg-ext/requires/VMProps.java [../../closed/test/jtreg-ext/requires/VMPropsExt.java] ! requires.extraPropDefns.bootlibs = ../../test/lib/sun ../../test/lib/jdk/test/lib/Platform.java ../../test/lib/jdk/test/lib/process/ProcessTools.java ../../test/lib/jdk/test/lib/process/OutputAnalyzer.java ../../test/lib/jdk/ requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses requires.properties= \ sun.arch.data.model \ vm.simpleArch \ vm.flightRecorder \
*** 48,58 **** vm.jvmci \ vm.emulatedClient \ vm.cpu.features \ vm.debug \ vm.rtm.cpu \ ! vm.rtm.os # Tests using jtreg 4.2 b07 features requiredVersion=4.2 b07 # Path to libraries in the topmost test directory. This is needed so @library --- 48,59 ---- vm.jvmci \ vm.emulatedClient \ vm.cpu.features \ vm.debug \ vm.rtm.cpu \ ! vm.rtm.os \ ! vm.cds # Tests using jtreg 4.2 b07 features requiredVersion=4.2 b07 # Path to libraries in the topmost test directory. This is needed so @library
< prev index next >