From eca1b233322914d9013f3ee4aabecaadc9245abd Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 13 May 2020 16:45:29 +0200 Subject: 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 --- sysdeps/arm/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/arm/Makefile') diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile index ad2042b..a0cb7f3 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 -- cgit v1.1