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