mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-21 23:00:50 +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:
@@ -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$
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user