Subject: | Failed tests in 06_remove and 09_duplicates in version 0.11 |
make test is failing in two places:
% make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load............ok
t/01_new.............ok
t/02_insert..........ok
t/03_lcs.............ok
t/04_lrs.............ok
t/05_clear...........ok
t/06_remove..........dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/07_memleak.........ok
t/08_find............ok
t/09_duplicates......dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-13
Failed 12/13 tests, 7.69% okay
t/10_pod.............ok
t/11_pod_coverage....ok
t/12_string..........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------
t/06_remove.t 0 11 5 10 200.00% 1-5
t/09_duplicates.t 0 11 13 24 184.62% 2-13
Failed 2/13 test scripts, 84.62% okay. 17/59 subtests failed, 71.19% okay.
make: *** [test_dynamic] Error 255
I'm also getting the following warning when I make the module:
Suffix.xs: In function 'XS_Tree__Suffix_find':
Suffix.xs:280: warning: ISO C90 forbids mixed declarations and code
Distribution:
Tree-Suffix-0.11
libstree version:
0.4.2
Perl version:
v5.8.8 built for i686-linux
Operating system:
Linux caspar 2.6.15-1-686-smp #1 SMP Tue Feb 21 20:34:39 UTC 2006 i686
GNU/Linux