Received: by mail.netbsd.org (Postfix, from userid 605) id 1554A84E5D; Sun, 20 May 2018 23:47:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BCB584E63 for ; Sun, 20 May 2018 23:47:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id tBoVNODxddwB for ; Sun, 20 May 2018 23:47:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ED72C84E5D for ; Sun, 20 May 2018 23:47:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBC44FBEC; Sun, 20 May 2018 23:47:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 20 May 2018 23:47:16 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/tests/lib/libc/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180520234716.DBC44FBEC@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 May 20 23:47:16 UTC 2018 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Refactor and enable the signal3 ATF ptrace(2) test Adapt the test to be independent from the software breakpoint trap behavior, whether the Program Counter is moved or not. Just kill the process after catching the expected signal, instead of pretending to resume it. This test passes. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 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.