tst-mxfast: Don't run with mcheck
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 3 Aug 2021 17:02:31 +0000 (22:32 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 5 Aug 2021 02:06:55 +0000 (07:36 +0530)
The test may not show predictable behaviour with -lmcheck since the
padding won't always guarantee fastbin usage.

malloc/Makefile

index 9b70831..63cd7c0 100644 (file)
@@ -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