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 -- 2.45.2
