From: Samuel Thibault Date: Sun, 12 Jan 2025 00:03:04 +0000 (+0100) Subject: hurd: Mark more memory-hungry tests as unsupported X-Git-Tag: glibc-2.41~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe3e6e0228fb25679280a913bf29a06f86bd967;p=thirdparty%2Fglibc.git hurd: Mark more memory-hungry tests as unsupported until RLIMIT_AS support gets commited in gnumach. --- 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