From 1a09aa03eec7cf46d85b45387b5b38861f1419fc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 12 Jan 2025 00:11:15 +0100 Subject: [PATCH] hurd: Mark tst-tls-allocation-failure-static-patched as supported The failure was not due to RLIMIT_AS but unsupported intentional early abort. --- sysdeps/mach/hurd/Makefile | 3 --- 1 file changed, 3 deletions(-) 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