8238943: switch to jtreg 5.0

Reviewed-by: erikj, jjg, joehw
This commit is contained in:
Igor Ignatyev 2020-02-24 11:50:18 -08:00
parent 649a4d0613
commit c4059c667d
6 changed files with 10 additions and 9 deletions

View File

@ -1053,11 +1053,12 @@ var getJibProfilesDependencies = function (input, common) {
}, },
jtreg: { jtreg: {
server: "javare", server: "jpg",
revision: "4.2", product: "jtreg",
build_number: "b16", version: "5.0",
build_number: "b01",
checksum_file: "MD5_VALUES", checksum_file: "MD5_VALUES",
file: "jtreg_bin-4.2.zip", file: "bundles/jtreg_bin-5.0.zip",
environment_name: "JT_HOME", environment_name: "JT_HOME",
environment_path: input.get("jtreg", "install_path") + "/jtreg/bin" environment_path: input.get("jtreg", "install_path") + "/jtreg/bin"
}, },

View File

@ -71,7 +71,7 @@ requires.properties= \
test.vm.gc.nvdimm test.vm.gc.nvdimm
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b16 requiredVersion=5.0 b1
# 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

View File

@ -23,7 +23,7 @@ modules=java.xml
groups=TEST.groups groups=TEST.groups
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b16 requiredVersion=5.0 b1
# 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

View File

@ -59,7 +59,7 @@ requires.properties= \
release.implementor release.implementor
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b16 requiredVersion=5.0 b1
# 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

View File

@ -15,7 +15,7 @@ keys=intermittent randomness
groups=TEST.groups groups=TEST.groups
# Minimum jtreg version # Minimum jtreg version
requiredVersion=4.2 b16 requiredVersion=5.0 b1
# Use new module options # Use new module options
useNewOptions=true useNewOptions=true

View File

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