[perl #31920] Win32 nci test failure - tests 35-37 42-43

2005-02-19 Thread Ron Blaschke via RT
t/pmc/nci.t passes. Please close this ticket. t\pmc\nciok All tests successful. Files=1, Tests=56, 19 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)

Re: [perl #31920] Win32 nci test failure - tests 35-37 42-43

2004-10-11 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > # cb didnt run Yep. Callbacks are all considered being asynchronous. That means: running callbacks need the event loop running, which isn't the case for Windows. These tests should be skipped on Win32 and moved to event.t or similar. Additionally it woul