mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 17:40:48 +08:00
dg-extract-results.sh: Fix order of WARNING and following test result.
2019-03-05 Christophe Lyon <christophe.lyon@linaro.org> contrib/ * dg-extract-results.sh: Fix order of WARNING and following test result. From-SVN: r269393
This commit is contained in:
parent
9616781de2
commit
e8d18fd8f6
@ -1,3 +1,9 @@
|
||||
2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
contrib/
|
||||
* dg-extract-results.sh: Fix order of WARNING and following test
|
||||
result.
|
||||
|
||||
2019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
contrib/
|
||||
|
@ -350,6 +350,7 @@ BEGIN {
|
||||
if (timeout_cnt != 0) {
|
||||
printf "%s %08d|%s program timed out.\n", testname, timeout_cnt, timeout_msg >> curfile
|
||||
timeout_cnt = 0
|
||||
cnt = cnt + 1
|
||||
}
|
||||
printf "%s %08d|", testname, cnt >> curfile
|
||||
cnt = cnt + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user