aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_summary
diff options
context:
space:
mode:
authorChristian Jönsson <c.christian.joensson@telia.com>2002-02-24 20:45:15 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2002-02-24 20:45:15 +0000
commit506d4ef6a187164128f403497ac24fcc11a08d84 (patch)
treeb754875448e7f2f3b52abd93abbfc3ff960a17f6 /contrib/test_summary
parentb9f8d427a830135e7d7dbdde7920139db920698d (diff)
downloadgcc-506d4ef6a187164128f403497ac24fcc11a08d84.zip
gcc-506d4ef6a187164128f403497ac24fcc11a08d84.tar.gz
gcc-506d4ef6a187164128f403497ac24fcc11a08d84.tar.bz2
test_summary: Additional to XPASS and FAIL...
* test_summary: Additional to XPASS and FAIL, add UNRESOLVED, WARNING and ERROR output from the *.sum files. From-SVN: r50010
Diffstat (limited to 'contrib/test_summary')
-rwxr-xr-xcontrib/test_summary2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_summary b/contrib/test_summary
index a1bf474..5066954 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -115,7 +115,7 @@ $1 ~ /\/configure$/ {
$2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); gsub(/\r$/, "", version); $0 = save; }
/\===.*Summary/ { print ""; print; blanks=1; }
/tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
-/^(XPASS|FAIL|# of )/ { print; }
+/^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { print; }
# dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; }
# dumpall != 0 { print; }
# /^FAIL/ { dumpall=1; }