pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Coro p5-Coro: Update test status (without JIT)
details: https://anonhg.NetBSD.org/pkgsrc/rev/fccb8e5728c6
branches: trunk
changeset: 439420:fccb8e5728c6
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Sep 19 21:01:28 2020 +0000
description:
p5-Coro: Update test status (without JIT)
diffstat:
devel/p5-Coro/Makefile | 49 ++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 38 insertions(+), 11 deletions(-)
diffs (68 lines):
diff -r 7d47b5231a82 -r fccb8e5728c6 devel/p5-Coro/Makefile
--- a/devel/p5-Coro/Makefile Sat Sep 19 20:06:58 2020 +0000
+++ b/devel/p5-Coro/Makefile Sat Sep 19 21:01:28 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/09/06 21:54:32 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2020/09/19 21:01:28 wiz Exp $
DISTNAME= Coro-6.57
PKGNAME= p5-${DISTNAME}
@@ -25,21 +25,48 @@
MAKE_ENV+= CORO_JIT=n
.endif
-# 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 failures after turning off JIT on NetBSD are random, best run so far:
+# as pf 6.57
+# t/00_basic.t .......... ok
+# t/01_process.t ........ ok
+# t/02_channel.t ........ ok
+# t/03_channel.t ........ Failed 9/10 subtests
+# t/04_rwlock.t ......... ok
+# t/05_specific.t ....... ok
+# t/06_prio.t ........... Failed 8/10 subtests
+# t/07_eval.t ........... ok
+# t/08_join.t ........... ok
+# t/10_bugs.t ........... ok
+# t/11_deadlock.t ....... ok
+# t/12_exit.t ........... Failed 2/5 subtests
+# t/13_diewarn.t ........ All 7 subtests passed
+# t/14_load.t ........... ok
+# t/15_semaphore.t ...... Failed 6/6 subtests
+# t/16_signal.t ......... ok
+# t/17_rouse.t .......... ok
+# t/18_winder.t ......... ok
+# t/19_handle.t ......... ok
+# t/20_mutual_cancel.t .. ok
# Test Summary Report
# -------------------
-# t/00_basic.t (Wstat: 139 Tests: 2 Failed: 0)
+# t/03_channel.t (Wstat: 139 Tests: 1 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)
+# Parse errors: Bad plan. You planned 10 tests but ran 1.
+# t/06_prio.t (Wstat: 139 Tests: 2 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)
+# Parse errors: Bad plan. You planned 10 tests but ran 2.
+# t/12_exit.t (Wstat: 0 Tests: 4 Failed: 1)
+# Failed test: 5
+# Parse errors: Tests out of sequence. Found (5) but expected (4)
+# Bad plan. You planned 5 tests but ran 4.
+# t/13_diewarn.t (Wstat: 139 Tests: 7 Failed: 0)
+# Non-zero wait status: 139
+# t/15_semaphore.t (Wstat: 139 Tests: 0 Failed: 0)
+# Non-zero wait status: 139
+# Parse errors: Bad plan. You planned 6 tests but ran 0.
+# Files=20, Tests=182, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.29 cusr 0.07 csys = 0.42 CPU)
# Result: FAIL
-# Failed 2/2 test programs. 0/6 subtests failed.
+# Failed 5/20 test programs. 1/182 subtests failed.
.include "../../devel/p5-EV/buildlink3.mk"
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index