ENH: Handle more regular expressions
This commit is contained in:
parent
df1ff57498
commit
911317a2a7
|
@ -99,6 +99,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||||
"candidates are:",
|
"candidates are:",
|
||||||
": warning",
|
": warning",
|
||||||
": \\(Warning\\)",
|
": \\(Warning\\)",
|
||||||
|
": note",
|
||||||
"makefile:",
|
"makefile:",
|
||||||
"Makefile:",
|
"Makefile:",
|
||||||
":[ \\t]+Where:",
|
":[ \\t]+Where:",
|
||||||
|
@ -109,6 +110,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||||
|
|
||||||
static const char* cmCTestWarningMatches[] = {
|
static const char* cmCTestWarningMatches[] = {
|
||||||
"([^ :]+):([0-9]+): warning:",
|
"([^ :]+):([0-9]+): warning:",
|
||||||
|
"([^ :]+):([0-9]+): note:",
|
||||||
"^cc[^C]*CC: WARNING File = ([^,]+), Line = ([0-9]+)",
|
"^cc[^C]*CC: WARNING File = ([^,]+), Line = ([0-9]+)",
|
||||||
"^ld([^:])*:([ \\t])*WARNING([^:])*:",
|
"^ld([^:])*:([ \\t])*WARNING([^:])*:",
|
||||||
"([^:]+): warning ([0-9]+):",
|
"([^:]+): warning ([0-9]+):",
|
||||||
|
|
Loading…
Reference in New Issue