From 320cf1e1b59d656ce59478cd052f0e206f8f8bb3 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 28 Aug 2025 17:02:15 -0400 Subject: [PATCH] malloc: add tst-mxfast to hugetlb exclusion list tst-mxfast needs GLIBC_TUNABLES to be set to its own value. Reviewed-by: Wilco Dijkstra --- malloc/Makefile | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.3