From 81a6e97791c84b33b6d2f1de1f673f42090a2c1a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 22 Sep 2025 02:17:50 +0200 Subject: [PATCH] hurd: Note BZ #30166 as fixed 802b0eba519b ("hurd: implement RLIMIT_AS against Mach RPCs") brought the needed RLIMIT_AS support for memory-crunchy tests. --- sysdeps/mach/hurd/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 32bba616f1..2149f6343e 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -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)