Skip Menu |

This queue is for tickets about the Tie-Hash-Check CPAN distribution.

Report information
The Basics
Id: 100706
Status: resolved
Priority: 0/
Queue: Tie-Hash-Check

People
Owner: SKIM [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: 0.02



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.
Dne Čt 04.pro.2014 14:09:50, SREZIC napsal(a): Show quoted text
> 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.
Thanks for hint about hash randomization. I will change test to qr(\d/8}. Regard, Michal Špaček