* TODO: Remove todo item about warncnt and errcnt.
authorGilles Espinasse <g.esp@free.fr>
Wed, 27 Mar 2013 20:21:26 +0000 (07:21 +1100)
committerBen Elliston <bje@gnu.org>
Wed, 27 Mar 2013 20:21:26 +0000 (07:21 +1100)
Signed-off-by: Ben Elliston <bje@gnu.org>
ChangeLog
TODO

index 09012b1..3a00176 100644 (file)
--- 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 (file)
--- 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.