Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\01_conn.t t\02_conn_stream.t t\03_conn_tcpstream.t t\04_conn_unixstream.t t\05_client-server_tcp.t t\06_client-server_unix.t t\01_conn..................1..32 ok 1 - use POE::Class::Conn; ok 2 - require POE::Class::Conn; ok 3 - The object isa POE::Class::Conn ok 4 - The object isa POE::Class ok 5 - POE::Class::Conn->can(...) ok 6 - get_driver() returned a defined value ok 7 - Driver defaults to POE::Driver::SysRW ok 8 - get_filter() returned a defined value ok 9 - Filter defaults to POE::Filter::Line ok 10 - shutdown_on_error() returned a defined value ok 11 - shutdown_on_error() defaults to 1 ok 12 - Socket defaulted to undefined ok 13 - Wheel defaults to undefined Connection got test error 10053 (testing, ignore) ok 14 - Virtual method create_wheel() dies ok 15 - Virtual method handler_input() dies ok 16 - disconnect() undefines socket ok 17 - disconnect() undefines wheel ok 18 - handler_start() called create_states ok 19 - handler_start() called create_wheel ok 20 - handler_error() yielded ok ok 21 - handler_error() set got_error ok 22 - start returned a valid session isa POE::Session ok 23 - handler_error() yielded shutdown ok 24 - handler_shutdown() called disconnect Connection got test error 10053 (testing, ignore) ok 25 - handler_error() yielded ok ok 26 - handler_error() did not set got_error ok 27 - handler_error() did not yield shutdown ok 28 - handler_put() called put() ok 29 - wheel got correct output ok 30 - handler_flush() called disconnect in shutdown mode ok 31 - handler_flush() did not call disconnect not in shutdown mode ok 32 - handler_start() called ok t\02_conn_stream...........1..10 ok 1 - use POE::Class::Conn::Stream; ok 2 - require POE::Class::Conn::Stream; Port: 31909 ok 3 - The object isa POE::Class::Conn::Stream ok 4 - server created wheel isa POE::Wheel::ReadWrite ok 5 - The object isa POE::Session ok 6 - The object isa POE::Class::Conn::Stream ok 7 - client created wheel isa POE::Wheel::ReadWrite ok 8 - The object isa POE::Session ok 9 - server got client input ok 10 - client got server input ok t\03_conn_tcpstream........1..15 ok 1 - use POE::Class::Conn::TCPStream; ok 2 - require POE::Class::Conn::TCPStream; ok 3 - The object isa POE::Class::Conn::TCPStream ok 4 - socket set ok 5 - remote_address set ok 6 - remote_port set ok 7 - remote_ip set ok 8 - domain set ok 9 - server created wheel isa POE::Wheel::ReadWrite ok 10 - The object isa POE::Session ok 11 - The object isa POE::Class::Conn::TCPStream ok 12 - client created wheel isa POE::Wheel::ReadWrite ok 13 - The object isa POE::Session ok 14 - server got client input ok 15 - client got server input ok t\04_conn_unixstream.......1..11 ok 1 # skip no unix sockets on win32 ok 2 # skip no unix sockets on win32 ok 3 # skip no unix sockets on win32 ok 4 # skip no unix sockets on win32 ok 5 # skip no unix sockets on win32 ok 6 # skip no unix sockets on win32 ok 7 # skip no unix sockets on win32 ok 8 # skip no unix sockets on win32 ok 9 # skip no unix sockets on win32 ok 10 # skip no unix sockets on win32 ok 11 # skip no unix sockets on win32 ok 11/11 skipped: no unix sockets on win32 t\05_client-server_tcp.....1..42 ok 1 - use POE::Class::Server::TCP; ok 2 - use POE::Class::Client::TCP; ok 3 - require POE::Class::Server::TCP; ok 4 - require POE::Class::Client::TCP; ok 5 - server new() returned an object of the correct type isa MyTest::Server::TCP ok 6 - Server: connect() created a POE::Wheel::SocketFactory isa POE::Wheel::SocketFactory ok 7 - Server: handler_start() called create_states ok 8 - Server: handler_start called connect Got test error 1 (Server: testing, ignore) ok 9 - Server: disconnect() set wheel to undef ok 10 - Server: handler_shutdown called disconnect ok 11 - Server: handler_error() called handler_shutdown() ok 12 - Server: handler_error() called ok 13 - server start() returned the correct session isa POE::Session ok 14 - client new() returned an object of the correct type isa MyTest::Client::TCP Got test error 1 (Client: testing, ignore) ok 15 - Client: connect() created a POE::Wheel::SocketFactory isa POE::Wheel::SocketFactory ok 16 - Client: handler_start() called create_states ok 17 - Client: handler_start called connect ok 18 - Client: disconnect() set wheel to undef ok 19 - Client: disconnect() set connected status ok 20 - Client: disconnect() called timeout_alarm ok 21 - Client: handler_shutdown() called disconnect ok 22 - Client: handler_error() called handler_shutdown() ok 23 - Client: handler_error() called ok 24 - Client: disconnect() set wheel to undef ok 25 - Client: disconnect() set connected status ok 26 - Client: disconnect() called timeout_alarm ok 27 - Client: handler_timeout() called disconnect ok 28 - Client: handler_error() called ok 29 - client start() returned the correct session isa POE::Session ok 30 - Server: handler_connection() created child session isa MyTest::Conn::Server::TCPStream ok 31 - Client: handler_connection() created child session isa MyTest::Conn::Client::TCPStream ok 32 - Client: handler_connection() set connected to 1 ok 33 - Client: handler_connection() called timeout_alarm ok 34 - Server: handler_connection() created child session isa MyTest::Conn::Server::TCPStream ok 35 - server got client input ok 36 - server got client input ok 37 - Client: disconnect() set wheel to undef ok 38 - Client: disconnect() set connected status ok 39 - Client: disconnect() called timeout_alarm ok 40 - Client: handler_shutdown() called disconnect ok 41 - Server: disconnect() set wheel to undef ok 42 - Server: handler_shutdown called disconnect ok t\06_client-server_unix....Undefined subroutine &main::skip called at t\06_client-server_unix.t line 4. BEGIN failed--compilation aborted at t\06_client-server_unix.t line 11. dubious Test returned status 255 (wstat 65280, 0xff00) Failed 1/6 test scripts, 83.33% okay. 0/110 subtests failed, 100.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\06_client-server_unix.t 255 65280 ?? ?? % ?? 11 subtests skipped. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.