Closed sixten-hilborn closed 5 years ago
Thanks for the report - should be relatively easy to support...
However, I do not have time at the moment to play around with different gtest versions - would you mind to attach the output of a test executable (i.e., if you run that executable on the command line) containing skipped tests to this issue?
In fact, if you manage to do this today, expect a supporting version at the weekend!
That would be great! Here's a small sample and its output attached: test.cpp.txt output.txt
Perfect - stay tuned!
Hi,
gtest has a new feature
GTEST_SKIP
to dynamically skip tests (it's in master but no official release yet): https://github.com/google/googletest/pull/1544 However GTA doesn't recognize this and will report such tests as crashed. Sample test:Gives this output: