Skip Menu |

This queue is for tickets about the Event CPAN distribution.

Report information
The Basics
Id: 49260
Status: resolved
Priority: 0/
Queue: Event

People
Owner: Nobody in particular
Requestors: rlhicks [...] wehicks.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Event fails tests on OSX Leopard
Date: Sun, 30 Aug 2009 15:43:21 -0400
To: bug-Event [...] rt.cpan.org
From: Robert Hicks <rlhicks [...] wehicks.com>
t/io.t ............ 3/8 # Test 6 got: "0" (t/io.t at line 91) # Expected: "1" # t/io.t line 91 is: skip $bogus_fd_detection, $noticed_bogus_fd, 1; # Failed test 7 in t/io.t at line 92 # t/io.t line 92 is: skip $bogus_fd_detection, !defined $bogus->fd; t/io.t ............ Failed 2/8 subtests t/leak.t .......... ok t/leak2.t ......... ok t/loop.t .......... ok t/now.t ........... ok t/reenter.t ....... ok t/signal.t ........ ok t/timeout_cb.t .... ok t/timer.t ......... ok t/unconfigured.t .. ok t/var.t ........... ok Test Summary Report ------------------- t/io.t (Wstat: 0 Tests: 8 Failed: 2) Failed tests: 6-7 Files=23, Tests=121, 12 wallclock secs ( 0.11 usr 0.09 sys + 2.59 cusr 0.81 csys = 3.60 CPU) Result: FAIL Failed 1/23 test programs. 2/121 subtests failed. make: *** [test_dynamic] Error 255 JPRIT/Event-1.12.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports JPRIT/Event-1.12.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: JPRIT/Event-1.12.tar.gz : make_test NO
From: toddr [...] null.net
Note this is probably a snow leopard (64 bit) issue: $>prove -bvm t/io.t t/io.t .. 1..8 # Running under perl version 5.010001 for darwin # Current time local: Tue Oct 6 14:52:54 2009 # Current time GMT: Tue Oct 6 19:52:54 2009 # Using Test.pm version 1.25_02 ok 1 ok 2 ok 3 ok 4 ok 5 not ok 6 # Test 6 got: "0" (t/io.t at line 91) # Expected: "1" # t/io.t line 91 is: skip $bogus_fd_detection, $noticed_bogus_fd, 1; not ok 7 # Failed test 7 in t/io.t at line 92 # t/io.t line 92 is: skip $bogus_fd_detection, !defined $bogus->fd; ok 8 Failed 2/8 subtests Test Summary Report ------------------- t/io.t (Wstat: 0 Tests: 8 Failed: 2) Failed tests: 6-7 Files=1, Tests=8, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.48 cusr 0.54 csys = 2.05 CPU) Result: FAIL
From: dsteinbrunner [...] pobox.com
On Tue Oct 06 15:54:02 2009, todd_rinaldo wrote: Show quoted text
> Note this is probably a snow leopard (64 bit) issue:
I'm running perl 5.12.2 on os x 10.6.5 and get the same errors. Is it safe to install this module? Is there any chance this is a fix or workaround at the module level?
On Tue Nov 23 11:17:02 2010, dsteinbrunner@pobox.com wrote: Show quoted text
> On Tue Oct 06 15:54:02 2009, todd_rinaldo wrote:
> > Note this is probably a snow leopard (64 bit) issue:
> > I'm running perl 5.12.2 on os x 10.6.5 and get the same errors. Is it > safe to install this module? > Is there any chance this is a fix or workaround at the module level?
It looks like a deficiency in OS X. However, you probably don't care whether Event can detect whether a file descriptor is valid. You can probably get by with using Event in spite of this test failure. It looks like everything else is working.
From: dsteinbrunner [...] pobox.com
On Tue Oct 06 15:54:02 2009, todd_rinaldo wrote: Show quoted text
> Note this is probably a snow leopard (64 bit) issue:
Just a note that I tested this on PPC G5 10.5.8 leopard box and got the same error.
Can you try again with Event 1.15? I have added code to skip the failing test for Darwin. In any case, it should be safe to install Event.
From: dsteinbrunner [...] pobox.com
On Wed May 18 11:28:13 2011, JPRIT wrote: Show quoted text
> Can you try again with Event 1.15? I have added code to skip the failing > test for Darwin. In any case, it should be safe to install Event.
Missed the email update on this ticket but just decided to check again out of the blue and found that Event installed for me on my 10.6.8 install.
On Tue Jun 28 18:18:39 2011, dsteinbrunner@pobox.com wrote: Show quoted text
> Missed the email update on this ticket but just decided to check again > out of the blue and found > that Event installed for me on my 10.6.8 install.
Sounds good. I'll resolve this ticket.