diff mbox series

Disable tst-mallocalign1-mcheck

Message ID 20210709021123.3590625-1-siddhesh@sourceware.org
State New
Headers show
Series Disable tst-mallocalign1-mcheck | expand

Commit Message

Siddhesh Poyarekar July 9, 2021, 2:11 a.m. UTC
It looks like mcheck is unable to honour MALLOC_ALIGNMENT at least on
x32.  Disable the test for now and revisit after malloc hooks removal.
---
 sysdeps/x86_64/Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile
index 06a444b6af..a037b50350 100644
--- a/sysdeps/x86_64/Makefile
+++ b/sysdeps/x86_64/Makefile
@@ -15,6 +15,7 @@  endif
 
 ifeq ($(subdir),malloc)
 tests += tst-mallocalign1
+tests-exclude-mcheck += tst-mallocalign1
 endif
 
 ifeq ($(subdir),string)