Enhanced test coverage for strncmp, wcsncmpmaster
commit54252394c25ddf0062e288d4a6ab7a885f8ae009
authorFlorian Weimer <fweimer@redhat.com>
Thu, 27 Jun 2024 14:26:56 +0000 (27 16:26 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 1 Aug 2024 07:08:32 +0000 (1 09:08 +0200)
tree24f31c3d03a06f9f6ae0635dbaa0d80dda178eb5
parent783d4c0b81889c39a9ddf13b60d0fde4040fb1c0
Enhanced test coverage for strncmp, wcsncmp

Add string/test-strncmp-nonarray and
wcsmbs/test-wcsncmp-nonarray.

This is the test that uncovered bug 31934.  Test run time
is more than one minute on a fairly current system, so turn
these into xtests that do not run automatically.

Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
string/Makefile
string/test-Xncmp-nonarray.c [new file with mode: 0644]
string/test-strncmp-nonarray.c [new file with mode: 0644]
wcsmbs/Makefile
wcsmbs/test-wcsncmp-nonarray.c [new file with mode: 0644]