googletest icon indicating copy to clipboard operation
googletest copied to clipboard

List all the tests with their test suite names for easy parsing of the output by a program

Open joshiayush opened this issue 3 years ago • 5 comments

Use flag --gtest_list_tests_verbosely in conjunction with --gtest_list_tests to make gtest list the tests with their suite names.

FIX #3822

Signed-off-by: Ayush Joshi [email protected]

joshiayush avatar May 07 '22 06:05 joshiayush

@dinord I'm not sure how to display type param and value param in this format. Could you please suggest a format?

joshiayush avatar May 07 '22 06:05 joshiayush

I know this PR broke a lot of tests but this PR is not ready to be merged yet. I just want to confirm the new output format first.

joshiayush avatar May 07 '22 08:05 joshiayush

@dinord I'm not sure how to display type param and value param in this format. Could you please suggest a format?

@BMBurstein Can you suggest a format?

joshiayush avatar May 09 '22 03:05 joshiayush

I don't know what those things are, or how they are displayed in the current format, so I am probably not the right person to ask

BMBurstein avatar May 09 '22 17:05 BMBurstein

@asoffer I wasn't expecting all these failures though. I didn't touch the --gtest_filter command but it looks like the command has became inactive now. I can't really find a reason of this inactiveness :thinking: .

joshiayush avatar May 11 '22 16:05 joshiayush