From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 00B44385840F; Fri, 24 Feb 2023 19:36:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00B44385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677267410; bh=qWxwqWcXvs4LGep3isdlk+NEBFCMdPgfnwx1R2zmdNM=; h=From:To:Subject:Date:From; b=ZN25g8McGnGbL98xJzRlvFgKCZtLboor7YxXv3MaXY1YsJ0mvAlXoepc0sXd7siXu 1+IyN+G/scL8ukcTNyFK2aNIvBHod3bh3Mijk1iuJPcRPMMaiKwPs+kM5EvQZjaw4x /SBD9I6pyuapfWoY9eRns50Oq3TpOOyNELPhn4uQ= 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 some audit tests as unsupported X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5 X-Git-Newrev: 48b8c7cfe863977493e11409781b978f7c0014b7 Message-Id: <20230224193650.00B44385840F@sourceware.org> Date: Fri, 24 Feb 2023 19:36:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=48b8c7cfe863977493e11409781b978f7c0014b7 commit 48b8c7cfe863977493e11409781b978f7c0014b7 Author: Samuel Thibault Date: Fri Feb 24 20:36:30 2023 +0100 hurd: Mark some audit tests as unsupported They hang the testsuite. Diff: --- sysdeps/mach/hurd/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index c97eb9415a..d5584930a1 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -306,3 +306,13 @@ endif ifeq ($(subdir),htl) tests-unsupported += tst-pthread_cancel-select-loop endif + +# For bug 30168 +# (audit tests hang) +ifeq ($(subdir),elf) +tests-unsupported += tst-audit14 +tests-unsupported += tst-audit14a +tests-unsupported += tst-audit15 +tests-unsupported += tst-audit16 +tests-unsupported += tst-audit17 +endif