Received: by mail.netbsd.org (Postfix, from userid 605) id 7DF3784DC0; Sun, 16 Apr 2017 12:51:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC21A84DD3 for ; Sun, 16 Apr 2017 12:50:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id alMWj2ytknmC for ; Sun, 16 Apr 2017 12:50:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90BBF84CDA for ; Sun, 16 Apr 2017 12:50:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BA34FBE4; Sun, 16 Apr 2017 12:50:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 16 Apr 2017 12:50:59 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/tests/lib/libc/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170416125059.8BA34FBE4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Kamil Rytarowski" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: kamil Date: Sun Apr 16 12:50:59 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Mark signal3/t_ptrace_wait* with timeout on sparc 32-bit PR kern/52167 signal3/t_ptrace_wait* timeouts on sparc 32-bit This test is also marked as failure on other platforms: PR kern/51918 ptrace tracee can prevent tracer to get its signals by masking Both issues are valid on sparc 32-bit, but the timeout one wins. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_ptrace_wait.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.