pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Coro



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.

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"



Home | Main Index | Thread Index | Old Index