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 01:03:04 +01:00
parent 1a09aa03ee
commit dbe3e6e022
1 changed files with 5 additions and 0 deletions

View 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