mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Skipped GTests were reported as success when tests where added with gtest_add_tests. This fixes this behaviour. Fixes: #24130
14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
Test project .*
|
|
*Start +[0-9]+: skip_test\.test1
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: skip_test\.test1 \.+\*\*\*Skipped +[0-9.]+ sec
|
|
*Start +[0-9]+: skip_test\.test1
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: skip_test\.test1 \.+\*\*\*Skipped +[0-9.]+ sec
|
|
|
|
100% tests passed, 0 tests failed out of 2
|
|
|
|
Total Test time \(real\) = +[0-9.]+ sec
|
|
|
|
The following tests did not run:
|
|
[ 0-9]+- skip_test\.test1 \(Skipped\)
|
|
[ 0-9]+- skip_test\.test1 \(Skipped\)
|