]> sourceware.org Git - glibc.git/commit
Add more tests for memchr
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 8 Jun 2017 16:55:48 +0000 (09:55 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 8 Jun 2017 16:56:01 +0000 (09:56 -0700)
commit4615f5aefeaa45345484a9ce8e3d0ea977c80d80
tree96bae1ffe8f08c86f2a43b1293650ed9cc11cba0
parent5e1122827a9f9751922b25c332f8f0272de60719
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.
ChangeLog
string/test-memrchr.c
This page took 0.04154 seconds and 5 git commands to generate.