public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Disable tst-mallocalign1-mcheck
@ 2021-07-09  2:11 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2021-07-09  2:11 UTC (permalink / raw)
  To: libc-alpha

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 --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)
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-09  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09  2:11 [PATCH] Disable tst-mallocalign1-mcheck Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).