On Wed, 12 Oct 2022 14:08:13 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Inspired by the comment > https://github.com/openjdk/jdk/pull/10503#issuecomment-1275500585 for > JDK-8294623, I realized we need to do at least some kind of version > verification of gtest. > > Since gtest do not properly declare its version, this can't be done exactly, > but we can look at some tell-tales and rule out versions that are way too far > off. > > I also updated the testing documentation to point to the build information > about how to point to the gtest source, and the version requirements. This pull request has now been integrated. Changeset: cd1357b0 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/cd1357b0af0d4e3b459fcf88e67510502464bb90 Stats: 23 lines in 3 files changed: 22 ins; 0 del; 1 mod 8295229: Try to verify gtest version Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/10677