mirror of git://sourceware.org/git/glibc.git
hurd: Mark two tests as unsupported
They make the whole testsuite hang/crash.
This commit is contained in:
parent
6538a288be
commit
decf02d382
|
|
@ -316,3 +316,13 @@ tests-unsupported += tst-audit15
|
||||||
tests-unsupported += tst-audit16
|
tests-unsupported += tst-audit16
|
||||||
tests-unsupported += tst-audit17
|
tests-unsupported += tst-audit17
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# For bug 30341
|
||||||
|
ifeq ($(subdir),posix)
|
||||||
|
tests-unsupported += tst-spawn6
|
||||||
|
endif
|
||||||
|
|
||||||
|
# For bug 30342
|
||||||
|
ifeq ($(subdir),io)
|
||||||
|
tests-unsupported += test-lfs
|
||||||
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue