hurd: Mark more memory-hungry tests as unsupported

until RLIMIT_AS support gets commited in gnumach.
This commit is contained in:
Samuel Thibault 2025-01-12 16:05:58 +01:00
parent 278f8d5c4d
commit 73b854e955

View 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)