[hurd,commited] hurd: Mark more memory-hungry tests as unsupported
Samuel Thibault
samuel.thibault@ens-lyon.org
Sun Jan 12 00:03:38 GMT 2025
until RLIMIT_AS support gets commited in gnumach.
---
sysdeps/mach/hurd/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index e93e7b6fc4..04dcaf06a2 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -306,6 +306,9 @@ endif
# For bug 30166
# (missing RLIMIT_AS support)
+ifeq ($(subdir),htl)
+tests-unsupported += tst-basic7
+endif
ifeq ($(subdir),io)
tests-unsupported += test-lfs
endif
@@ -326,6 +329,8 @@ 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-alloc
endif
ifeq ($(subdir),stdlib)
tests-unsupported += test-bz22786 tst-strtod-overflow
--
2.45.2
More information about the Libc-alpha
mailing list