about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-08-17 18:38:26 +0930
committerAlan Modra <amodra@gmail.com>2013-10-04 10:42:15 +0930
commit0edf96c28fca19355143a7c252bca10c6547a3c6 (patch)
tree9338a69a1fcd7e30496fc08576ab9fdf5deb0df4 /ChangeLog
parente0f7a3804683f1ab3c41dfc82894bfb18d731341 (diff)
downloadglibc-0edf96c28fca19355143a7c252bca10c6547a3c6.tar.gz
glibc-0edf96c28fca19355143a7c252bca10c6547a3c6.tar.xz
glibc-0edf96c28fca19355143a7c252bca10c6547a3c6.zip
string/tester memrchr test
http://sourceware.org/ml/libc-alpha/2013-08/msg00095.html

I found this useful at one stage when I was seeing a huge number of
memrchr failures all of test number 10.

	* string/tester.c (test_memrchr): Increment reported test cycle.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1c6f5ce1f..89fb3effa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-10-04  Alan Modra  <amodra@gmail.com>
 
+	* string/tester.c (test_memrchr): Increment reported test cycle.
+
+2013-10-04  Alan Modra  <amodra@gmail.com>
+
 	* string/test-memcpy.c (do_one_test): When reporting errors, print
 	string address and don't overrun end of string.