hurd: Mark RLIMIT_AS tests as unsupported

Otherwise they put the system on its knees.
This commit is contained in:
Samuel Thibault 2023-02-24 20:28:15 +01:00
parent 2ce48fbd5a
commit 2352b407c9

View File

@ -289,3 +289,14 @@ check-execstack-xfail += ld.so libc.so libpthread.so
# We always create a thread for signals
test-xfail-tst-single_threaded-pthread-static = yes
endif
# For bug 30166
# (missing RLIMIT_AS support)
ifeq ($(subdir),malloc)
tests-unsupported += tst-malloc-thread-fail
tests-unsupported += tst-malloc-thread-fail-malloc-check
tests-unsupported += tst-malloc-thread-fail-mcheck
tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb1
tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb2
tests-unsupported += tst-dynarray-fail
endif