Subject: | Test failure with perl 5.21.6 |
12_dumped_eq_dump_or_diff.t fails with perl 5.21.6. With perl 5.21.5 the test suite runs fine, so this may or may not be a regression in perl itself:
# Failed test 'subtest 'expected undef' of '' compare diag'
# at t/12_dumped_eq_dump_or_diff.t line 37.
# Got diag (282 bytes):
# '+---+-------------------------+---+----------+'
# '| Ln|Got | Ln|Expected |'
# '+---+-------------------------+---+----------+'
# '* 1|'0000 : 31 : 1 * 1|undef *'
# '* 2|' * | |'
# '+---+-------------------------+---+----------+'
# Expected diag (294 bytes):
# '+---+---------------------------+---+----------+'
# '| Ln|Got | Ln|Expected |'
# '+---+---------------------------+---+----------+'
# '* 1|'0000 : 31 : 1\n * 1|undef *'
# '* 2|' * | |'
# '+---+---------------------------+---+----------+'
# Looks like you failed 1 test of 30.
t/12_dumped_eq_dump_or_diff.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/30 subtests