8339238: Update to use jtreg 7.5.1

Reviewed-by: erikj, jpai, rriggs, iris
This commit is contained in:
Christian Stein 2025-02-19 06:38:39 +00:00
parent 4de92a40d0
commit 9042aa82a8
9 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -28,7 +28,7 @@
################################################################################ ################################################################################
# Minimum supported versions # Minimum supported versions
JTREG_MINIMUM_VERSION=7.4 JTREG_MINIMUM_VERSION=7.5.1
GTEST_MINIMUM_VERSION=1.14.0 GTEST_MINIMUM_VERSION=1.14.0
################################################################################ ################################################################################

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -26,7 +26,7 @@
# Versions and download locations for dependencies used by GitHub Actions (GHA) # Versions and download locations for dependencies used by GitHub Actions (GHA)
GTEST_VERSION=1.14.0 GTEST_VERSION=1.14.0
JTREG_VERSION=7.4+1 JTREG_VERSION=7.5.1+1
LINUX_X64_BOOT_JDK_EXT=tar.gz LINUX_X64_BOOT_JDK_EXT=tar.gz
LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_linux-x64_bin.tar.gz LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_linux-x64_bin.tar.gz

View File

@ -1186,9 +1186,9 @@ var getJibProfilesDependencies = function (input, common) {
jtreg: { jtreg: {
server: "jpg", server: "jpg",
product: "jtreg", product: "jtreg",
version: "7.4", version: "7.5.1",
build_number: "1", build_number: "1",
file: "bundles/jtreg-7.4+1.zip", file: "bundles/jtreg-7.5.1+1.zip",
environment_name: "JT_HOME", environment_name: "JT_HOME",
environment_path: input.get("jtreg", "home_path") + "/bin", environment_path: input.get("jtreg", "home_path") + "/bin",
configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"), configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -38,7 +38,7 @@
groups=TEST.groups groups=TEST.groups
# Minimum jtreg version # Minimum jtreg version
requiredVersion=7.4+1 requiredVersion=7.5.1+1
# Use new module options # Use new module options
useNewOptions=true useNewOptions=true

View File

@ -95,7 +95,7 @@ requires.properties= \
jlink.packagedModules jlink.packagedModules
# Minimum jtreg version # Minimum jtreg version
requiredVersion=7.4+1 requiredVersion=7.5.1+1
# Path to libraries in the topmost test directory. This is needed so @library # Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../../ notation to reach them # does not need ../../../ notation to reach them

View File

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

View File

@ -114,7 +114,7 @@ requires.properties= \
jlink.packagedModules jlink.packagedModules
# Minimum jtreg version # Minimum jtreg version
requiredVersion=7.4+1 requiredVersion=7.5.1+1
# Path to libraries in the topmost test directory. This is needed so @library # Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them # does not need ../../ notation to reach them

View File

@ -15,7 +15,7 @@ keys=intermittent randomness needs-src needs-src-jdk_javadoc
groups=TEST.groups groups=TEST.groups
# Minimum jtreg version # Minimum jtreg version
requiredVersion=7.4+1 requiredVersion=7.5.1+1
# Use new module options # Use new module options
useNewOptions=true useNewOptions=true

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,7 @@
keys=randomness keys=randomness
# Minimum jtreg version # Minimum jtreg version
requiredVersion=7.4+1 requiredVersion=7.5.1+1
# Path to libraries in the topmost test directory. This is needed so @library # Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them # does not need ../../ notation to reach them