Subject: | Random test failures with perl 5.18 and later (hash randomization?) |
My smoker machines (linux debian jessie) show random test failures:
# Failed test at t/TagLib_ID3v2_FrameList.t line 75.
# 'TIT2title'
# doesn't match '(?^:^TPE1.*?artist$)'
# method sortedInsert(item) and getItem(1) failed
# Looks like you failed 1 test of 31.
t/TagLib_ID3v2_FrameList.t .......................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/31 subtests
This seems to happen only with perl >= 5.18, so maybe it is related to hash randomization (or some other change introduced in this perl version).