Ticket #1803 (closed bug: fixed)

Opened 11 years ago

Last modified 11 years ago

t/shootout.t: test 16 FAIL as of r49269

Reported by: jkeenan Owned by:
Priority: normal Milestone:
Component: testing Version: 2.8.0
Severity: medium Keywords:
Cc: nwellnhof Language:
Patch status: Platform:

Description

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

Change History

  Changed 11 years ago by jkeenan

Got same FAIL in gc_ms2_tuning branch, which was forked from trunk after r49269, namely, at r49343.

  Changed 11 years ago by bacek

Looks like this test was previously disabled for some time. I'll try
to find out what's going on.

http://trac.parrot.org/parrot/changeset/20777/trunk/t/examples/shootout.t

-- 
Bacek

follow-up: ↓ 5   Changed 11 years ago by nwellnhof

r49389 should fix the examples/shootout test.

Nick

  Changed 11 years ago by nwellnhof

  • cc nwellnhof added

in reply to: ↑ 3   Changed 11 years ago by jkeenan

  • status changed from new to closed
  • resolution set to fixed

Replying to nwellnhof:

r49389 should fix the examples/shootout test.

Yes, t/examples/shootout.t now passes for me on both Linux/i386 and Darwin/PPC.

nwellnhof++. Closing ticket.

Note: See TracTickets for help on using tickets.