public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] tst-mxfast: Don't run with mcheck
@ 2021-08-03 17:05 Siddhesh Poyarekar
  2021-08-05  2:08 ` Siddhesh Poyarekar
  0 siblings, 1 reply; 2+ messages in thread
From: Siddhesh Poyarekar @ 2021-08-03 17:05 UTC (permalink / raw)
  To: libc-alpha

The test may not show predictable behaviour with -lmcheck since the
padding won't always guarantee fastbin usage.
---
I'll push this if there are no objections.

 malloc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/malloc/Makefile b/malloc/Makefile
index 9b70831d38..63cd7c0734 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
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tst-mxfast: Don't run with mcheck
  2021-08-03 17:05 [PATCH] tst-mxfast: Don't run with mcheck Siddhesh Poyarekar
@ 2021-08-05  2:08 ` Siddhesh Poyarekar
  0 siblings, 0 replies; 2+ messages in thread
From: Siddhesh Poyarekar @ 2021-08-05  2:08 UTC (permalink / raw)
  To: libc-alpha

On 8/3/21 10:35 PM, Siddhesh Poyarekar via Libc-alpha wrote:
> The test may not show predictable behaviour with -lmcheck since the
> padding won't always guarantee fastbin usage.
> ---
> I'll push this if there are no objections.


Pushed now.

Siddhesh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-05  2:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 17:05 [PATCH] tst-mxfast: Don't run with mcheck Siddhesh Poyarekar
2021-08-05  2:08 ` Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).