aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2013-03-28 07:21:26 +1100
committerBen Elliston <bje@gnu.org>2013-03-28 07:21:26 +1100
commit74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200 (patch)
tree84c47e691bf6b74bf65cbad8b25dd49a70f688b4
parent4d13bc3a3c6c7532c833eff437de788f1c0e8d0e (diff)
downloaddejagnu-74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200.zip
dejagnu-74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200.tar.gz
dejagnu-74cc09fdf5ed2bba1b1f919946dd4ce9e6e3d200.tar.bz2
* TODO: Remove todo item about warncnt and errcnt.
Signed-off-by: Ben Elliston <bje@gnu.org>
-rw-r--r--ChangeLog4
-rw-r--r--TODO5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 09012b1..3a00176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-03-28 Gilles Espinasse <g.esp@free.fr>
+ * TODO: Remove todo item about warncnt and errcnt.
+
+2013-03-28 Gilles Espinasse <g.esp@free.fr>
+
* testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2013-03-26 Ben Elliston <bje@gnu.org>
diff --git a/TODO b/TODO
index 2c51a6c..0940dda 100644
--- a/TODO
+++ b/TODO
@@ -49,8 +49,3 @@ My wish list for dejagnu:
"log_file -a $outdir/$tool.log", so there is already a copy of
the compiler output in the log file. Just "verbose ..." or
nothing at all.
-
-. Reset $warncnt and $errcnt at the start of each script. Right now,
- if an error happens in a script and then no tests are run,
- $errcnt carries over to the next script and forces the first test
- of the new script to be UNRESOLVED.