Tests: Teach RunCMake to tolerate more BullseyeCoverage lines

Update commit 57f2aa7c37 (Tests: Teach RunCMake to tolerate
BullseyeCoverage lines in test output, 2015-02-20, v3.3.0-rc1~411^2~3)
to also tolerate a prefix on BullseyeCoverage lines.
This commit is contained in:
Brad King
2025-11-25 14:33:13 -05:00
parent 6327dfeef8
commit c27b73e152

View File

@@ -194,7 +194,7 @@ function(run_cmake test)
# Remove incidental content from both stdout and stderr.
string(CONCAT ignore_line_regex
"(^|\n)((==[0-9]+=="
"|BullseyeCoverage"
"|[^\n]*BullseyeCoverage "
"|[a-z]+\\([0-9]+\\) malloc:"
"|clang[^:]*: warning: the object size sanitizer has no effect at -O0, but is explicitly enabled:"
"|flang-new: warning: argument unused during compilation: .-flang-experimental-exec."