Changes between Initial Version and Version 1 of Ticket #2096

Show
Ignore:
Timestamp:
04/17/11 22:27:26 (11 years ago)
Author:
jkeenan
Comment:

The text of the failing test:

pir_stdin_output_like
  ( <<'INPUT', <<'CODE', qr/[(]pdb[)] (print I0\n)?1/, "debug_break" );
print I0
quit
INPUT
.loadlib 'debug_ops'
.sub main :main
    debug_init
    $I0 = 1
    debug_break
.end
CODE

Note: This test failure is appearing on some Darwin boxes but not others. It does not appear on my 10.4.11 darwin/ppc box. I believe lucian has reported this error (see TT #2086) but benabik reports not getting it on darwin/intel.

Thank you very much.

kid51

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2096 – description

    initial v1  
    3333  Failed test:  5 
    3434  Non-zero exit status: 1 
    35 Files=1, Tests=12,  1 wallclock secs ( 0.04 usr  0.02 sys +  0.19 cusr  0.16 csys =  0.41 CPU) 
     35Files=1, Tests=12,  1 wallclock secs  
     36  ( 0.04 usr  0.02 sys +  0.19 cusr  0.16 csys =  0.41 CPU) 
    3637Result: FAIL 
    3738Failed 1/1 test programs. 1/12 subtests failed.