mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
htl: Mark select loop test as unsupported
It overflows pflocal and doesn't manage to terminate.
This commit is contained in:
parent
2352b407c9
commit
7db0f731b1
1 changed files with 6 additions and 0 deletions
|
@ -300,3 +300,9 @@ tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb1
|
|||
tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb2
|
||||
tests-unsupported += tst-dynarray-fail
|
||||
endif
|
||||
|
||||
# For bug 30167
|
||||
# (select requests overflow)
|
||||
ifeq ($(subdir),htl)
|
||||
tests-unsupported += tst-pthread_cancel-select-loop
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue