ENH: More regular expressions
This commit is contained in:
parent
a2acc029ae
commit
9c8875a621
@ -68,6 +68,8 @@ static const char* cmCTestErrorMatches[] = {
|
|||||||
":[ \\t]can't find",
|
":[ \\t]can't find",
|
||||||
": \\*\\*\\* No rule to make target \\`.*\\'. Stop",
|
": \\*\\*\\* No rule to make target \\`.*\\'. Stop",
|
||||||
": Invalid loader fixup for symbol",
|
": Invalid loader fixup for symbol",
|
||||||
|
": Invalid fixups exist",
|
||||||
|
": Can't find library for",
|
||||||
": internal link edit command failed",
|
": internal link edit command failed",
|
||||||
": Unrecognized option \\`.*\\'",
|
": Unrecognized option \\`.*\\'",
|
||||||
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
|
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
|
||||||
@ -89,6 +91,7 @@ static const char* cmCTestErrorExceptions[] = {
|
|||||||
"instantiated from ",
|
"instantiated from ",
|
||||||
"candidates are:",
|
"candidates are:",
|
||||||
": warning",
|
": warning",
|
||||||
|
": \\(Warning\\)",
|
||||||
"makefile:",
|
"makefile:",
|
||||||
"Makefile:",
|
"Makefile:",
|
||||||
":[ \\t]+Where:",
|
":[ \\t]+Where:",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user