mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue