Subject: | Test failures because of different error message |
Tests fail on all non-linux platforms, see http://matrix.cpantesters.org/?dist=Devel-cst%200.009
On my freebsd smokers I see that this is caused by a different error message:
...
# Failed test 'sort recursion segfaults'
# at t/15-debugger.t line 23.
# 'Segmentation fault (Invalid permissions for mapped object [0x7fffdfffec98])
# '
# doesn't match '(?^i:Segmentation fault \((?^s:Address not mapped to object \[.*?\])\))'
# Looks like you failed 1 test of 9.
t/15-debugger.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests
...