mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
hurd: Mark RLIMIT_AS tests as unsupported
Otherwise they put the system on its knees.
This commit is contained in:
parent
2ce48fbd5a
commit
2352b407c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user