]> git.ipfire.org Git - thirdparty/glibc.git/commit
String: Add tests for __memcmpeq
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 21 Oct 2021 20:07:18 +0000 (15:07 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 26 Oct 2021 21:51:29 +0000 (16:51 -0500)
commitd9283b71ac1eaba53d9fff504a5272570f8ea01e
tree9d185da766dc4d5694bb469cc20a9d2ac35a4bd3
parent9894127d202d8c0c821d852658057a03ba3cc3d2
String: Add tests for __memcmpeq

No bug.

This commit adds tests for the new function __memcmpeq. The new tests
use the existing tests in 'test-memcmp.c' but relax the result
requirement to only check for zero or non-zero returns.

All string tests include test-memcmpeq are passing.
string/Makefile
string/test-memcmp.c
string/test-memcmpeq.c [new file with mode: 0644]