Skip Menu |

This queue is for tickets about the MooseX-Types-VariantTable CPAN distribution.

Report information
The Basics
Id: 57993
Status: open
Priority: 0/
Queue: MooseX-Types-VariantTable

People
Owner: Nobody in particular
Requestors: chrisb [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: Test failures with Moose 1.05
Attempting to build this module with the new version of Moose (1.05) results in a test failure: Show quoted text
> make[1]: Entering directory `/build/user-libmoosex-types-varianttable-
perl_0.04-1-amd64-RLFJTU/libmoosex-types-varianttable-perl-0.04' Show quoted text
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Show quoted text
> t/basic.t ....... ok > Ambiguous match
MooseX::Types::Structured::Tuple[MooseX::Types::Structured::Tuple[Paper, Stone],MooseX::Types::Structured::Dict[]], MooseX::Types::Structured::Tuple[MooseX::Types::Structured::Tuple[Item,I tem],MooseX::Types::Structured::Dict[]] at t/structured.t line 61 Show quoted text
> # Looks like you planned 16 tests but ran 5. > # Looks like your test exited with 255 just after 5. > t/structured.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 11/16 subtests > t/sugar.t ....... ok > > Test Summary Report > ------------------- > t/structured.t (Wstat: 65280 Tests: 5 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 16 tests but ran 5. > Files=3, Tests=57, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.78 cusr
0.03 csys = 0.84 CPU) Show quoted text
> Result: FAIL > Failed 1/3 test programs. 0/57 subtests failed. > make[1]: *** [test_dynamic] Error 255
Building with the previous version of Moose (1.03) is fine. This bug was originally reported in the Debian bug tracking system: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583464 CPANTesters is also reporting failures: http://www.cpantesters.org/cpan/report/07338264-b19f-3f77-b713- d32bba55d77f
Hi, tests no longer fail with Moose-1.06, MooseX::Types-0.22 and MooseX::Types::Structured-0.22. This was probably the same issue that caused MooseX::Types::Structured's tests to fail (RT #57904). I think this bug can be marked as resolved. Regards, Ansgar