Subject: | Failed test 'Get files with BOM in data directory.' |
Sometimes, possibly randomly, the test suite fails like this:
...
# Failed test 'Get files with BOM in data directory.'
# at t/File-Find-Rule-BOM/03-bom.t line 15.
# Structures begin differing at:
# $got->[0] = 'UTF_32_bom'
# $expected->[0] = 'UTF_16_bom'
# Looks like you failed 1 test of 2.
t/File-Find-Rule-BOM/03-bom.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
Or sometimes another difference is reported:
...
# Failed test 'Get files with BOM in data directory.'
# at t/File-Find-Rule-BOM/03-bom.t line 15.
# Structures begin differing at:
# $got->[0] = 'UTF_8_bom'
# $expected->[0] = 'UTF_16_bom'
# Looks like you failed 1 test of 2.
t/File-Find-Rule-BOM/03-bom.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
Maybe hash randomization is involved here? Or random directory scans?