From: Samuel Thibault Date: Thu, 13 Apr 2023 00:02:37 +0000 (+0200) Subject: hurd: Mark two tests as unsupported X-Git-Tag: glibc-2.38~376 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=decf02d3825daecb95ee293f7b830c4c0cbd1cc5;p=glibc.git hurd: Mark two tests as unsupported They make the whole testsuite hang/crash. --- diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index d5584930a1..0e880755ca 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -316,3 +316,13 @@ tests-unsupported += tst-audit15 tests-unsupported += tst-audit16 tests-unsupported += tst-audit17 endif + +# For bug 30341 +ifeq ($(subdir),posix) +tests-unsupported += tst-spawn6 +endif + +# For bug 30342 +ifeq ($(subdir),io) +tests-unsupported += test-lfs +endif