Commit a8c24967 by Robert Lipe Committed by Jeff Law

test_summary: Display section breaks for each entry in a multilibbed target's output.

        * test_summary: Display section breaks for each entry
        in a multilibbed target's output.

From-SVN: r19980
parent 6e4cdba0
Sat May 23 23:23:35 1998 Robert Lipe <robertl@dgii.com>
* test_summary: Display section breaks for each entry
in a multilibbed target's output.
1998-05-23 Richard Henderson <rth@cygnus.com> 1998-05-23 Richard Henderson <rth@cygnus.com>
* expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the
......
...@@ -69,6 +69,7 @@ BEGIN { ...@@ -69,6 +69,7 @@ BEGIN {
print "cat <<EOF |"; print "cat <<EOF |";
} }
$1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 } $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
/^Running target / { print ""; print; }
/^Target / { if (host != "") next; else host = $3; } /^Target / { if (host != "") next; else host = $3; }
/^Native / { if (host != "") next; else host = $4; } /^Native / { if (host != "") next; else host = $4; }
/^[ ]*=== [^ ]+ tests ===/ { /^[ ]*=== [^ ]+ tests ===/ {
...@@ -87,7 +88,7 @@ $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 } ...@@ -87,7 +88,7 @@ $1 ~ /\/configure$/ { $1 = "configure flags:"; configflags = $0 }
/--disable-haifa/ { prefix="haifa-disabled "; } /--disable-haifa/ { prefix="haifa-disabled "; }
/--enable-haifa/ { prefix="haifa-enabled "; } /--enable-haifa/ { prefix="haifa-enabled "; }
$2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); $0 = save; } $2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); $0 = save; }
/Summary ===/ { print ""; print; blanks=1; } /\===.*Summary/ { print ""; print; blanks=1; }
/tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; } /tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
/^(XPASS|FAIL|# of )/ { print; } /^(XPASS|FAIL|# of )/ { print; }
# dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; } # dumpall != 0 && /^X?(PASS|FAIL|UNTESTED)|^testcase/ { dumpall=0; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment