mirror of git://sourceware.org/git/glibc.git
arm: remove string/tst-memmove-overflow XFAIL
The arm string/tst-memmove-overflow XFAIL has been added in commiteca1b23332
("arm: XFAIL string/tst-memmove-overflow due to bug 25620") as a way to reproduce the reported bug. Now that this bug has been fixed in commits79a4fa341b
("arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]") andbeea361050
("arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]"), let's remove the XFAIL. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
parent
0f6278a879
commit
7b5f02dc2a
|
@ -68,8 +68,3 @@ 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
|
||||
|
|
Loading…
Reference in New Issue