mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
3ede66e17a
The RunCMake infrastructure's `*-stdout.txt` expected output files interpret `\n` as a `\` and `n` rather than a newline. Use a literal newline instead. Otherwise the cases that were trying to match any configuration name via `[^\n]*` would fail on `RelWithDebInfo` because it contains the letter `n`.
21 lines
670 B
Plaintext
21 lines
670 B
Plaintext
Test project .*GoogleTest-discovery-timeout
|
|
[ \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)?
|
|
[^
|
|
]+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:
|
|
[^
|
|
]+discovery_timeout_test_NOT_BUILT \(Not Run\)
|