8219417: bump jtreg requiredVersion to b14

Reviewed-by: alanb, dholmes
This commit is contained in:
Igor Ignatyev 2019-02-22 09:47:00 -08:00
parent 8360a7884d
commit 98ebd2bc9e
4 changed files with 10 additions and 4 deletions
test
hotspot/jtreg
jaxp
jdk
nashorn

@ -70,7 +70,7 @@ requires.properties= \
test.vm.gc.nvdimm test.vm.gc.nvdimm
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b13 requiredVersion=4.2 b14
# Path to libraries in the topmost test directory. This is needed so @library # Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../../ notation to reach them # does not need ../../../ notation to reach them
@ -81,3 +81,6 @@ useNewOptions=true
# Use --patch-module instead of -Xmodule: # Use --patch-module instead of -Xmodule:
useNewPatchModule=true useNewPatchModule=true
# disabled till JDK-8219140 is fixed
allowSmartActionArgs=false

@ -23,7 +23,7 @@ modules=java.xml
groups=TEST.groups groups=TEST.groups
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b13 requiredVersion=4.2 b14
# Path to libraries in the topmost test directory. This is needed so @library # Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them # does not need ../../ notation to reach them

@ -49,7 +49,7 @@ requires.properties= \
release.implementor release.implementor
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b13 requiredVersion=4.2 b14
# Path to libraries in the topmost test directory. This is needed so @library # Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them # does not need ../../ notation to reach them
@ -60,3 +60,6 @@ useNewOptions=true
# Use --patch-module instead of -Xmodule: # Use --patch-module instead of -Xmodule:
useNewPatchModule=true useNewPatchModule=true
# disabled till JDK-8219408 is fixed
allowSmartActionArgs=false

@ -8,7 +8,7 @@ keys=intermittent randomness
groups=TEST.groups groups=TEST.groups
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b13 requiredVersion=4.2 b14
# Use new module options # Use new module options
useNewOptions=true useNewOptions=true