mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
hurd: Mark some audit tests as unsupported
They hang the testsuite.
This commit is contained in:
parent
7db0f731b1
commit
48b8c7cfe8
@ -306,3 +306,13 @@ endif
|
|||||||
ifeq ($(subdir),htl)
|
ifeq ($(subdir),htl)
|
||||||
tests-unsupported += tst-pthread_cancel-select-loop
|
tests-unsupported += tst-pthread_cancel-select-loop
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# For bug 30168
|
||||||
|
# (audit tests hang)
|
||||||
|
ifeq ($(subdir),elf)
|
||||||
|
tests-unsupported += tst-audit14
|
||||||
|
tests-unsupported += tst-audit14a
|
||||||
|
tests-unsupported += tst-audit15
|
||||||
|
tests-unsupported += tst-audit16
|
||||||
|
tests-unsupported += tst-audit17
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user