瀏覽代碼

Better AIX detection

Andy Cedilnik 22 年之前
父節點
當前提交
a1ca5004bd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Source/cmCTest.cxx

+ 2 - 1
Source/cmCTest.cxx

@@ -118,7 +118,7 @@ static const char* cmCTestErrorMatches[] = {
   ": Invalid loader fixup for symbol",
   ": Invalid loader fixup for symbol",
   ": internal link edit command failed",
   ": internal link edit command failed",
   ": Unrecognized option \\`.*\\'",
   ": Unrecognized option \\`.*\\'",
-  "\", line [0-9]+\\.[0-9]+:",
+  "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([SI]\\)",
   0
   0
 };
 };
 
 
@@ -144,6 +144,7 @@ static const char* cmCTestWarningMatches[] = {
   "WARNING: ",
   "WARNING: ",
   "([^ :]+) : warning",
   "([^ :]+) : warning",
   "([^:]+): warning",
   "([^:]+): warning",
+  "\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([W]\\)",
   0
   0
 };
 };