mirror of git://gcc.gnu.org/git/gcc.git
* dg-extract-results.sh: Fix result order to match sequential case.
From-SVN: r157175
This commit is contained in:
parent
4e222e6393
commit
54bceaf397
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* dg-extract-results.sh: Fix result order to match sequential case.
|
||||||
|
|
||||||
2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* check_warning_flags.sh: Use \012 instead of \n with tr.
|
* check_warning_flags.sh: Use \012 instead of \n with tr.
|
||||||
|
|
|
||||||
|
|
@ -365,8 +365,8 @@ BEGIN {
|
||||||
END {
|
END {
|
||||||
printf ("\t\t=== %s Summary for %s ===\n\n", tool, variant)
|
printf ("\t\t=== %s Summary for %s ===\n\n", tool, variant)
|
||||||
if (passcnt != 0) printf ("# of expected passes\t\t%d\n", passcnt)
|
if (passcnt != 0) printf ("# of expected passes\t\t%d\n", passcnt)
|
||||||
if (xpasscnt != 0) printf ("# of unexpected successes\t%d\n", xpasscnt)
|
|
||||||
if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)
|
if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)
|
||||||
|
if (xpasscnt != 0) printf ("# of unexpected successes\t%d\n", xpasscnt)
|
||||||
if (xfailcnt != 0) printf ("# of expected failures\t\t%d\n", xfailcnt)
|
if (xfailcnt != 0) printf ("# of expected failures\t\t%d\n", xfailcnt)
|
||||||
if (untstcnt != 0) printf ("# of untested testcases\t\t%d\n", untstcnt)
|
if (untstcnt != 0) printf ("# of untested testcases\t\t%d\n", untstcnt)
|
||||||
if (unrescnt != 0) printf ("# of unresolved testcases\t%d\n", unrescnt)
|
if (unrescnt != 0) printf ("# of unresolved testcases\t%d\n", unrescnt)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue