From: DJ Delorie Date: Thu, 28 Aug 2025 21:02:15 +0000 (-0400) Subject: malloc: add tst-mxfast to hugetlb exclusion list X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=320cf1e1b59d656ce59478cd052f0e206f8f8bb3;p=thirdparty%2Fglibc.git malloc: add tst-mxfast to hugetlb exclusion list tst-mxfast needs GLIBC_TUNABLES to be set to its own value. Reviewed-by: Wilco Dijkstra --- diff --git a/malloc/Makefile b/malloc/Makefile index a9a0e87264..cc012e2921 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -137,6 +137,7 @@ tests-exclude-hugetlb1 = \ tst-mallocfork2 \ tst-mallocfork3 \ tst-mallocstate \ + tst-mxfast \ # tests-exclude-hugetlb1 # The tst-free-errno relies on the used malloc page size to mmap an # overlapping region.