Integrated: 8323994: gtest runner repeats test name for every single gtest assertion

Sonia Zaldana Calles szaldana at openjdk.org
Thu Feb 15 08:06:07 UTC 2024


On Thu, 18 Jan 2024 16:35:35 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 1aae980c
Author:    Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1aae980c549741cf5fc5ca51f3c299285bafa49d
Stats:     5 lines in 1 file changed: 3 ins; 0 del; 2 mod

8323994: gtest runner repeats test name for every single gtest assertion

Reviewed-by: stuefe, lmesnik

-------------

PR: https://git.openjdk.org/jdk/pull/17489


More information about the hotspot-runtime-dev mailing list