mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
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:
parent
3d9a539ee6
commit
505a964ae0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user