diff options
Diffstat (limited to 'gcc/testsuite/gcc.test-framework/test-framework.awk')
-rw-r--r-- | gcc/testsuite/gcc.test-framework/test-framework.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.test-framework/test-framework.awk b/gcc/testsuite/gcc.test-framework/test-framework.awk index daefa0c..043e0c6 100644 --- a/gcc/testsuite/gcc.test-framework/test-framework.awk +++ b/gcc/testsuite/gcc.test-framework/test-framework.awk @@ -46,6 +46,7 @@ BEGIN { skip = 1; passes = 0; fails = 0; } # ignore compile step, tests for warnings for output-exists[-not] tests. /dg-outexists.*\(test for excess errors)/ { ignore(); next } /dg-outexists.*\(test for warnings/ { ignore(); next } +/dg-outexists.*\(test for errors/ { ignore(); next } # The other dox tests pass the compile step; ignore that message. /^PASS.*dox.*\(test for excess errors\)/ { ignore(); next } # The sf tests pass the compile step; ignore that message. |