Subject: | Bleadperl 22bc907 breaks testsuite |
git bisect on bleadperl finds the commit that broke the test suite:
commit 22bc907ae9b9703f36931e4de30ca013ddb732f6
Author: Nicholas Clark <nick@ccl4.org>
Date: Mon Oct 18 10:22:44 2010 +0200
Convert File::Glob::import to use given/when.
The test suite then breaks like so:
t/02-perlreq.t .... 1/?
# Failed test 'File/Glob.pm dependencies'
# at t/02-perlreq.t line 32.
# got: 'perl(feature.pm) perl(Text/ParseWords.pm)
perl(warnings.pm) perl(XSLoader.pm)'
# expected: 'perl(Text/ParseWords.pm) perl(XSLoader.pm)'
# Looks like you failed 1 test of 10.
t/02-perlreq.t .... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests
It seems that the test makes assumptions about how some other module
works and breaks when this other code is changed. Right?
Let me know if you need further information.
Ahh, this may be interesting: git describe says v5.13.5-497-g22bc907
about this perl
Cheers,