id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1803	t/shootout.t: test 16 FAIL as of r49269	jkeenan		"As of r49269 -- the merge of the ''gc_massacre'' branch into trunk, I am experiencing the following failure on Linux/i386 (plain jane, non-optimized build; same configuration as always):
{{{
ok 15 - examples/shootout/recursive.pir
examples/shootout/regexdna.pir  < examples/shootout/regexdna.pir_input 
not ok 16 - examples/shootout/regexdna.pir

#   Failed test 'examples/shootout/regexdna.pir'
#   at t/examples/shootout.t line 97.
# Exited with error code: 137
# 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: 12117 Killed                  
   ./parrot ""/home/jimk/work/49269/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
# 
examples/shootout/revcomp.pir  < examples/shootout/revcomp.pir_input 
...
ok 20 - examples/shootout/takfp.pir
# Looks like you failed 1 test of 20.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/20 subtests 

Test Summary Report
-------------------
t/examples/shootout.t (Wstat: 256 Tests: 20 Failed: 1)
  Failed test:  16
  Non-zero exit status: 1
Files=1, Tests=20, 50 wallclock secs 
  ( 0.01 usr  0.00 sys + 26.60 cusr  3.95 csys = 30.56 CPU)
Result: FAIL
}}}
It should be noted that I've been testing the ''string_macros'' branch on the same machine and do not get this failure on that branch.  That's because this branch was forked before r49269.

Thank you very much.

kid51"	bug	closed	normal		testing	2.8.0	medium	fixed		nwellnhof			
