Skip to content

Commit 3f28d42

Browse files
shipilevRealCLanger
authored andcommitted
8357141: Update to use jtreg 7.5.2
Backport-of: fe3be49
1 parent 017e441 commit 3f28d42

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

make/autoconf/lib-tests.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
################################################################################
2929

3030
# Minimum supported versions
31-
JTREG_MINIMUM_VERSION=7.5.1
31+
JTREG_MINIMUM_VERSION=7.5.2
3232
GTEST_MINIMUM_VERSION=1.14.0
3333

3434
################################################################################

make/conf/github-actions.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Versions and download locations for dependencies used by GitHub Actions (GHA)
2727

2828
GTEST_VERSION=1.14.0
29-
JTREG_VERSION=7.5.1+1
29+
JTREG_VERSION=7.5.2+1
3030

3131
LINUX_X64_BOOT_JDK_EXT=tar.gz
3232
LINUX_X64_BOOT_JDK_URL=https://github.com/SAP/SapMachine/releases/download/sapmachine-24/sapmachine-jdk-24_linux-x64_bin.tar.gz

make/conf/jib-profiles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,9 +1174,9 @@ var getJibProfilesDependencies = function (input, common) {
11741174
jtreg: {
11751175
server: "jpg",
11761176
product: "jtreg",
1177-
version: "7.5.1",
1177+
version: "7.5.2",
11781178
build_number: "1",
1179-
file: "bundles/jtreg-7.5.1+1.zip",
1179+
file: "bundles/jtreg-7.5.2+1.zip",
11801180
environment_name: "JT_HOME",
11811181
environment_path: input.get("jtreg", "home_path") + "/bin",
11821182
configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),

test/docs/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
groups=TEST.groups
3939

4040
# Minimum jtreg version
41-
requiredVersion=7.5.1+1
41+
requiredVersion=7.5.2+1
4242

4343
# Use new module options
4444
useNewOptions=true

test/hotspot/jtreg/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ requires.properties= \
106106
jdk.static
107107

108108
# Minimum jtreg version
109-
requiredVersion=7.5.1+1
109+
requiredVersion=7.5.2+1
110110

111111
# Path to libraries in the topmost test directory. This is needed so @library
112112
# does not need ../../../ notation to reach them

test/jaxp/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ modules=java.xml
2323
groups=TEST.groups
2424

2525
# Minimum jtreg version
26-
requiredVersion=7.5.1+1
26+
requiredVersion=7.5.2+1
2727

2828
# Path to libraries in the topmost test directory. This is needed so @library
2929
# does not need ../../ notation to reach them

test/jdk/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ requires.properties= \
121121
jdk.static
122122

123123
# Minimum jtreg version
124-
requiredVersion=7.5.1+1
124+
requiredVersion=7.5.2+1
125125

126126
# Path to libraries in the topmost test directory. This is needed so @library
127127
# does not need ../../ notation to reach them

test/langtools/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keys=intermittent randomness needs-src needs-src-jdk_javadoc
1515
groups=TEST.groups
1616

1717
# Minimum jtreg version
18-
requiredVersion=7.5.1+1
18+
requiredVersion=7.5.2+1
1919

2020
# Use new module options
2121
useNewOptions=true

test/lib-test/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
keys=randomness
3030

3131
# Minimum jtreg version
32-
requiredVersion=7.5.1+1
32+
requiredVersion=7.5.2+1
3333

3434
# Allow querying of various System properties in @requires clauses
3535
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java

0 commit comments

Comments
 (0)