Subject: | Test suite fails |
On some of my smoker systems the test suite fails. It may look like this:
...
# Failed test 'image has transparency index set'
# at t/10-sparkline.t line 50.
# got: '-1'
# expected: anything else
# Looks like you failed 1 test of 6.
t/10-sparkline.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
...
Or like this:
...
# Failed test at t/20-script-suppress.t line 14.
# ''
# doesn't match '(?^msix:PNG)'
# Looks like you failed 1 test of 2.
t/20-script-suppress.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
# Failed test at t/20-script.t line 14.
# ''
# doesn't match '(?^msix:PNG)'
# Failed test at t/20-script.t line 15.
# ''
# doesn't match '(?^msix:Content-type)'
# Looks like you failed 2 tests of 2.
t/20-script.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
...
I see this failure on various operating systems, e.g. on Fedora 31 or newer FreeBSD systems.