summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-07 14:21:34 +0100
committerJim Meyering <meyering@redhat.com>2008-01-07 14:21:34 +0100
commit2deb4bd589701dbfeeb2fcd6552d21b9f11e11b4 (patch)
treeb4cf351a864ff6a83f50013a878c5ccbf5864015 /ChangeLog
parentab1c9b54b173312c132c9452eff6080a5b4cf6e7 (diff)
downloadcoreutils-2deb4bd589701dbfeeb2fcd6552d21b9f11e11b4.tar.xz
Make a racy test failure less likely to happen.
* tests/misc/tty-eof: Uncomment a debug "warn". This change happens to make this test far less likely to fail. With that statement commented out, this test would fail about 20% of the time on my desktop. Now, it's gone 100 iterations in a row with no failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 676f33e96..c03c0d159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-01-07 Jim Meyering <meyering@redhat.com>
+ Make a racy test failure less likely to happen.
+ * tests/misc/tty-eof: Uncomment a debug "warn".
+ This change happens to make this test far less likely to fail.
+ With that statement commented out, this test would fail about
+ 20% of the time on my desktop. Now, it's gone 100 iterations
+ in a row with no failure.
+
* NEWS: Mention the cp bug fix.
2008-01-07 Jan Blunck <jblunck@suse.de>