mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8275512: Upgrade required version of jtreg to 6.1
Reviewed-by: ihse, iignatyev, joehw, lancea, jjg, mchung
This commit is contained in:
parent
926966be7a
commit
c24fb852f2
7 changed files with 8 additions and 8 deletions
|
@ -1132,9 +1132,9 @@ var getJibProfilesDependencies = function (input, common) {
|
||||||
jtreg: {
|
jtreg: {
|
||||||
server: "jpg",
|
server: "jpg",
|
||||||
product: "jtreg",
|
product: "jtreg",
|
||||||
version: "6",
|
version: "6.1",
|
||||||
build_number: "1",
|
build_number: "1",
|
||||||
file: "bundles/jtreg-6+1.zip",
|
file: "bundles/jtreg-6.1+1.zip",
|
||||||
environment_name: "JT_HOME",
|
environment_name: "JT_HOME",
|
||||||
environment_path: input.get("jtreg", "home_path") + "/bin",
|
environment_path: input.get("jtreg", "home_path") + "/bin",
|
||||||
configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),
|
configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
# Versions and download locations for dependencies used by pre-submit testing.
|
# Versions and download locations for dependencies used by pre-submit testing.
|
||||||
|
|
||||||
BOOT_JDK_VERSION=17
|
BOOT_JDK_VERSION=17
|
||||||
JTREG_VERSION=6
|
JTREG_VERSION=6.1
|
||||||
JTREG_BUILD=1
|
JTREG_BUILD=1
|
||||||
GTEST_VERSION=1.8.1
|
GTEST_VERSION=1.8.1
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ requires.properties= \
|
||||||
jdk.containerized
|
jdk.containerized
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=6+1
|
requiredVersion=6.1+1
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -23,7 +23,7 @@ modules=java.xml
|
||||||
groups=TEST.groups
|
groups=TEST.groups
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=6+1
|
requiredVersion=6.1+1
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -68,7 +68,7 @@ requires.properties= \
|
||||||
jdk.containerized
|
jdk.containerized
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=6+1
|
requiredVersion=6.1+1
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -15,7 +15,7 @@ keys=intermittent randomness
|
||||||
groups=TEST.groups
|
groups=TEST.groups
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=6+1
|
requiredVersion=6.1+1
|
||||||
|
|
||||||
# Use new module options
|
# Use new module options
|
||||||
useNewOptions=true
|
useNewOptions=true
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
keys=randomness
|
keys=randomness
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=6+1
|
requiredVersion=6.1+1
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue