summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-04-13 02:02:37 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-04-13 02:02:38 +0200
commitdecf02d3825daecb95ee293f7b830c4c0cbd1cc5 (patch)
tree59efee8db06ae16332883457392d9a7497fd5a9b
parent6538a288be2a53d46570985e4b624323ee0f3aa9 (diff)
downloadglibc-decf02d3825daecb95ee293f7b830c4c0cbd1cc5.tar.gz
hurd: Mark two tests as unsupported
They make the whole testsuite hang/crash.
-rw-r--r--sysdeps/mach/hurd/Makefile10
1 files changed, 10 insertions, 0 deletions
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