Using nmake -i test, I was able to get the following output. Tests
04_selects.t, 19_filterchange.t and 22_wheel_run.t where skipped, due to
hanging.

If there is any particular results/output you want tested on W2K, just let
me know.

- MW

---

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\POE-0.15>perl -v

This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Binary build 628 provided by ActiveState Tool Corp.
http://www.ActiveState.com
Built 15:41:05 Jul  4 2001

C:\POE-0.15>nmake -i test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        E:\Perl\bin\Perl.exe ./lib/deptest.perl
Reading dependency hints from NEEDS.
Gathering files from MANIFEST.
Building dependency tree.
Filter::Util::Call was used ok, but it didn't appear in %INC at
./lib/deptest.pe
rl line 328.
        E:\Perl\bin\Perl.exe -Mblib -IE:\Perl\lib -IE:\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:/POE-0.15/blib
t\00_coverage.......ok
t\01_sessions.......dubious
        Test returned status 14 (wstat 3584, 0xe00)
DIED. FAILED tests 1-29
        Failed 29/29 tests, 0.00% okay
t\02_alarms.........ok
t\03_aliases........ok
t\04_selects........can't open t\04_selects.t. No such file or directory
can't close t\04_selects.t. Bad file descriptor
Can't open perl script "t\04_selects.t": No such file or directory
t\04_selects........dubious
        Test returned status 2 (wstat 512, 0x200)
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.........ok 1/26Subroutine EWOULDBLOCK redefined at
C:/POE-0.15/blib/
lib/POE/Kernel.pm line 6
Subroutine F_GETFL redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line 6
Subroutine F_SETFL redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line 6
Subroutine EINPROGRESS redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line
6
t\08_errors.........ok 2/26Subroutine EWOULDBLOCK redefined at
C:/POE-0.15/blib/
lib/POE/Kernel.pm line 6
Subroutine F_GETFL redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line 6
Subroutine F_SETFL redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line 6
Subroutine EINPROGRESS redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line
6
t\08_errors.........ok 3/26Subroutine EWOULDBLOCK redefined at
C:/POE-0.15/blib/
lib/POE/Kernel.pm line 6
Subroutine F_GETFL redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line 6
Subroutine F_SETFL redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line 6
Subroutine EINPROGRESS redefined at C:/POE-0.15/blib/lib/POE/Kernel.pm line
6
t\08_errors.........dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 20-26
        Failed 7/26 tests, 73.08% 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 (line 89) invoked from C:/POE-0.15/blib/lib/POE/Kernel.pm line 1153
        POE::Kernel::run('POE::Kernel=ARRAY(0x1eab9a4)') called at
t\14_wheels_f
t.t line 205
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...can't open t\19_filterchange.t. No such file or
directory
can't close t\19_filterchange.t. Bad file descriptor
Can't open perl script "t\19_filterchange.t": No such file or directory
t\19_filterchange...dubious
        Test returned status 2 (wstat 512, 0x200)
t\20_accept.........ok
t\21_gtk............skipped: need the Gtk module installed to run this test
t\22_wheel_run......can't open t\22_wheel_run.t. No such file or directory
can't close t\22_wheel_run.t. Bad file descriptor
Can't open perl script "t\22_wheel_run.t": No such file or directory
t\22_wheel_run......dubious
        Test returned status 2 (wstat 512, 0x200)
t\23_nfa............ok
t\24_filter_stack...ok
t\25_detach.........ok
Failed Test         Status Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
----

t\01_sessions.t           14  3584    29   29 100.00%  1-29
t\04_selects.t             2   512    ??   ??       %  ??
t\08_errors.t              2   512    26    7  26.92%  20-26
t\14_wheels_ft.t         255 65280     9    9 100.00%  1-9
t\19_filterchange.t        2   512    ??   ??       %  ??
t\22_wheel_run.t           2   512    ??   ??       %  ??
7 tests skipped.
Failed 6/26 test scripts, 76.92% okay. 45/297 subtests failed, 84.85% okay.

Reply via email to