diff options
author | Alexander Stein <alexander.stein@mailbox.org> | 2020-04-08 18:40:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-10 13:43:39 (GMT) |
commit | 89a843d6ea35a2d0704a5fbc13858e5b84546744 (patch) | |
tree | 2d8b45174e81adc93650e3dd767f0ac53caae99d /Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt | |
parent | 98868dad1c00ceb60eec81b9e20d684ff3c61a85 (diff) | |
download | CMake-89a843d6ea35a2d0704a5fbc13858e5b84546744.zip CMake-89a843d6ea35a2d0704a5fbc13858e5b84546744.tar.gz CMake-89a843d6ea35a2d0704a5fbc13858e5b84546744.tar.bz2 |
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.
Diffstat (limited to 'Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt')
-rw-r--r-- | Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt b/Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt new file mode 100644 index 0000000..eeecb6a --- /dev/null +++ b/Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt @@ -0,0 +1,10 @@ +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\) |