From: Siddhesh Poyarekar Date: Tue, 3 Aug 2021 17:02:31 +0000 (+0530) Subject: tst-mxfast: Don't run with mcheck X-Git-Tag: glibc-2.35~602 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505a964ae00eb6d24144d070cb7fe9fbab6d1393;p=thirdparty%2Fglibc.git 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. --- diff --git a/malloc/Makefile b/malloc/Makefile index 9b70831d383..63cd7c0734d 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