From a705e15a294c93a9f8d34fbae05a0c50c6ee6875 Mon Sep 17 00:00:00 2001 From: Francesco Andreuzzi Date: Thu, 12 Jun 2025 21:35:50 +0000 Subject: [PATCH] 8314166: Update googletest to v1.14.0 Backport-of: f66c73d34b1e02681f46eb3cd78126c05014f845 --- doc/building.html | 8 ++++---- doc/building.md | 6 +++--- make/autoconf/lib-tests.m4 | 2 +- make/conf/github-actions.conf | 2 +- make/conf/jib-profiles.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/building.html b/doc/building.html index 16a9cf8b1277..5295c0e64515 100644 --- a/doc/building.html +++ b/doc/building.html @@ -1112,13 +1112,13 @@ just unpacked.

Test framework. The top directory, which contains both googletest and googlemock directories, should be specified via --with-gtest. The minimum supported -version of Google Test is 1.13.0, whose source code can be obtained:

+version of Google Test is 1.14.0, whose source code can be obtained:

To execute the most basic tests (tier 1), use:

make run-test-tier1
diff --git a/doc/building.md b/doc/building.md index 669956daab5c..36bf32945a85 100644 --- a/doc/building.md +++ b/doc/building.md @@ -881,11 +881,11 @@ Download the latest `.tar.gz` file, unpack it, and point `--with-jtreg` to the Building of Hotspot Gtest suite requires the source code of Google Test framework. The top directory, which contains both `googletest` and `googlemock` directories, should be specified via `--with-gtest`. -The minimum supported version of Google Test is 1.13.0, whose source +The minimum supported version of Google Test is 1.14.0, whose source code can be obtained: - * by downloading and unpacking the source bundle from [here](https://github.com/google/googletest/releases/tag/v1.13.0) - * or by checking out `v1.13.0` tag of `googletest` project: `git clone -b v1.13.0 https://github.com/google/googletest` + * by downloading and unpacking the source bundle from [here](https://github.com/google/googletest/releases/tag/v1.14.0) + * or by checking out `v1.14.0` tag of `googletest` project: `git clone -b v1.14.0 https://github.com/google/googletest` To execute the most basic tests (tier 1), use: ``` diff --git a/make/autoconf/lib-tests.m4 b/make/autoconf/lib-tests.m4 index f44a64e18b44..be099e50a047 100644 --- a/make/autoconf/lib-tests.m4 +++ b/make/autoconf/lib-tests.m4 @@ -29,7 +29,7 @@ # Minimum supported versions JTREG_MINIMUM_VERSION=7.3.1 -GTEST_MINIMUM_VERSION=1.13.0 +GTEST_MINIMUM_VERSION=1.14.0 ############################################################################### # diff --git a/make/conf/github-actions.conf b/make/conf/github-actions.conf index bd27a52fb314..2d44a07b60d2 100644 --- a/make/conf/github-actions.conf +++ b/make/conf/github-actions.conf @@ -25,7 +25,7 @@ # Versions and download locations for dependencies used by GitHub Actions (GHA) -GTEST_VERSION=1.13.0 +GTEST_VERSION=1.14.0 JTREG_VERSION=7.3.1+1 LINUX_X64_BOOT_JDK_EXT=tar.gz diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index cf9097eee57c..91ed780e5558 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -1267,7 +1267,7 @@ var getJibProfilesDependencies = function (input, common) { gtest: { organization: common.organization, ext: "tar.gz", - revision: "1.13.0+1.0" + revision: "1.14.0+1.0" }, libffi: {