Skip to content

Commit 50d0503

Browse files
committed
8314495: Update to use jtreg 7.3.1
Reviewed-by: shade, lucy Backport-of: 75e14419d29c1dc98bd040490e93ae8f6eee4e43
1 parent 6bcb8ac commit 50d0503

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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 version
31-
JTREG_MINIMUM_VERSION=6.1
31+
JTREG_MINIMUM_VERSION=7.3.1
3232

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.8.1
29-
JTREG_VERSION=6.1+3
29+
JTREG_VERSION=7.3.1+1
3030

3131
LINUX_X64_BOOT_JDK_EXT=tar.gz
3232
LINUX_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.18%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.18_10.tar.gz

make/conf/jib-profiles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,9 @@ var getJibProfilesDependencies = function (input, common) {
941941
jtreg: {
942942
server: "jpg",
943943
product: "jtreg",
944-
version: "6",
944+
version: "7.3.1",
945945
build_number: "1",
946-
file: "bundles/jtreg-6+1.zip",
946+
file: "bundles/jtreg-7.3.1+1.zip",
947947
environment_name: "JT_HOME",
948948
environment_path: input.get("jtreg", "install_path") + "/jtreg/bin"
949949
},

test/hotspot/jtreg/TEST.ROOT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2005, 2023, 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
@@ -75,7 +75,7 @@ requires.properties= \
7575
docker.support
7676

7777
# Minimum jtreg version
78-
requiredVersion=6+1
78+
requiredVersion=7.3.1+1
7979

8080
# Path to libraries in the topmost test directory. This is needed so @library
8181
# 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=6+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/TEST.ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ requires.properties= \
6262
release.implementor
6363

6464
# Minimum jtreg version
65-
requiredVersion=6+1
65+
requiredVersion=7.3.1+1
6666

6767
# Path to libraries in the topmost test directory. This is needed so @library
6868
# 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
1515
groups=TEST.groups
1616

1717
# Minimum jtreg version
18-
requiredVersion=6+1
18+
requiredVersion=7.3.1+1
1919

2020
# Use new module options
2121
useNewOptions=true

0 commit comments

Comments
 (0)