Skip to content

Commit f644a95

Browse files
committed
8339238: Update to use jtreg 7.5.1
Reviewed-by: erikj, jpai, rriggs, iris
1 parent 2ac37c8 commit f644a95

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

make/autoconf/lib-tests.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -28,7 +28,7 @@
2828
################################################################################
2929

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

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

make/conf/github-actions.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -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.4+1
29+
JTREG_VERSION=7.5.1+1
3030

3131
LINUX_X64_BOOT_JDK_EXT=tar.gz
3232
LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_linux-x64_bin.tar.gz

make/conf/jib-profiles.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1186,9 +1186,9 @@ var getJibProfilesDependencies = function (input, common) {
11861186
jtreg: {
11871187
server: "jpg",
11881188
product: "jtreg",
1189-
version: "7.4",
1189+
version: "7.5.1",
11901190
build_number: "1",
1191-
file: "bundles/jtreg-7.4+1.zip",
1191+
file: "bundles/jtreg-7.5.1+1.zip",
11921192
environment_name: "JT_HOME",
11931193
environment_path: input.get("jtreg", "home_path") + "/bin",
11941194
configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),

test/docs/TEST.ROOT

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -38,7 +38,7 @@
3838
groups=TEST.groups
3939

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

4343
# Use new module options
4444
useNewOptions=true

test/hotspot/jtreg/TEST.ROOT

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ requires.properties= \
9595
jlink.packagedModules
9696

9797
# Minimum jtreg version
98-
requiredVersion=7.4+1
98+
requiredVersion=7.5.1+1
9999

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

test/jaxp/TEST.ROOT

+1-1
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.4+1
26+
requiredVersion=7.5.1+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

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ requires.properties= \
114114
jlink.packagedModules
115115

116116
# Minimum jtreg version
117-
requiredVersion=7.4+1
117+
requiredVersion=7.5.1+1
118118

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

test/langtools/TEST.ROOT

+1-1
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.4+1
18+
requiredVersion=7.5.1+1
1919

2020
# Use new module options
2121
useNewOptions=true

test/lib-test/TEST.ROOT

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -29,7 +29,7 @@
2929
keys=randomness
3030

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

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

0 commit comments

Comments
 (0)