Subject: | Possible hash randomization problems in test suite |
Sometimes the test suite fails for newer perls with the following output:
# Failed test at t/Tie-Hash-Check/11-scalar.t line 15.
# got: '1/8'
# expected: '2/8'
# Looks like you failed 1 test of 1.
t/Tie-Hash-Check/11-scalar.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
It's possible that the recently introduced hash randomization is causing this problem.