diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-06-08 09:55:48 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-08 09:56:01 -0700 |
commit | 4615f5aefeaa45345484a9ce8e3d0ea977c80d80 (patch) | |
tree | 96bae1ffe8f08c86f2a43b1293650ed9cc11cba0 /ChangeLog | |
parent | 5e1122827a9f9751922b25c332f8f0272de60719 (diff) | |
download | glibc-4615f5aefeaa45345484a9ce8e3d0ea977c80d80.zip glibc-4615f5aefeaa45345484a9ce8e3d0ea977c80d80.tar.gz glibc-4615f5aefeaa45345484a9ce8e3d0ea977c80d80.tar.bz2 |
Add more tests for memchr
This patch adds tests for len == 0 and tests for positions close to the
beginning, which are equivalent to positions close to the end for memchr.
* string/test-memrchr.c (test_main): Add tests for len == 0
and tests for positions close to the beginning, which are
equivalent to positions close to the end for memchr.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-06-08 H.J. Lu <hongjiu.lu@intel.com> + + * string/test-memrchr.c (test_main): Add tests for len == 0 + and tests for positions close to the beginning, which are + equivalent to positions close to the end for memchr. + 2017-06-07 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update |