Subject: | Cache::Simple::TimedExpiry fails to pass tests |
Date: | Tue, 22 Aug 2006 16:15:00 +0100 |
To: | <bug-Cache-Simple-TimedExpiry [...] rt.cpan.org> |
From: | "Norton, Ian" <i.norton [...] lancaster.ac.uk> |
I can't see any obvious cause for this problem:
[root@localhost Cache-Simple-TimedExpiry-0.24]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01basic....ok 18/0
# Failed test in t/01basic.t at line 46.
t/01basic....NOK 23# got: undef
# expected: 'WithEmptyKey'
# Failed test in t/01basic.t at line 48.
t/01basic....NOK 24# got: undef
# expected: 'WithZeroKey'
# Failed test in t/01basic.t at line 49.
t/01basic....NOK 25# got: '0'
# expected: '1'
# Failed test in t/01basic.t at line 50.
t/01basic....NOK 26# got: '0'
# expected: '1'
# Failed test in t/01basic.t at line 52.
t/01basic....NOK 27# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = ''
# Looks like you failed 5 tests of 27.
t/01basic....dubious
Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 23-27
Failed 5/27 tests, 81.48% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01basic.t 5 1280 27 5 18.52% 23-27
Failed 1/1 test scripts, 0.00% okay. 5/27 subtests failed, 81.48% okay.
make: *** [test_dynamic] Error 5
I've pulled 1.23 and compiled that without a problem, but I thought I should
probably report this as this version has only been up for 4 days.
Regards, Ian.