diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-05-13 16:45:29 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-05-13 16:48:26 +0200 |
commit | eca1b233322914d9013f3ee4aabecaadc9245abd (patch) | |
tree | 126995ad6720860662708debff842e46d46e79e2 /sysdeps/arm/Makefile | |
parent | ad78d702757a189b1fa552d607e8aaa22252a45f (diff) | |
download | glibc-eca1b233322914d9013f3ee4aabecaadc9245abd.tar.gz glibc-eca1b233322914d9013f3ee4aabecaadc9245abd.tar.xz glibc-eca1b233322914d9013f3ee4aabecaadc9245abd.zip |
arm: XFAIL string/tst-memmove-overflow due to bug 25620
Also reduce the amount of output in case of a large-scale mismatch in the copied data. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/arm/Makefile')
-rw-r--r-- | sysdeps/arm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile index ad2042b93a..a0cb7f3c32 100644 --- a/sysdeps/arm/Makefile +++ b/sysdeps/arm/Makefile @@ -68,3 +68,8 @@ ifeq ($(subdir),nptl) libpthread-sysdep_routines += pt-arm-unwind-resume libpthread-shared-only-routines += pt-arm-unwind-resume endif + +ifeq ($(subdir),string) +# This test fails on arm due to bug 25620 and related issues. +test-xfail-tst-memmove-overflow = yes +endif |