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.
This commit is contained in:
Siddhesh Poyarekar 2021-08-03 22:32:31 +05:30
parent 3d9a539ee6
commit 505a964ae0

View 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