Subject: | PERL5LIB=lib prove t/costmodel-logged.t failed |
Date: | Tue, 16 Feb 2010 03:34:00 +0100 |
To: | bug-RDF-Query [...] rt.cpan.org |
From: | Marc Chantreux <khatar [...] phear.org> |
hello Gregory,
I tried to package RDF::Query on a i386 debian sid. the
PERL5LIB=lib prove t/costmodel-logged.t
test failed as at bottom.
thanks for help
marc
# Failed test 'Cost of 2-bound triple'
# at t/costmodel-logged.t line 111.
# got: '100'
# expected: '2.5'
# Failed test 'Cost of 1-bound triple'
# at t/costmodel-logged.t line 118.
# got: '10000'
# expected: '4'
# Failed test 'Cost of a 1bb,1b2 BGP'
# at t/costmodel-logged.t line 132.
# got: '20100'
# expected: '10006.5'
# Failed test 'Cost of a 1bb,1b2 BGP (push down)'
# at t/costmodel-logged.t line 142.
# got: '10100'
# expected: '252.5'
# Failed test 'Cost of a 1bb,2bb BGP'
# at t/costmodel-logged.t line 152.
# got: '10200'
# expected: '10005'
# Looks like you failed 5 tests of 7.
t/costmodel-logged.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/7 subtests
Test Summary Report
-------------------
t/costmodel-logged.t (Wstat: 1280 Tests: 7 Failed: 5)
Failed tests: 3-7
Non-zero exit status: 5
Files=1, Tests=7, 7 wallclock secs ( 0.07 usr 0.01 sys + 6.95 cusr 0.06 csys = 7.09 CPU)
Result: FAIL