Ticket #1441 (closed bug: fixed)
t/run/options.t: new failures in 14 tests
Reported by: | jkeenan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | testing | Version: | 2.0.0 |
Severity: | medium | Keywords: | |
Cc: | cotto, bacek | Language: | |
Patch status: | Platform: |
Description
Observed on Linux/i386 at r43936. Test was fine at r43921, so problem was created somewhere between r43932 and r43935 (most recent commits to trunk). Likely suspect: changes in src/main.c.
$ prove -v t/run/options.t t/run/options.t .. 1..26 ok 1 - Start of help message ok 2 - help for --trace ok 3 - running first.pir ok 4 - running second.pir ok 5 - ignore a pir-file ok 6 - ignore nonsense ok 7 - option -E ok 8 - option --pre-process-only ok 9 - option -t ok 10 - option --trace ok 11 - option -t with flags ok 12 - option --trace with flags not ok 13 - <-R slow> option not ok 14 - <--runcore slow> option # Failed test '<-R slow> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' # Failed test '<--runcore slow> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' not ok 15 - <--runcore=slow> option # Failed test '<--runcore=slow> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' not ok 16 - <-R fast> option not ok 17 - <--runcore fast> option not ok 18 - <--runcore=fast> option not ok 19 - <-R bounds> option # Failed test '<-R fast> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' # Failed test '<--runcore fast> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' # Failed test '<--runcore=fast> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' # Failed test '<-R bounds> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' not ok 20 - <--runcore bounds> option not ok 21 - <--runcore=bounds> option # Failed test '<--runcore bounds> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' # Failed test '<--runcore=bounds> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' not ok 22 - <-R trace> option not ok 23 - <--runcore trace> option not ok 24 - <--runcore=trace> option # Failed test '<-R trace> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' # Failed test '<--runcore trace> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' # Failed test '<--runcore=trace> option' # at t/run/options.t line 83. # got: '' # expected: 'second # ' not ok 25 - -r option <"./parrot" -D 8 -R slow "/tmp/UikrcfaqSS.pir" 2>/dev/null> not ok 26 - -r option <"./parrot" -D 8 -R slow "/tmp/UikrcfaqSS.pir" 2>&1> # Failed test '-r option <"./parrot" -D 8 -R slow "/tmp/UikrcfaqSS.pir" 2>/dev/null>' # at t/run/options.t line 88. # got: '' # expected: 'second # ' # Failed test '-r option <"./parrot" -D 8 -R slow "/tmp/UikrcfaqSS.pir" 2>&1>' # at t/run/options.t line 91. # '' # doesn't match '(?-xism:Parrot VM: slow core)' # Looks like you failed 14 tests of 26. Dubious, test returned 14 (wstat 3584, 0xe00) Failed 14/26 subtests Test Summary Report ------------------- t/run/options.t (Wstat: 3584 Tests: 26 Failed: 14) Failed tests: 13-26 Non-zero exit status: 14 Files=1, Tests=26, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.19 cusr 0.11 csys = 0.31 CPU) Result: FAIL
Thank you very much.
kid51
Change History
Note: See
TracTickets for help on using
tickets.