POE 1.299 failed test 'transpose' wheel_readline.pm on solaris 10
chris cobucci <[email protected]> Wed, 20 Apr 2011 11:56:29 -0400
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
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