1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-21 06:10:16 +08:00

Tests: Teach RunCMake to ignore incidental 'Recompacting log' ninja output

Ninja versions prior to 1.6.0 occasionally print this message.
This commit is contained in:
Brad King
2021-03-29 09:53:16 -04:00
parent 2a2afe0ae4
commit e21a80e97d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
^(Recompacting log\.\.\. ^\[1/2\] Generating depend_Debug\.txt
)?\[1/2\] Generating depend_Debug\.txt
depend_Debug\.txt depend_Debug\.txt
\[2/2\] echo_target_depend_out \[2/2\] echo_target_depend_out
echo_target_depend_out_Debug\.txt$ echo_target_depend_out_Debug\.txt$

View File

@@ -152,6 +152,7 @@ function(run_cmake test)
"|clang[^:]*: warning: the object size sanitizer has no effect at -O0, but is explicitly enabled:" "|clang[^:]*: warning: the object size sanitizer has no effect at -O0, but is explicitly enabled:"
"|Error kstat returned" "|Error kstat returned"
"|Hit xcodebuild bug" "|Hit xcodebuild bug"
"|Recompacting log\\.\\.\\."
"|LICENSE WARNING:" "|LICENSE WARNING:"
"|Your license to use PGI[^\n]*expired" "|Your license to use PGI[^\n]*expired"