Subject: | Test failures because of different order |
t/blackbox/countries.t may fail like this:
# Failed test 'es - 41.39266,2.19790'
# at t/blackbox/countries.t line 53.
# got: 'Avinguda del Bogatell, Biblioteca Xavier Benguerel, 17, 08005 Barcelona, Spain'
# expected: 'Biblioteca Xavier Benguerel, Avinguda del Bogatell, 17, 08005 Barcelona, Spain'
# Looks like you failed 1 test of 140.
t/blackbox/countries.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/140 subtests
The problem happens only for perl >= 5.18 (see http://matrix.cpantesters.org/?dist=Geo-Address-Formatter%201.42 ), so maybe it's some kind of hash randomization problem.