]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Note BZ #30166 as fixed
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 22 Sep 2025 00:17:50 +0000 (02:17 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 22 Sep 2025 00:17:50 +0000 (02:17 +0200)
802b0eba519b ("hurd: implement RLIMIT_AS against Mach RPCs") brought the
needed RLIMIT_AS support for memory-crunchy tests.

sysdeps/mach/hurd/Makefile

index 32bba616f1ca34840dff438515ccc2d93beaa001..2149f6343ef2d21063e0120c4b0f788627a43527 100644 (file)
@@ -306,43 +306,12 @@ test-xfail-tst-origin = yes
 CFLAGS-tst-execstack.c += -DDEFAULT_RWX_STACK=1
 endif
 
-# For bug 30166
-# (missing RLIMIT_AS support)
-ifeq ($(subdir),htl)
-tests-unsupported += tst-basic7
-endif
-ifeq ($(subdir),libio)
-tests-unsupported += tst-asprintf-null
-endif
-ifeq ($(subdir),malloc)
-tests-unsupported += tst-malloc-thread-fail
-tests-unsupported += tst-malloc-thread-fail-malloc-check
-tests-unsupported += tst-malloc-thread-fail-mcheck
-tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb1
-tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb2
-tests-unsupported += tst-malloc-thread-fail-malloc-largetcache
-tests-unsupported += tst-dynarray-fail
-endif
-ifeq ($(subdir),misc)
-tests-unsupported += bug18240
-endif
-ifeq ($(subdir),stdio-common)
-tests-unsupported += tst-getline-enomem
-tests-unsupported += tst-getline-enomem-mem
-tests-unsupported += tst-vfprintf-width-prec
-tests-unsupported += tst-vfprintf-width-prec-mem
-tests-unsupported += tst-vfprintf-width-prec-alloc
-endif
 ifeq ($(subdir),stdlib)
-tests-unsupported += test-bz22786 tst-strtod-overflow
 # pthread_cleanup_combined_push/pthread_cleanup_combined_pop requires cleanup
 # support (BZ 32058).
 test-xfail-tst-qsort7-mem = yes
 test-xfail-tst-qsortx7-mem = yes
 endif
-ifeq ($(subdir),timezone)
-tests-unsupported += tst-tzset
-endif
 
 # For bug 30167
 # (select requests overflow)