8219417: bump jtreg requiredVersion to b14
Reviewed-by: alanb, dholmes
This commit is contained in:
parent
8360a7884d
commit
98ebd2bc9e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user