RFR: 8323994: gtest runner repeats test name for every single gtest assertion [v2]
Sonia Zaldana Calles
szaldana at openjdk.org
Thu Jan 25 14:20:59 UTC 2024
> If GTest fails multiple times within the same test (for example when EXPECT or ASSERT are used in a subroutine), `GTestResultParser` repeats the failing test multiple times in its report.
>
> Please refer to the existing issue for an example.
>
> We only need to see the failing test reported once, so this patch fixes that.
>
> Let me know your thoughts.
> Cheers,
> Sonia
Sonia Zaldana Calles has updated the pull request incrementally with one additional commit since the last revision:
Fixing copyright header and spacing issue
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17489/files
- new: https://git.openjdk.org/jdk/pull/17489/files/279fb7d0..765f826d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17489&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17489&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/17489.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17489/head:pull/17489
PR: https://git.openjdk.org/jdk/pull/17489
More information about the hotspot-runtime-dev
mailing list