]> sourceware.org Git - glibc.git/commitdiff
hurd: Mark more memory-hungry tests as unsupported
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Jan 2025 00:03:04 +0000 (01:03 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Jan 2025 00:03:13 +0000 (01:03 +0100)
until RLIMIT_AS support gets commited in gnumach.

sysdeps/mach/hurd/Makefile

index e93e7b6fc46c1cddc2b442a5296d36690186fa51..04dcaf06a24be995bcd6f3e4c87f1d02f57538b8 100644 (file)
@@ -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
This page took 0.040376 seconds and 5 git commands to generate.