hurd: Note BZ #30166 as fixed

802b0eba51 ("hurd: implement RLIMIT_AS against Mach RPCs") brought the
needed RLIMIT_AS support for memory-crunchy tests.
This commit is contained in:
Samuel Thibault 2025-09-22 02:17:50 +02:00
parent 802b0eba51
commit 81a6e97791
1 changed files with 0 additions and 31 deletions

View 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)