Merge topic 'improve-build-error-detection'

89eb4bf Improve build error detection.
This commit is contained in:
Brad King 2011-01-11 15:49:29 -05:00 committed by CMake Topic Stage
commit 984ca06a8e
1 changed files with 3 additions and 2 deletions

View File

@ -43,6 +43,7 @@ static const char* cmCTestErrorMatches[] = {
"^[Bb]us [Ee]rror",
"^[Ss]egmentation [Vv]iolation",
"^[Ss]egmentation [Ff]ault",
":.*[Pp]ermission [Dd]enied",
"([^ :]+):([0-9]+): ([^ \\t])",
"([^:]+): error[ \\t]*[0-9]+[ \\t]*:",
"^Error ([0-9]+):",
@ -61,9 +62,9 @@ static const char* cmCTestErrorMatches[] = {
": syntax error ",
"^collect2: ld returned 1 exit status",
"ld terminated with signal",
"Unsatisfied symbols:",
"Unsatisfied symbol",
"^Unresolved:",
"Undefined symbols:",
"Undefined symbol",
"^Undefined[ \\t]+first referenced",
"^CMake Error.*:",
":[ \\t]cannot find",