Merge topic 'intel-error-regex-issue-12627'
56f29f4
CTest: Recognize Intel errors without space before colon (#12627)
This commit is contained in:
commit
1706a7ed5b
|
@ -57,7 +57,7 @@ static const char* cmCTestErrorMatches[] = {
|
||||||
"^ild:([ \\t])*\\(undefined symbol\\)",
|
"^ild:([ \\t])*\\(undefined symbol\\)",
|
||||||
"([^ :]+) : (error|fatal error|catastrophic error)",
|
"([^ :]+) : (error|fatal error|catastrophic error)",
|
||||||
"([^:]+): (Error:|error|undefined reference|multiply defined)",
|
"([^:]+): (Error:|error|undefined reference|multiply defined)",
|
||||||
"([^:]+)\\(([^\\)]+)\\) : (error|fatal error|catastrophic error)",
|
"([^:]+)\\(([^\\)]+)\\) ?: (error|fatal error|catastrophic error)",
|
||||||
"^fatal error C[0-9]+:",
|
"^fatal error C[0-9]+:",
|
||||||
": syntax error ",
|
": syntax error ",
|
||||||
"^collect2: ld returned 1 exit status",
|
"^collect2: ld returned 1 exit status",
|
||||||
|
|
Loading…
Reference in New Issue