Tada, here are test results on win2k:

        C:\Perl\bin\Perl.exe -Mblib -IC:\Perl\lib -IC:\Perl\lib -e "use
Test::Ha
rness qw(&runtests $verbose); $verbose=0; runtests @ARGV;" t\00_coverage.t
t\01_
sessions.t t\02_alarms.t t\03_aliases.t t\04_selects.t t\05_macros.t
t\06_tk.t t
\07_event.t t\08_errors.t t\09_wheels_unix.t t\10_wheels_tcp.t
t\11_signals_poe.
t t\12_signals_ev.t t\13_wheels_udp.t t\14_wheels_ft.t t\15_filter_block.t
t\16_
filter_stream.t t\17_filter_ref.t t\18_filter_line.t t\19_filterchange.t
t\20_ac
cept.t t\21_gtk.t t\22_wheel_run.t t\23_nfa.t t\24_filter_stack.t
t\25_detach.t
Using C:/work/poe/blib
t\00_coverage.......ok
t\01_sessions.......ok, 2/29 skipped: Windows doesn't seem to do signals
t\02_alarms.........ok
t\03_aliases........ok
t\04_selects........ok
t\05_macros.........ok
t\06_tk.............skipped: need the Tk module installed to run this test
t\07_event..........skipped: need the Event module installed to run this
test
t\08_errors.........dubious
        Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 1-60
        Failed 60/60 tests, 0.00% okay
t\09_wheels_unix....skipped: Windows doesn't seem to do UNIX sockets
t\10_wheels_tcp.....ok
t\11_signals_poe....skipped: Windows doesn't seem to do signals
t\12_signals_ev.....skipped: the Event module is not installed
t\13_wheels_udp.....ok
t\14_wheels_ft......select error: Bad file descriptor at macro
substrate_main_lo
op (defined in C:/work/poe/blib/lib/POE/Kernel/Select.pm at line 249)
invoked fr
om C:/work/poe/blib/lib/POE/Kernel.pm line 1155
        POE::Kernel::run('POE::Kernel=ARRAY(0x1e513a0)') called at
t\14_wheels_f
t.t line 206
t\14_wheels_ft......dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-9
        Failed 9/9 tests, 0.00% okay
t\15_filter_block...ok
t\16_filter_stream..ok
t\17_filter_ref.....skipped: can't test without either Storable or
FreezeThaw
t\18_filter_line....ok
t\19_filterchange...ok
t\20_accept.........ok
t\21_gtk............skipped: need the Gtk module installed to run this
test
t\22_wheel_run......NMAKE : fatal error U1058: terminated by user
Stop.
^C

22_wheel_run hung for a few minutes, so I ^C'd it, and edited 22_wheel_run
to turn on
tracing.  Here's the output:

C:\work\poe>perl -w t\22_wheel_run.t
1..24
>>> dispatching _start to POE::Session=ARRAY(0x1d8a5c4) session 2

It hung here for a few more minutes, so I tried to ^C it.  It did enqueqe
the signal
(}}} enqueuing state '_signal' for session pikachu-3b65c1ec000005a4) but
it didn't
actually process it.  I ended up killing the process.

Also, test 8 gave me a Dr. Watson:
The application, , generated an application error The error occurred on
07/30/2001 @ 13:26:51.406 The exception generated was c0000005 at address
28073CC6 (Perl_my_atof)

I ran 23-25 manually, and they completed okay.

For posterity, here are the test results, minus 22 (I changed the number
of tests to 0):
Failed Test      Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------

t\08_errors.t              5  1280    60   60 100.00%  1-60
t\14_wheels_ft.t         255 65280     9    9 100.00%  1-9
8 tests and 2 subtests skipped.
Failed 2/26 test scripts, 92.31% okay. 69/402 subtests failed, 82.84%
okay.

This is Windows 2000 SP2 using nmake 1.62.7022, cl 11.00.7022, link
5.00.7022, all from MSVC++ 5.0 Pro.

-a

(Please excuse the funky line wrapping...)

Reply via email to