On Mon, 9 May 2022 18:39:28 GMT, Severin Gehwolf <sgehw...@openjdk.org> wrote:
> `make test TEST="gtest:<sometag"` fails for me with google test version > `1.10.0`. It expects `suites` to be present in the google test output whereas > the OpenJDK build infra code expects `cases`. I'm not sure when/if that > changed, but here is a proposed fix. > > Thoughts? Apparently gtest 1.8.1 uses `cases`. I've updated the patch to handle both: `suites` and `cases`. If somebody could test it with gtest 1.8.1 I'd appreciate it. ------------- PR: https://git.openjdk.java.net/jdk/pull/8605