| Newsgroups |
perl.poe |
| Message-ID |
<[email protected]> |
chris cobucci wrote:
> dear poe geni:
> I hope I am sending to the right list. Can you give
> some direction here? (yes, I turn around for a second and there is a
> later version!)
>
> LIFE IS GOOD:
> IO-Tty 1.07 (not sure if relevant)
>
> IO 1.2301 (not sure if relevant)
> sol10->sparc->gcc3.4.6->perl5.8.8(64int)->poe 1.0003
>
> LIFE IS BAD (SAME MACHINE,SAME ENV):
> sol10->sparc->gcc3.4.6->perl5.8.8(64int)->poe 1.299
>
> added the required poe test loop 1.050 (not sure if relevant)
>
> updated the required IO-Tty to 1.10 (not sure if relevant)
>
> The dirty is below.
> Any help is appreciated and keep kicking butt!
> Chris
>
>
> #####################################################
> OUTPUT of make test for the 2 failures:
>
> t/30_loops/io_poll/wheel_readline..................4/6
> # Failed test 'transpose'
> # in /my/prefix/lib/perl5/site_perl/5.8.8/POE/Test/Loops/wheel_readline.pm at line 344.
> # got: 'two one 2112'
> # expected: 'two one 2121'
> # Looks like you failed 1 test of 6.
> t/30_loops/io_poll/wheel_readline.................. Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/6 subtests
>
> t/30_loops/select/wheel_readline...................5/6
> # Failed test 'transpose'
> # in /my/prefix/lib/perl5/site_perl/5.8.8/POE/Test/Loops/wheel_readline.pm at line 344.
> # got: 'two one 2112'
> # expected: 'two one 2121'
> # Looks like you failed 1 test of 6.
> t/30_loops/select/wheel_readline................... Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/6 subtests
>
>
>
>
>
> Test Summary Report
> -------------------
> t/30_loops/io_poll/wheel_readline (Wstat: 256 Tests: 6 Failed: 1)
> Failed test: 6
> Non-zero exit status: 1
> t/30_loops/select/wheel_readline (Wstat: 256 Tests: 6 Failed: 1)
> Failed test: 6
> Non-zero exit status: 1
> Files=154, Tests=4010, 249 wallclock secs ( 3.43 usr 1.41 sys + 65.02 cusr 11.31 csys = 81.17 CPU)
> Result: FAIL
> Failed 2/154 test programs. 2/4010 subtests failed.
> *** Error code 29
> make: Fatal error: Command failed for target `test_dynamic'
>
>
> #####################################################END
>
>
>
>
Hello Chris,
Yeah, this is the right list :)
The transpose test was a recent addition to POE. Can you please run
the test under prove? ( pick select or io_poll, they both error in the
same way )
i.e. prove -bv t/30_loops/select/wheel_readline.t
The latest POE requires POE::Test::Loops 1.050 so you did the right
thing there by installing it. Are you sure you updated all required
modules to their latest version because POE 1.310 requires IO 1.24 and
you said you had IO 1.2301? Also, to run the readline test you should
have Term::ReadKey, IO::Pty, and Term::Cap updated to the latest modules
just to be sure.
Hope we can help you fix this! Thanks again for reporting it :)
~Apocalypse