8314166: Update googletest to v1.14.0

Backport-of: f66c73d34b
This commit is contained in:
Francesco Andreuzzi
2025-06-12 21:35:50 +00:00
committed by Vitaly Provodin
parent 5fca9ac582
commit a705e15a29
5 changed files with 10 additions and 10 deletions

View File

@@ -1112,13 +1112,13 @@ just unpacked.</p>
Test framework. The top directory, which contains both Test framework. The top directory, which contains both
<code>googletest</code> and <code>googlemock</code> directories, should <code>googletest</code> and <code>googlemock</code> directories, should
be specified via <code>--with-gtest</code>. The minimum supported be specified via <code>--with-gtest</code>. The minimum supported
version of Google Test is 1.13.0, whose source code can be obtained:</p> version of Google Test is 1.14.0, whose source code can be obtained:</p>
<ul> <ul>
<li>by downloading and unpacking the source bundle from <a <li>by downloading and unpacking the source bundle from <a
href="https://github.com/google/googletest/releases/tag/v1.13.0">here</a></li> href="https://github.com/google/googletest/releases/tag/v1.14.0">here</a></li>
<li>or by checking out <code>v1.13.0</code> tag of <li>or by checking out <code>v1.14.0</code> tag of
<code>googletest</code> project: <code>googletest</code> project:
<code>git clone -b v1.13.0 https://github.com/google/googletest</code></li> <code>git clone -b v1.14.0 https://github.com/google/googletest</code></li>
</ul> </ul>
<p>To execute the most basic tests (tier 1), use:</p> <p>To execute the most basic tests (tier 1), use:</p>
<pre><code>make run-test-tier1</code></pre> <pre><code>make run-test-tier1</code></pre>

View File

@@ -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 Building of Hotspot Gtest suite requires the source code of Google
Test framework. The top directory, which contains both `googletest` Test framework. The top directory, which contains both `googletest`
and `googlemock` directories, should be specified via `--with-gtest`. 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: code can be obtained:
* by downloading and unpacking the source bundle from [here](https://github.com/google/googletest/releases/tag/v1.13.0) * by downloading and unpacking the source bundle from [here](https://github.com/google/googletest/releases/tag/v1.14.0)
* or by checking out `v1.13.0` tag of `googletest` project: `git clone -b v1.13.0 https://github.com/google/googletest` * 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: To execute the most basic tests (tier 1), use:
``` ```

View File

@@ -29,7 +29,7 @@
# Minimum supported versions # Minimum supported versions
JTREG_MINIMUM_VERSION=7.3.1 JTREG_MINIMUM_VERSION=7.3.1
GTEST_MINIMUM_VERSION=1.13.0 GTEST_MINIMUM_VERSION=1.14.0
############################################################################### ###############################################################################
# #

View File

@@ -25,7 +25,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.13.0 GTEST_VERSION=1.14.0
JTREG_VERSION=7.3.1+1 JTREG_VERSION=7.3.1+1
LINUX_X64_BOOT_JDK_EXT=tar.gz LINUX_X64_BOOT_JDK_EXT=tar.gz

View File

@@ -1267,7 +1267,7 @@ var getJibProfilesDependencies = function (input, common) {
gtest: { gtest: {
organization: common.organization, organization: common.organization,
ext: "tar.gz", ext: "tar.gz",
revision: "1.13.0+1.0" revision: "1.14.0+1.0"
}, },
libffi: { libffi: {