aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-12 01:03:04 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-01-12 01:03:13 +0100
commitdbe3e6e0228fb25679280a913bf29a06f86bd967 (patch)
treebe368d76e7b74b91a7e48194dfe6600b5ca9b1bb /sysdeps/mach
parent1a09aa03eec7cf46d85b45387b5b38861f1419fc (diff)
downloadglibc-dbe3e6e0228fb25679280a913bf29a06f86bd967.zip
glibc-dbe3e6e0228fb25679280a913bf29a06f86bd967.tar.gz
glibc-dbe3e6e0228fb25679280a913bf29a06f86bd967.tar.bz2
hurd: Mark more memory-hungry tests as unsupported
until RLIMIT_AS support gets commited in gnumach.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index e93e7b6..04dcaf0 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