Skip to content

Commit c50315d

Browse files
committed
8314495: Update to use jtreg 7.3.1
Reviewed-by: dholmes, erikj, iris, jpai
1 parent ed0f75f commit c50315d

File tree

9 files changed

+9
-12
lines changed

9 files changed

+9
-12
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.3
31+
JTREG_MINIMUM_VERSION=7.3.1
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.3+1
29+
JTREG_VERSION=7.3.1+1
3030

3131
LINUX_X64_BOOT_JDK_EXT=tar.gz
3232
LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz

make/conf/jib-profiles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,9 +1188,9 @@ var getJibProfilesDependencies = function (input, common) {
11881188
jtreg: {
11891189
server: "jpg",
11901190
product: "jtreg",
1191-
version: "7.3",
1191+
version: "7.3.1",
11921192
build_number: "1",
1193-
file: "bundles/jtreg-7.3+1.zip",
1193+
file: "bundles/jtreg-7.3.1+1.zip",
11941194
environment_name: "JT_HOME",
11951195
environment_path: input.get("jtreg", "home_path") + "/bin",
11961196
configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),

test/hotspot/jtreg/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ requires.properties= \
8888
jdk.containerized
8989

9090
# Minimum jtreg version
91-
requiredVersion=7.3+1
91+
requiredVersion=7.3.1+1
9292

9393
# Path to libraries in the topmost test directory. This is needed so @library
9494
# 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.3+1
26+
requiredVersion=7.3.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/ProblemList.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,6 @@ jdk/jfr/api/consumer/recordingstream/TestOnEvent.java 8255404 linux-x6
765765
############################################################################
766766
# Client manual tests
767767

768-
javax/swing/JFileChooser/FileSystemView/SystemIconTest.java 8313902 windows-all
769-
sanity/client/SwingSet/src/FileChooserDemoTest.java 8313903 windows-all
770-
771768
javax/swing/JFileChooser/6698013/bug6698013.java 8024419 macosx-all
772769
javax/swing/JColorChooser/8065098/bug8065098.java 8065647 macosx-all
773770
javax/swing/JTabbedPane/4666224/bug4666224.html 8144124 macosx-all

test/jdk/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ requires.properties= \
8080
jdk.foreign.linker
8181

8282
# Minimum jtreg version
83-
requiredVersion=7.3+1
83+
requiredVersion=7.3.1+1
8484

8585
# Path to libraries in the topmost test directory. This is needed so @library
8686
# 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.3+1
18+
requiredVersion=7.3.1+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.3+1
32+
requiredVersion=7.3.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)