aboutsummaryrefslogtreecommitdiff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-08-03 22:32:31 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-08-05 07:36:55 +0530
commit505a964ae00eb6d24144d070cb7fe9fbab6d1393 (patch)
tree73acd1951c053075a13d7db316a61ba5889772f6 /malloc/Makefile
parent3d9a539ee66165148b2b9e08b46e03a5f58f65d2 (diff)
downloadglibc-505a964ae00eb6d24144d070cb7fe9fbab6d1393.zip
glibc-505a964ae00eb6d24144d070cb7fe9fbab6d1393.tar.gz
glibc-505a964ae00eb6d24144d070cb7fe9fbab6d1393.tar.bz2
tst-mxfast: Don't run with mcheck
The test may not show predictable behaviour with -lmcheck since the padding won't always guarantee fastbin usage.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 9b70831..63cd7c0 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