From decf02d3825daecb95ee293f7b830c4c0cbd1cc5 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 13 Apr 2023 02:02:37 +0200 Subject: hurd: Mark two tests as unsupported They make the whole testsuite hang/crash. --- sysdeps/mach/hurd/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index d558493..0e88075 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 -- cgit v1.1