[PATCH v12 2/2] malloc: add testing for large tcache support.
Joseph Myers
josmyers@redhat.com
Wed Jun 18 20:58:38 GMT 2025
On Mon, 16 Jun 2025, Cupertino Miranda wrote:
> @@ -153,6 +153,7 @@ tests: $(addprefix $(objpfx),$(filter-out $(tests-unsupported), \
> $(tests-malloc-check:%=%-malloc-check) \
> $(tests-malloc-hugetlb1:%=%-malloc-hugetlb1) \
> $(tests-malloc-hugetlb2:%=%-malloc-hugetlb2)) \
> + $(tests-malloc-largetcache:%=%-malloc-largetcache)) \
> $(test-srcs)) $(tests-special) \
> $(tests-printers-programs)
> xtests: tests $(xtests-special)
I'm seeing a testsuite build failure for Hurd from my build-many-glibcs.py
bot with undefined references to pthread_join. Whenever other test
variants in one of these lists getting new malloc-largetcache variants
added link with $(shared-thread-library), the same needs to be added for
the malloc-largetcache versions of those tests to avoid link failures on
Hurd.
--
Joseph S. Myers
josmyers@redhat.com
More information about the Libc-alpha
mailing list