8289798: Update to use jtreg 7

Reviewed-by: ihse, jpai
This commit is contained in:
Christian Stein 2022-09-07 15:13:35 +00:00 committed by Jonathan Gibbons
parent 5934669ca8
commit 1ee59adcfe
8 changed files with 11 additions and 11 deletions

View File

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

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+2
JTREG_VERSION=7+1
LINUX_X64_BOOT_JDK_EXT=tar.gz
LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk18/43f95e8614114aeaa8e8a5fcf20a682d/36/GPL/openjdk-18_linux-x64_bin.tar.gz

View File

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

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005, 2022, 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
@ -80,7 +80,7 @@ requires.properties= \
jdk.containerized
# Minimum jtreg version
requiredVersion=6.1+1
requiredVersion=7+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+1
requiredVersion=7+1
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them

View File

@ -71,7 +71,7 @@ requires.properties= \
jdk.containerized
# Minimum jtreg version
requiredVersion=6.1+1
requiredVersion=7+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 needs-src needs-src-jdk_javadoc
groups=TEST.groups
# Minimum jtreg version
requiredVersion=6.1+1
requiredVersion=7+1
# Use new module options
useNewOptions=true

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, 2022, 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
@ -29,7 +29,7 @@
keys=randomness
# Minimum jtreg version
requiredVersion=6.1+1
requiredVersion=7+1
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them