[PATCH] tst-mxfast: Don't run with mcheck

Siddhesh Poyarekar siddhesh@sourceware.org
Tue Aug 3 17:05:21 GMT 2021


The test may not show predictable behaviour with -lmcheck since the
padding won't always guarantee fastbin usage.
---
I'll push this if there are no objections.

 malloc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/malloc/Makefile b/malloc/Makefile
index 9b70831d38..63cd7c0734 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -93,7 +93,8 @@ tests-exclude-mcheck = tst-mallocstate \
 	tst-malloc-thread-fail \
 	tst-malloc-usable-tunables \
 	tst-malloc_info \
-	tst-compathooks-off tst-compathooks-on
+	tst-compathooks-off tst-compathooks-on \
+	tst-mxfast
 
 tests-mcheck = $(filter-out $(tests-exclude-mcheck) $(tests-static), $(tests))
 endif
-- 
2.31.1



More information about the Libc-alpha mailing list