8357141: Update to use jtreg 7.5.2
Reviewed-by: erikj, ihse, iris
This commit is contained in:
parent
62fde68708
commit
fe3be498b8
@ -28,7 +28,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# Minimum supported versions
|
# Minimum supported versions
|
||||||
JTREG_MINIMUM_VERSION=7.5.1
|
JTREG_MINIMUM_VERSION=7.5.2
|
||||||
GTEST_MINIMUM_VERSION=1.14.0
|
GTEST_MINIMUM_VERSION=1.14.0
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
# Versions and download locations for dependencies used by GitHub Actions (GHA)
|
# Versions and download locations for dependencies used by GitHub Actions (GHA)
|
||||||
|
|
||||||
GTEST_VERSION=1.14.0
|
GTEST_VERSION=1.14.0
|
||||||
JTREG_VERSION=7.5.1+1
|
JTREG_VERSION=7.5.2+1
|
||||||
|
|
||||||
LINUX_X64_BOOT_JDK_EXT=tar.gz
|
LINUX_X64_BOOT_JDK_EXT=tar.gz
|
||||||
LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24_linux-x64_bin.tar.gz
|
LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24_linux-x64_bin.tar.gz
|
||||||
|
@ -1174,9 +1174,9 @@ var getJibProfilesDependencies = function (input, common) {
|
|||||||
jtreg: {
|
jtreg: {
|
||||||
server: "jpg",
|
server: "jpg",
|
||||||
product: "jtreg",
|
product: "jtreg",
|
||||||
version: "7.5.1",
|
version: "7.5.2",
|
||||||
build_number: "1",
|
build_number: "1",
|
||||||
file: "bundles/jtreg-7.5.1+1.zip",
|
file: "bundles/jtreg-7.5.2+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"),
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
groups=TEST.groups
|
groups=TEST.groups
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=7.5.1+1
|
requiredVersion=7.5.2+1
|
||||||
|
|
||||||
# Use new module options
|
# Use new module options
|
||||||
useNewOptions=true
|
useNewOptions=true
|
||||||
|
@ -100,7 +100,7 @@ requires.properties= \
|
|||||||
jdk.static
|
jdk.static
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=7.5.1+1
|
requiredVersion=7.5.2+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=7.5.1+1
|
requiredVersion=7.5.2+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
|
||||||
|
@ -119,7 +119,7 @@ requires.properties= \
|
|||||||
jdk.static
|
jdk.static
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=7.5.1+1
|
requiredVersion=7.5.2+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 needs-src needs-src-jdk_javadoc
|
|||||||
groups=TEST.groups
|
groups=TEST.groups
|
||||||
|
|
||||||
# Minimum jtreg version
|
# Minimum jtreg version
|
||||||
requiredVersion=7.5.1+1
|
requiredVersion=7.5.2+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=7.5.1+1
|
requiredVersion=7.5.2+1
|
||||||
|
|
||||||
# Allow querying of various System properties in @requires clauses
|
# Allow querying of various System properties in @requires clauses
|
||||||
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
|
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
|
||||||
|
Loading…
x
Reference in New Issue
Block a user