Subject: | Test failures |
On some of my smokers the test suite fails like this:
...
# Failed test at t/Makefile-GraphViz.t line 31.
# got: '1'
# expected: '0'
# Failed test 't/cmintest.dot'
# at t/Makefile-GraphViz.t line 56.
# got: '1'
# expected: '0'
# Failed test 't/install.dot'
# at t/Makefile-GraphViz.t line 69.
# got: '1'
# expected: '0'
# Failed test at t/Makefile-GraphViz.t line 97.
# got: '1'
# expected: '0'
# Failed test at t/Makefile-GraphViz.t line 110.
# got: '1'
# expected: '0'
# Failed test at t/Makefile-GraphViz.t line 122.
# got: '1'
# expected: '0'
# Failed test at t/Makefile-GraphViz.t line 132.
# got: '1'
# expected: '0'
# Looks like you failed 7 tests of 38.
t/Makefile-GraphViz.t ..
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/38 subtests
# Failed test at t/plot_all.t line 16.
# got: '1'
# expected: '0'
# Looks like you failed 1 test of 4.
t/plot_all.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
...