mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 11:40:25 -06:00
Improve build error detection.
Some were missed recently on a failed dashboard build of ccmake on an HP-UX machine.
This commit is contained in:
@@ -43,6 +43,7 @@ static const char* cmCTestErrorMatches[] = {
|
|||||||
"^[Bb]us [Ee]rror",
|
"^[Bb]us [Ee]rror",
|
||||||
"^[Ss]egmentation [Vv]iolation",
|
"^[Ss]egmentation [Vv]iolation",
|
||||||
"^[Ss]egmentation [Ff]ault",
|
"^[Ss]egmentation [Ff]ault",
|
||||||
|
":.*[Pp]ermission [Dd]enied",
|
||||||
"([^ :]+):([0-9]+): ([^ \\t])",
|
"([^ :]+):([0-9]+): ([^ \\t])",
|
||||||
"([^:]+): error[ \\t]*[0-9]+[ \\t]*:",
|
"([^:]+): error[ \\t]*[0-9]+[ \\t]*:",
|
||||||
"^Error ([0-9]+):",
|
"^Error ([0-9]+):",
|
||||||
@@ -61,9 +62,9 @@ static const char* cmCTestErrorMatches[] = {
|
|||||||
": syntax error ",
|
": syntax error ",
|
||||||
"^collect2: ld returned 1 exit status",
|
"^collect2: ld returned 1 exit status",
|
||||||
"ld terminated with signal",
|
"ld terminated with signal",
|
||||||
"Unsatisfied symbols:",
|
"Unsatisfied symbol",
|
||||||
"^Unresolved:",
|
"^Unresolved:",
|
||||||
"Undefined symbols:",
|
"Undefined symbol",
|
||||||
"^Undefined[ \\t]+first referenced",
|
"^Undefined[ \\t]+first referenced",
|
||||||
"^CMake Error.*:",
|
"^CMake Error.*:",
|
||||||
":[ \\t]cannot find",
|
":[ \\t]cannot find",
|
||||||
|
|||||||
Reference in New Issue
Block a user