Received: by mail.netbsd.org (Postfix, from userid 605) id 9EAE684DD1; Thu, 3 Sep 2020 17:06:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 275E884DD0 for ; Thu, 3 Sep 2020 17:06:30 +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 1dLWFOBFILso for ; Thu, 3 Sep 2020 17:06:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A1B784CE0 for ; Thu, 3 Sep 2020 17:06:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77369FB28; Thu, 3 Sep 2020 17:06:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599152789178080" MIME-Version: 1.0 Date: Thu, 3 Sep 2020 17:06:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Coro To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200903170629.77369FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599152789178080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 3 17:06:29 UTC 2020 Modified Files: pkgsrc/devel/p5-Coro: Makefile Log Message: p5-Coro: annotate current test status To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-Coro/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599152789178080 Content-Disposition: inline Content-Length: 1308 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Coro/Makefile diff -u pkgsrc/devel/p5-Coro/Makefile:1.26 pkgsrc/devel/p5-Coro/Makefile:1.27 --- pkgsrc/devel/p5-Coro/Makefile:1.26 Thu Sep 3 17:02:20 2020 +++ pkgsrc/devel/p5-Coro/Makefile Thu Sep 3 17:06:29 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2020/09/03 17:02:20 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2020/09/03 17:06:29 wiz Exp $ DISTNAME= Coro-6.57 PKGNAME= p5-${DISTNAME} @@ -18,6 +18,22 @@ MAKE_JOBS_SAFE= no PERL5_PACKLIST= auto/Coro/.packlist REPLACE_PERL+= Coro/jit-amd64-unix.pl Coro/jit-x86-unix.pl +# test failures on NetBSD as of 6.57: +# t/00_basic.t .... Failed 3/5 subtests +# t/01_unblock.t .. Failed 8/12 subtests +# +# Test Summary Report +# ------------------- +# t/00_basic.t (Wstat: 139 Tests: 2 Failed: 0) +# Non-zero wait status: 139 +# Parse errors: Bad plan. You planned 5 tests but ran 2. +# t/01_unblock.t (Wstat: 139 Tests: 4 Failed: 0) +# Non-zero wait status: 139 +# Parse errors: Bad plan. You planned 12 tests but ran 4. +# Files=2, Tests=6, 1 wallclock secs ( 0.00 usr 0.02 sys + 0.04 cusr 0.04 csys = 0.10 CPU) +# Result: FAIL +# Failed 2/2 test programs. 0/6 subtests failed. + .include "../../devel/p5-EV/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1599152789178080--