mirror of git://gcc.gnu.org/git/gcc.git
Revert bogus dg-extract-results.sh change
* dg-extract-results.sh: Revert bogus change. From-SVN: r240429
This commit is contained in:
parent
cab9e1df4d
commit
643e08545f
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* dg-extract-results.sh: Revert bogus change.
|
||||||
|
|
||||||
2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
|
2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
|
||||||
|
|
||||||
* dg-extract-results.py: Report DejaGnu error in the final
|
* dg-extract-results.py: Report DejaGnu error in the final
|
||||||
|
|
|
||||||
|
|
@ -434,7 +434,7 @@ BEGIN {
|
||||||
/^# of unresolved testcases/ { unrescnt += \$5 }
|
/^# of unresolved testcases/ { unrescnt += \$5 }
|
||||||
/^# of unsupported tests/ { unsupcnt += \$5 }
|
/^# of unsupported tests/ { unsupcnt += \$5 }
|
||||||
END {
|
END {
|
||||||
printf ("\n\t\t=== %s MySummary ===\n\n", tool)
|
printf ("\n\t\t=== %s Summary ===\n\n", tool)
|
||||||
if (dgerrorcnt != 0) printf ("# of DejaGnu errors\t\t%d\n", dgerrorcnt)
|
if (dgerrorcnt != 0) printf ("# of DejaGnu errors\t\t%d\n", dgerrorcnt)
|
||||||
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 (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)
|
if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue