diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-04-13 02:02:37 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-04-13 02:02:38 +0200 |
commit | decf02d3825daecb95ee293f7b830c4c0cbd1cc5 (patch) | |
tree | 59efee8db06ae16332883457392d9a7497fd5a9b | |
parent | 6538a288be2a53d46570985e4b624323ee0f3aa9 (diff) | |
download | glibc-decf02d3825daecb95ee293f7b830c4c0cbd1cc5.tar.gz glibc-decf02d3825daecb95ee293f7b830c4c0cbd1cc5.tar.xz glibc-decf02d3825daecb95ee293f7b830c4c0cbd1cc5.zip |
hurd: Mark two tests as unsupported
They make the whole testsuite hang/crash.
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 10 |
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 |