On Thu Jun 05 20:33:52 2014, MARKLE wrote:
Show quoted text> This is now broken in the current release version 5.20.0.
Show quoted text> cpan[1]> install Devel::Size
Show quoted text> Test Summary Report
> -------------------
> t/basic.t (Wstat: 139 Tests: 9 Failed: 0)
> Non-zero wait status: 139
> Parse errors: Bad plan. You planned 30 tests but ran 9.
> t/code.t (Wstat: 139 Tests: 0 Failed: 0)
> Non-zero wait status: 139
> Parse errors: Bad plan. You planned 14 tests but ran 0.
> t/globs.t (Wstat: 139 Tests: 9 Failed: 0)
> Non-zero wait status: 139
> Parse errors: Bad plan. You planned 44 tests but ran 9.
> t/magic.t (Wstat: 256 Tests: 18 Failed: 1)
> Failed test: 11
> Non-zero exit status: 1
> t/pvbm.t (Wstat: 0 Tests: 2 Failed: 0)
> TODO passed: 2
> t/recurse.t (Wstat: 139 Tests: 80 Failed: 0)
> Non-zero wait status: 139
> Parse errors: Bad plan. You planned 84 tests but ran 80.
> Files=9, Tests=120, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.54
> cusr 0.28 csys = 0.91 CPU)
> Result: FAIL
Applying zefram's patches from [rt.cpan.org #88182] and [rt.cpan.org #88180] get this down to just
# Failed test 'Size doesn't change because OOK is used'
# at t/basic.t line 122.
# got: '42'
# expected: '48'
# Looks like you failed 1 test of 30.
I've filed [perl #122322] about OOK not triggering anymore in such cases; it changed with the enabling of COW for 5.19.1.