RFR: 8286430: make test TEST="gtest:<sometag>" exits with error when it shouldn't

Severin Gehwolf sgehwolf at openjdk.java.net
Tue May 10 08:46:45 UTC 2022


On Mon, 9 May 2022 18:39:28 GMT, Severin Gehwolf <sgehwolf at 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



More information about the build-dev mailing list