mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
@@ -101,7 +101,7 @@ function(run_cmake test)
|
|||||||
endif()
|
endif()
|
||||||
foreach(o out err)
|
foreach(o out err)
|
||||||
string(REGEX REPLACE "\r\n" "\n" actual_std${o} "${actual_std${o}}")
|
string(REGEX REPLACE "\r\n" "\n" actual_std${o} "${actual_std${o}}")
|
||||||
string(REGEX REPLACE "(^|\n)((==[0-9]+==|BullseyeCoverage|[a-z]+\\([0-9]+\\) malloc:|Error kstat returned|[^\n]*from Time Machine by path|[^\n]*Bullseye Testing Technology)[^\n]*\n)+" "\\1" actual_std${o} "${actual_std${o}}")
|
string(REGEX REPLACE "(^|\n)((==[0-9]+==|BullseyeCoverage|[a-z]+\\([0-9]+\\) malloc:|Error kstat returned|[^\n]*is a member of multiple groups|[^\n]*from Time Machine by path|[^\n]*Bullseye Testing Technology)[^\n]*\n)+" "\\1" actual_std${o} "${actual_std${o}}")
|
||||||
string(REGEX REPLACE "\n+$" "" actual_std${o} "${actual_std${o}}")
|
string(REGEX REPLACE "\n+$" "" actual_std${o} "${actual_std${o}}")
|
||||||
set(expect_${o} "")
|
set(expect_${o} "")
|
||||||
if(DEFINED expect_std${o})
|
if(DEFINED expect_std${o})
|
||||||
|
|||||||
Reference in New Issue
Block a user