diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-12 00:11:15 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-12 00:55:56 +0100 |
commit | 1a09aa03eec7cf46d85b45387b5b38861f1419fc (patch) | |
tree | 2c66b24fb675843ceb5adf53ba236b46405e2109 /sysdeps/mach | |
parent | 0c4856250814d5fe1222a39c6954c4b5d79a829c (diff) | |
download | glibc-1a09aa03eec7cf46d85b45387b5b38861f1419fc.zip glibc-1a09aa03eec7cf46d85b45387b5b38861f1419fc.tar.gz glibc-1a09aa03eec7cf46d85b45387b5b38861f1419fc.tar.bz2 |
hurd: Mark tst-tls-allocation-failure-static-patched as supported
The failure was not due to RLIMIT_AS but unsupported intentional early
abort.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index f57b2b5..e93e7b6 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 |