From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id F28DE3858D32; Thu, 13 Apr 2023 00:03:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F28DE3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681344183; bh=ebPIX1e0CLXsyKYoH9FdO/lUMx62ZlfR2+y7uCIicnY=; h=From:To:Subject:Date:From; b=Q8UxIuYFrIvDOGdbMycNrlzv7V1EHizV2gsIOKzPwnVbQsyzJlIlRANoaWoxcLGZN /VIy5xluEkmX+dyERurv1ZxikQATG1prc7HF7zpM10Nlzpro9HSURT8ZPVWaet8n+7 XcttHl6k2g8GdZoFf9Vu0siCgdRDMEiV1SYE96FY= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd: Mark two tests as unsupported X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 6538a288be2a53d46570985e4b624323ee0f3aa9 X-Git-Newrev: decf02d3825daecb95ee293f7b830c4c0cbd1cc5 Message-Id: <20230413000303.F28DE3858D32@sourceware.org> Date: Thu, 13 Apr 2023 00:03:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=decf02d3825daecb95ee293f7b830c4c0cbd1cc5 commit decf02d3825daecb95ee293f7b830c4c0cbd1cc5 Author: Samuel Thibault Date: Thu Apr 13 02:02:37 2023 +0200 hurd: Mark two tests as unsupported They make the whole testsuite hang/crash. Diff: --- sysdeps/mach/hurd/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) 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