Skip Menu |

This queue is for tickets about the overload-x CPAN distribution.

Report information
The Basics
Id: 126042
Status: resolved
Priority: 0/
Queue: overload-x

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.101
Fixed in: 0.102



Subject: t/01-test.t fails (if Data::Clone is installed?) (0.101)
On some of my smokers the test suite fails: ... # Failed test at t/01-test.t line 12. # got: '4' # expected: '2' # Failed test at t/01-test.t line 13. # got: '4' # expected: '3' # Failed test at t/01-test.t line 16. # got: '4' # expected: '1' # Failed test at t/01-test.t line 17. # got: '4' # expected: '1' # Failed test at t/01-test.t line 18. # got: '4' # expected: '1' # Failed test at t/01-test.t line 22. # got: '4' # expected: '2' # Failed test at t/01-test.t line 23. # got: '4' # expected: '3' # Looks like you failed 7 tests of 15. t/01-test.t ....... Dubious, test returned 7 (wstat 1792, 0x700) Failed 7/15 subtests ... This seems to happen if Function::Fallback::CoreOrPP picks Data::Clone for the clone function.
On 2018-08-11 04:02:02, SREZIC wrote: Show quoted text
> On some of my smokers the test suite fails: > > ... > # Failed test at t/01-test.t line 12. > # got: '4' > # expected: '2' > > # Failed test at t/01-test.t line 13. > # got: '4' > # expected: '3' > > # Failed test at t/01-test.t line 16. > # got: '4' > # expected: '1' > > # Failed test at t/01-test.t line 17. > # got: '4' > # expected: '1' > > # Failed test at t/01-test.t line 18. > # got: '4' > # expected: '1' > > # Failed test at t/01-test.t line 22. > # got: '4' > # expected: '2' > > # Failed test at t/01-test.t line 23. > # got: '4' > # expected: '3' > # Looks like you failed 7 tests of 15. > t/01-test.t ....... > Dubious, test returned 7 (wstat 1792, 0x700) > Failed 7/15 subtests > ... > > This seems to happen if Function::Fallback::CoreOrPP picks Data::Clone > for the clone function.
Seems to be fixed now.