mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8314495: Update to use jtreg 7.3.1
Reviewed-by: dholmes, erikj, iris, jpai
This commit is contained in:
parent
ed0f75f266
commit
c50315de8f
@ -28,7 +28,7 @@
|
||||
################################################################################
|
||||
|
||||
# Minimum supported versions
|
||||
JTREG_MINIMUM_VERSION=7.3
|
||||
JTREG_MINIMUM_VERSION=7.3.1
|
||||
GTEST_MINIMUM_VERSION=1.14.0
|
||||
|
||||
###############################################################################
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
# Versions and download locations for dependencies used by GitHub Actions (GHA)
|
||||
|
||||
GTEST_VERSION=1.14.0
|
||||
JTREG_VERSION=7.3+1
|
||||
JTREG_VERSION=7.3.1+1
|
||||
|
||||
LINUX_X64_BOOT_JDK_EXT=tar.gz
|
||||
LINUX_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz
|
||||
|
||||
@ -1188,9 +1188,9 @@ var getJibProfilesDependencies = function (input, common) {
|
||||
jtreg: {
|
||||
server: "jpg",
|
||||
product: "jtreg",
|
||||
version: "7.3",
|
||||
version: "7.3.1",
|
||||
build_number: "1",
|
||||
file: "bundles/jtreg-7.3+1.zip",
|
||||
file: "bundles/jtreg-7.3.1+1.zip",
|
||||
environment_name: "JT_HOME",
|
||||
environment_path: input.get("jtreg", "home_path") + "/bin",
|
||||
configure_args: "--with-jtreg=" + input.get("jtreg", "home_path"),
|
||||
|
||||
@ -88,7 +88,7 @@ requires.properties= \
|
||||
jdk.containerized
|
||||
|
||||
# Minimum jtreg version
|
||||
requiredVersion=7.3+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
|
||||
|
||||
@ -23,7 +23,7 @@ modules=java.xml
|
||||
groups=TEST.groups
|
||||
|
||||
# Minimum jtreg version
|
||||
requiredVersion=7.3+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
|
||||
|
||||
@ -765,9 +765,6 @@ jdk/jfr/api/consumer/recordingstream/TestOnEvent.java 8255404 linux-x6
|
||||
############################################################################
|
||||
# Client manual tests
|
||||
|
||||
javax/swing/JFileChooser/FileSystemView/SystemIconTest.java 8313902 windows-all
|
||||
sanity/client/SwingSet/src/FileChooserDemoTest.java 8313903 windows-all
|
||||
|
||||
javax/swing/JFileChooser/6698013/bug6698013.java 8024419 macosx-all
|
||||
javax/swing/JColorChooser/8065098/bug8065098.java 8065647 macosx-all
|
||||
javax/swing/JTabbedPane/4666224/bug4666224.html 8144124 macosx-all
|
||||
|
||||
@ -80,7 +80,7 @@ requires.properties= \
|
||||
jdk.foreign.linker
|
||||
|
||||
# Minimum jtreg version
|
||||
requiredVersion=7.3+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
|
||||
|
||||
@ -15,7 +15,7 @@ keys=intermittent randomness needs-src needs-src-jdk_javadoc
|
||||
groups=TEST.groups
|
||||
|
||||
# Minimum jtreg version
|
||||
requiredVersion=7.3+1
|
||||
requiredVersion=7.3.1+1
|
||||
|
||||
# Use new module options
|
||||
useNewOptions=true
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
keys=randomness
|
||||
|
||||
# Minimum jtreg version
|
||||
requiredVersion=7.3+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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user