mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
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>
(cherry picked from commit 54252394c2
)
6 lines
144 B
C
6 lines
144 B
C
#include <wchar.h>
|
|
#define TEST_IDENTIFIER wcsncmp
|
|
#define TEST_NAME "wcsncmp"
|
|
typedef wchar_t CHAR;
|
|
#include "../string/test-Xncmp-nonarray.c"
|