summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Test-Loops
diff options
context:
space:
mode:
authorseb <seb>2009-11-21 20:27:27 +0000
committerseb <seb>2009-11-21 20:27:27 +0000
commit8774915dc9aac99800e0f975fbe4f051f401ef5c (patch)
tree99e4511fea68a4b52286fde2d7148a6495d5daf3 /devel/p5-POE-Test-Loops
parent788145e32eef537e5b111ac18e5873a370652045 (diff)
downloadpkgsrc-8774915dc9aac99800e0f975fbe4f051f401ef5c.tar.gz
Update p5-POE-Test-Loops from version 1.021 to version 1.030.
Upstream changes: ===================================== 2009-10-14T04:25:48.467603Z ptl-1_030 ===================================== 2009-10-14 04:24:18 (r2744) by rcaputo New version for a new release. 2009-10-13 12:43:42 (r2743) by bingosnet Explicitly bind to loopback address for the concurrent TCP tests 2009-10-11 18:53:43 (r2741) by rcaputo Fix Marco's name. Oops! 2009-10-07 01:50:42 (r2736) by rcaputo Set version for dev release. 2009-10-06 03:50:33 (r2735) by rcaputo Make the tests generally ASSERT_DEFAULT clean. POE_TRACE_FILENAME hid a multitude of sins in the test output file. Update the vim options lines while I'm in there. 2009-10-06 03:39:18 (r2733) by rcaputo Redirect STDERR while testing some errors. ASSERT_DEFAULT is on and making noise when things are called wrong, even when we do it on purpose. 2009-10-05 05:32:30 (r2727) by rcaputo Add an option to enable all the broken MSWin32 tests. Set POE_DANTIC=1 before running "make test" to watch the pretty fireworks. Oooh! Ahhhhhh! 2009-10-02 03:47:17 (r2707) by rcaputo [rt.cpan.org 48715] Apply Craig's patch to skip the IPv6 tests if IPv6 isn't actually enabled. The port autodetect code to didn't handle failure due to IPv6 unavailability. 2009-09-29 15:13:53 (r2703) by rcaputo !!! Adjust tests for mark-and-sweep session GC changes. Some of the tests are sensitive to session GC timing. 2009-09-16 15:11:30 (r2691) by rcaputo Test that POE::Kernel->run() without sessions returns right away. ===================================== 2009-09-07T19:22:59.577723Z ptl-1_022 ===================================== 2009-09-07 19:13:43 (r2677) by rcaputo Bump up the version, and prevent perl-reversion from seeing test version strings (that are commented out, no less). 2009-09-06 03:32:57 (r2675) by rcaputo [rt 36648] Add tests for the new Client and Server TCP component capabilities. 2009-09-05 17:56:52 (r2672) by rcaputo [rt 49384] Explicitly bind to 127.0.0.1 in tests, reported anonymously. [cpan testers 5241203] Bind to INPORT_ANY to avoid "address already in use" failures, reported by Oliver Paukstadt. 2009-09-04 07:49:18 (r2671) by rcaputo Make write-combining test optional. The timing of some event loops triggers write-combining, and others don't. Resolves rt.cpan.org 28804 (finally!), reported by Martijn van Beers. 2009-09-04 04:28:55 (r2668) by rcaputo Tk and fork() don't get along well. Skip some fork() based tests when Tk is loaded, to avoid XIO errors that have shown up in FreeBSD. 2009-09-03 16:08:06 (r2665) by rcaputo Skip pty tests in z_leolo_wheel_run.pm on MSWin32. Change some skip messages. 2009-08-08 08:25:22 (r2625) by rcaputo Skip a known issue regarding pseudy-ttys, Event, and Mac OS X. On OS X, poll() returns POLLNVAL for pseudo-ttys. Event cancels its watchers in this case without a callback. 2009-08-08 04:56:28 (r2623) by rcaputo Move Philip Gwyn's signals test to POE::Test::Loops, so it can exercise everyone's event loops. 2009-07-27 17:07:20 (r2608) by rcaputo Reorganize documentation links. 2009-07-27 05:10:57 (r2605) by rcaputo Added a machine-readable repository directory to the distribution. Documented the bug tracker, repository, and other resource URLs.
Diffstat (limited to 'devel/p5-POE-Test-Loops')
-rw-r--r--devel/p5-POE-Test-Loops/Makefile11
-rw-r--r--devel/p5-POE-Test-Loops/distinfo8
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile
index 8ff003b223a..a91336862e5 100644
--- a/devel/p5-POE-Test-Loops/Makefile
+++ b/devel/p5-POE-Test-Loops/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/08/20 09:20:31 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/21 20:27:27 seb Exp $
-DISTNAME= POE-Test-Loops-1.021
+DISTNAME= POE-Test-Loops-1.030
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
@@ -15,10 +15,13 @@ PERL5_PACKLIST= auto/POE/Test/Loops/.packlist
TESTS_TO_FIX= comp_tcp_concurrent.pm all_errors.pm comp_tcp.pm \
connect_errors.pm k_alarms.pm k_aliases.pm k_detach.pm \
- k_selects.pm k_sig_child.pm k_signals.pm sbk_signal_init.pm \
+ k_run_returns.pm k_selects.pm k_sig_child.pm k_signals.pm \
+ sbk_signal_init.pm \
ses_nfa.pm ses_session.pm wheel_accept.pm wheel_curses.pm \
wheel_readline.pm wheel_readwrite.pm wheel_run.pm wheel_sf_ipv6.pm \
- wheel_sf_tcp.pm wheel_sf_udp.pm wheel_sf_unix.pm wheel_tail.pm
+ wheel_sf_tcp.pm wheel_sf_udp.pm wheel_sf_unix.pm wheel_tail.pm \
+ z_leolo_wheel_run.pm z_merijn_sigchld_system.pm z_rt39872_sigchld.pm \
+ z_rt39872_sigchld_stop.pm z_steinert_signal_integrity.pm
.for t in ${TESTS_TO_FIX}
REPLACE_PERL+= lib/POE/Test/Loops/${t}
diff --git a/devel/p5-POE-Test-Loops/distinfo b/devel/p5-POE-Test-Loops/distinfo
index 26232dcb7c3..7f5d376d62a 100644
--- a/devel/p5-POE-Test-Loops/distinfo
+++ b/devel/p5-POE-Test-Loops/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/08/20 09:20:31 minskim Exp $
+$NetBSD: distinfo,v 1.4 2009/11/21 20:27:27 seb Exp $
-SHA1 (POE-Test-Loops-1.021.tar.gz) = 08b5de9ae6e806c7fa56ab233d2fa341d2a73872
-RMD160 (POE-Test-Loops-1.021.tar.gz) = 7f090e47d5566f38ba9d2914a67409754b7a39eb
-Size (POE-Test-Loops-1.021.tar.gz) = 54208 bytes
+SHA1 (POE-Test-Loops-1.030.tar.gz) = f14eeb1b9fd6d35d8ebe248f4b496abbbded3505
+RMD160 (POE-Test-Loops-1.030.tar.gz) = 6e48af77a790ba4ae50845e658cd47e4fff6494a
+Size (POE-Test-Loops-1.030.tar.gz) = 58840 bytes