]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Mark more memory-hungry tests as unsupported
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Jan 2025 15:05:58 +0000 (16:05 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Jan 2025 15:06:00 +0000 (16:06 +0100)
until RLIMIT_AS support gets commited in gnumach.

sysdeps/mach/hurd/Makefile

index 04dcaf06a24be995bcd6f3e4c87f1d02f57538b8..13e5cea4c2b0e7fb9506eff8fe8679c771ad8d2c 100644 (file)
@@ -330,6 +330,7 @@ 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)