diff options
author | DJ Delorie <dj@redhat.com> | 2025-08-28 17:02:15 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2025-08-29 13:22:19 -0400 |
commit | 320cf1e1b59d656ce59478cd052f0e206f8f8bb3 (patch) | |
tree | 2f74c47ac1138bc8ef93b269b96f73b91f4ae67a | |
parent | 119d658ac2aad88e306b4a66c1717e5ebf86c73f (diff) | |
download | glibc-320cf1e1b59d656ce59478cd052f0e206f8f8bb3.zip glibc-320cf1e1b59d656ce59478cd052f0e206f8f8bb3.tar.gz glibc-320cf1e1b59d656ce59478cd052f0e206f8f8bb3.tar.bz2 |
malloc: add tst-mxfast to hugetlb exclusion list
tst-mxfast needs GLIBC_TUNABLES to be set to its own value.
Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
-rw-r--r-- | malloc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index a9a0e87..cc012e2 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. |