소스 검색

ENH: More regular expressions

Andy Cedilnik 20 년 전
부모
커밋
9c8875a621
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Source/CTest/cmCTestBuildHandler.cxx

+ 3 - 0
Source/CTest/cmCTestBuildHandler.cxx

@@ -68,6 +68,8 @@ static const char* cmCTestErrorMatches[] = {
   ":[ \\t]can't find",
   ": \\*\\*\\* No rule to make target \\`.*\\'.  Stop",
   ": Invalid loader fixup for symbol",
+  ": Invalid fixups exist",
+  ": Can't find library for",
   ": internal link edit command failed",
   ": Unrecognized option \\`.*\\'",
   "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
@@ -89,6 +91,7 @@ static const char* cmCTestErrorExceptions[] = {
   "instantiated from ",
   "candidates are:",
   ": warning",
+  ": \\(Warning\\)",
   "makefile:",
   "Makefile:",
   ":[ \\t]+Where:",