8314495: Update to use jtreg 7.3.1

Reviewed-by: shade, lucy
Backport-of: 75e14419d29c1dc98bd040490e93ae8f6eee4e43
This commit is contained in:
Goetz Lindenmaier 2024-03-21 12:30:08 +00:00
parent 6bcb8ac9f9
commit 50d0503294
7 changed files with 9 additions and 9 deletions

View File

@ -28,7 +28,7 @@
################################################################################
# Minimum supported version
JTREG_MINIMUM_VERSION=6.1
JTREG_MINIMUM_VERSION=7.3.1
###############################################################################
#

View File

@ -26,7 +26,7 @@
# Versions and download locations for dependencies used by GitHub Actions (GHA)
GTEST_VERSION=1.8.1
JTREG_VERSION=6.1+3
JTREG_VERSION=7.3.1+1
LINUX_X64_BOOT_JDK_EXT=tar.gz
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

View File

@ -941,9 +941,9 @@ var getJibProfilesDependencies = function (input, common) {
jtreg: {
server: "jpg",
product: "jtreg",
version: "6",
version: "7.3.1",
build_number: "1",
file: "bundles/jtreg-6+1.zip",
file: "bundles/jtreg-7.3.1+1.zip",
environment_name: "JT_HOME",
environment_path: input.get("jtreg", "install_path") + "/jtreg/bin"
},

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -75,7 +75,7 @@ requires.properties= \
docker.support
# Minimum jtreg version
requiredVersion=6+1
requiredVersion=7.3.1+1
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../../ notation to reach them

View File

@ -23,7 +23,7 @@ modules=java.xml
groups=TEST.groups
# Minimum jtreg version
requiredVersion=6+1
requiredVersion=7.3.1+1
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them

View File

@ -62,7 +62,7 @@ requires.properties= \
release.implementor
# Minimum jtreg version
requiredVersion=6+1
requiredVersion=7.3.1+1
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them

View File

@ -15,7 +15,7 @@ keys=intermittent randomness
groups=TEST.groups
# Minimum jtreg version
requiredVersion=6+1
requiredVersion=7.3.1+1
# Use new module options
useNewOptions=true