Browse Source

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.
maskray/x86-mpx
Siddhesh Poyarekar 5 years ago
parent
commit
505a964ae0
  1. 3
      malloc/Makefile

3
malloc/Makefile

@ -93,7 +93,8 @@ tests-exclude-mcheck = tst-mallocstate \
tst-malloc-thread-fail \ tst-malloc-thread-fail \
tst-malloc-usable-tunables \ tst-malloc-usable-tunables \
tst-malloc_info \ 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)) tests-mcheck = $(filter-out $(tests-exclude-mcheck) $(tests-static), $(tests))
endif endif

Loading…
Cancel
Save