From: Samuel Thibault Date: Sat, 11 Jan 2025 23:11:15 +0000 (+0100) Subject: hurd: Mark tst-tls-allocation-failure-static-patched as supported X-Git-Tag: glibc-2.41~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a09aa03eec7cf46d85b45387b5b38861f1419fc;p=thirdparty%2Fglibc.git hurd: Mark tst-tls-allocation-failure-static-patched as supported The failure was not due to RLIMIT_AS but unsupported intentional early abort. --- diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index f57b2b525f..e93e7b6fc4 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -306,9 +306,6 @@ endif # For bug 30166 # (missing RLIMIT_AS support) -ifeq ($(subdir),elf) -tests-unsupported += tst-tls-allocation-failure-static-patched -endif ifeq ($(subdir),io) tests-unsupported += test-lfs endif