diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-06-27 16:26:56 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-08-01 09:41:24 +0200 |
commit | 127ef30c46586cfe9fa3e19ad074280b139c84c4 (patch) | |
tree | 1ba9307707ca761b37d9ca952727f06ae1ce10cb /wcsmbs/Makefile | |
parent | 3b25c7fa878c01f9e656701b5d59438ea2e49ba4 (diff) | |
download | glibc-127ef30c46586cfe9fa3e19ad074280b139c84c4.zip glibc-127ef30c46586cfe9fa3e19ad074280b139c84c4.tar.gz glibc-127ef30c46586cfe9fa3e19ad074280b139c84c4.tar.bz2 |
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>
(cherry picked from commit 54252394c25ddf0062e288d4a6ab7a885f8ae009)
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 23da6f0..6eb38c2 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -205,6 +205,10 @@ tests := \ wcsmbs-tst1 \ # tests +# This test runs for a long time. +xtests += test-wcsncmp-nonarray + + include ../Rules ifeq ($(run-built-tests),yes) |