On Thu, 9 Aug 2007 22:19:29 -0500 "Patrick R. Michaud" <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 09, 2007 at 04:37:30PM -0600, Lloyd Miller wrote: > > >(Like you, I'm also running kubuntu feisty on an x86_64 system, > > >gcc 4.1.2.) > > > > OK, I tried svn r20585 and this fail is gone from make test. > > Excellent. Thanks for confirming. > > I'm looking to close this ticket if we can... is anyone > still seeing a failure in the shootout/regexdna.pir test > in the latest svn HEAD ? If so, what OS and architecture? Sorry, regexdna.pir still segfaults here. svn r20595, Linux x86 (gentoo hardened). [EMAIL PROTECTED] ~/parrot $ prove t/examples/shootout.t t/examples/shootout....ok 15/20 # Failed test (t/examples/shootout.t at line 104) # 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: 30855 Segmentation fault ./parrot "/home/paranoid/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 # t/examples/shootout....ok 18/20# Looks like you failed 1 test of 20. t/examples/shootout....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 16 Failed 1/20 tests, 95.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/examples/shootout.t 1 256 20 1 16 Failed 1/1 test scripts. 1/20 subtests failed. Mark