diff options
author | Brad King <brad.king@kitware.com> | 2020-03-13 14:46:11 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-03-13 14:46:20 (GMT) |
commit | c3ab1c22b069b64483a0525c3244e3377f256a87 (patch) | |
tree | d0cd0fcccb5737ad09fd79c5d808e45f64c98db6 /Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stdout.txt | |
parent | ba216592fcd196bbbaaea31a1a19de44f1cd2d04 (diff) | |
parent | 2ba8ac07ed50b11946c52c37ddab4f65536d36ea (diff) | |
download | CMake-c3ab1c22b069b64483a0525c3244e3377f256a87.zip CMake-c3ab1c22b069b64483a0525c3244e3377f256a87.tar.gz CMake-c3ab1c22b069b64483a0525c3244e3377f256a87.tar.bz2 |
Merge topic 'GoogleTest-gtest_discover_tests-failure'
2ba8ac07ed GoogleTest: Fix CTest not failing if gtest_discover_tests fails
2c9680eec5 GoogleTest: Add missing test case for gtest_discover_tests failure
Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Steffen Seckler <steffen.seckler@tum.de>
Acked-by: Matthew Woehlke <matthew.woehlke@kitware.com>
Merge-request: !4466
Diffstat (limited to 'Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stdout.txt')
-rw-r--r-- | Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stdout.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stdout.txt b/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stdout.txt new file mode 100644 index 0000000..d4c4e7b --- /dev/null +++ b/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stdout.txt @@ -0,0 +1,18 @@ +Test project .*GoogleTest-build +[ \t]*Start [0-9]+: discovery_timeout_test_NOT_BUILT +Could not find executable discovery_timeout_test_NOT_BUILT +Looked in the following places: +discovery_timeout_test_NOT_BUILT +discovery_timeout_test_NOT_BUILT(\.exe)? +Debug/discovery_timeout_test_NOT_BUILT +Debug/discovery_timeout_test_NOT_BUILT(\.exe)? +Debug/discovery_timeout_test_NOT_BUILT +Debug/discovery_timeout_test_NOT_BUILT(\.exe)? +[^\n]+discovery_timeout_test_NOT_BUILT +\.+\*\*\*Not Run +[0-9.]+ sec ++ +0% tests passed, 1 tests failed out of 1 ++ +Total Test time \(real\) = +[0-9.]+ sec ++ +The following tests FAILED: +[^\n]+discovery_timeout_test_NOT_BUILT \(Not Run\) |