Subject: | New tests fail when in core |
The two new tests fail when integrated into core:
[canker:(blead)]$ ./perl harness -v ../cpan/Pod-Usage/t/pod/headwithmarkup.t
../cpan/Pod-Usage/t/pod/headwithmarkup.t ..
1..1
Cannot find blib even in /usr/home/bingos/repos/perl.git/cpan/Pod-Usage/../../../../..
BEGIN failed--compilation aborted.
# Failed test at t/pod/headwithmarkup.t line 10.
# got: ''
# expected: 'backup pkg please dest: Para for backup.'
not ok 1
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
../cpan/Pod-Usage/t/pod/headwithmarkup.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.08 cusr 0.02 csys = 0.11 CPU)
Result: FAIL
[canker:(blead)]$ ./perl harness -v ../cpan/Pod-Usage/t/pod/selectheaders.t
../cpan/Pod-Usage/t/pod/selectheaders.t ..
1..2
Cannot find blib even in /usr/home/bingos/repos/perl.git/cpan/Pod-Usage/../../../../..
BEGIN failed--compilation aborted.
# Failed test 'selection of Foo section'
# at t/pod/selectheaders.t line 9.
# got: ''
# expected: 'Foo: This is foo'
not ok 1 - selection of Foo section
Cannot find blib even in /usr/home/bingos/repos/perl.git/cpan/Pod-Usage/../../../../..
BEGIN failed--compilation aborted.
# Failed test 'selection of Bar section'
# at t/pod/selectheaders.t line 14.
# got: ''
# expected: 'Bar: This is bar.'
not ok 2 - selection of Bar section
# Looks like you failed 2 tests of 2.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Test Summary Report
-------------------
../cpan/Pod-Usage/t/pod/selectheaders.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.12 cusr 0.02 csys = 0.15 CPU)
Result: FAIL
blib doesn't exist when building in core as modules are copied to lib/ in root of the
perl source tree instead.