diff mbox series

[hurd,commited] hurd: Mark two tests as unsupported

Message ID 20230413000321.4170632-1-samuel.thibault@ens-lyon.org
State New
Headers show
Series [hurd,commited] hurd: Mark two tests as unsupported | expand

Commit Message

Samuel Thibault April 13, 2023, 12:03 a.m. UTC
They make the whole testsuite hang/crash.
---
 sysdeps/mach/hurd/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox series

Patch

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