]> sourceware.org Git - glibc.git/commitdiff
hurd: Mark two tests as unsupported
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 13 Apr 2023 00:02:37 +0000 (02:02 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 13 Apr 2023 00:02:38 +0000 (02:02 +0200)
They make the whole testsuite hang/crash.

sysdeps/mach/hurd/Makefile

index d5584930a18ce59705b046586b26196261fe2731..0e880755caaf9744bcb8061abd464ab32d2c65f2 100644 (file)
@@ -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
This page took 0.045517 seconds and 5 git commands to generate.