aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.