Files
CMake/Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt
Alexander Stein 89a843d6ea GoogleTest: Add testcase for skipped tests
This simply runs a mocked test case which uses the prefix for signaling
a skipped test.  CTest's output is checked for a skipped test result.
2020-04-10 09:43:39 -04:00

11 lines
261 B
Plaintext

Test project .*
Start 20: skip_test.test1
1/1 Test #20: skip_test.test1 \.+\*\*\*Skipped +[0-9.]+ sec
100% tests passed, 0 tests failed out of 1
Total Test time \(real\) = +[0-9.]+ sec
The following tests did not run:
.*20 - skip_test\.test1 \(Skipped\)