James Keenan via RT wrote:
On Sun Jul 08 12:27:06 2007, jkeen <!-- x --> at verizon.net wrote:
t/examples/shootout.t is failing even worse today than yesterday.
Here's the weekly update: shootout continues to fail on Darwin ... but
it's continuing to pass on Linux (which I've upgraded to Debian 4.0).
Give the shootout another week and it's sure to start failing where
before it was passing. Here's latest result on Linux:
# Failed test (t/examples/shootout.t at line 103)
# Exited with error code: 139
# Received:
# agggtaaa|tttaccct 0
# [cgt]gggtaaa|tttaccc[acg] 3
# a[act]ggtaaa|tttacc[agt]t 9
# ag[act]gtaaa|tttac[agt]ct 8
# agg[act]taaa|ttta[agt]cct 10
# aggg[acg]aaa|ttt[cgt]ccct 3
# agggt[cgt]aa|tt[acg]accct 4
# agggta[cgt]a|t[acg]taccct 3
# agggtaa[cgt]|[acg]ttaccct 5
# sh: line 1: 25199 Segmentation fault ./parrot
"/home/jimk/work/parrot/t/examples/shootout_16.pir"
<examples/shootout/regexdna.pir.input
#
# Expected:
# agggtaaa|tttaccct 0
# [cgt]gggtaaa|tttaccc[acg] 3
# a[act]ggtaaa|tttacc[agt]t 9
# ag[act]gtaaa|tttac[agt]ct 8
# agg[act]taaa|ttta[agt]cct 10
# aggg[acg]aaa|ttt[cgt]ccct 3
# agggt[cgt]aa|tt[acg]accct 4
# agggta[cgt]a|t[acg]taccct 3
# agggtaa[cgt]|[acg]ttaccct 5
#
# 101745
# 100000
# 133640
#
not ok 16 - examples/shootout/regexdna.pir
And this week it's failing 10 out of 20 tests on Darwin!
kid51