aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-03-05 16:28:11 +0000
committerChristophe Lyon <clyon@gcc.gnu.org>2019-03-05 17:28:11 +0100
commite8d18fd8f6077c2022282b0a1b09ea5c5c3d62d4 (patch)
tree4d1f887fee2b3dcad49368af04484be941afdeb5 /contrib
parent9616781de2cfd1ab1d0e0c5fa238b12988c39945 (diff)
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog6
-rwxr-xr-xcontrib/dg-extract-results.sh1
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index cd4eef3d507..f3f9428bc93 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -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/
diff --git a/contrib/dg-extract-results.sh b/contrib/dg-extract-results.sh
index e9833c1159f..86c4246dc92 100755
--- a/contrib/dg-extract-results.sh
+++ b/contrib/dg-extract-results.sh
@@ -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