Subject: | Test failures due to hash randomisation in perl 5.17.6 |
Since bleadperl v5.17.5-518-g7dc8663 your tests are failing frequently.
That commit introduced hash key randomization and it seems at least the tests
t/base_tests.t (Wstat: 256 Tests: 48 Failed: 1)
t/base_tests_for_mem_leak.t (Wstat: 256 Tests: 48 Failed: 1)
t/base_tests_for_objcopy.t (Wstat: 7424 Tests: 19 Failed: 1)
t/base_tests_multi_obj.t (Wstat: 256 Tests: 48 Failed: 1)
are hit by that. Find a sample fail report at:
http://www.cpantesters.org/cpan/report/5ffa77dc-75e8-11e2-8d5c-7c83270fb964
You can read more about the change at
http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3
or at http://www.perlmonks.org/?node_id=1005122
You may have to run the test several times until the randomization causes a fail.
HTH&&Thanks&&Regards,