RFR: 8323994: gtest runner repeats test name for every single gtest assertion [v2]

Thomas Stuefe stuefe at openjdk.org
Tue Feb 6 07:06:57 UTC 2024


On Thu, 25 Jan 2024 14:20:59 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
>
> Sonia Zaldana Calles has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixing copyright header and spacing issue

@SoniaZaldana you need to newly slash integrate.

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

PR Comment: https://git.openjdk.org/jdk/pull/17489#issuecomment-1928899763


More information about the hotspot-runtime-dev mailing list