#281: 'make testf' fails on 32bit linux i386 (debuginfo.t)
--------------------+-------------------------------------------------------
 Reporter:  moritz  |        Owner:          
     Type:  bug     |       Status:  reopened
 Priority:  normal  |    Milestone:  1.3     
Component:  none    |      Version:          
 Severity:  medium  |   Resolution:          
 Keywords:          |         Lang:          
    Patch:          |     Platform:          
--------------------+-------------------------------------------------------
Changes (by jkeenan):

 * cc: chromatic, whiteknight (added)


Comment:

 Currently, 3 tests in ''t/op/debuginfo.t'' are SKIPped under various
 conditions:
 {{{
 $ grep -n -A5 SKIP t/op/debuginfo.t
 30:SKIP: {
 31-skip "disabled on fast-core",1 if $ENV{TEST_PROG_ARGS} =~
 /--runcore=(fast|cgoto)/;
 32-
 33-pasm_output_like( <<'CODE', <<"OUTPUT", "getline, getfile" );
 34-.pcc_sub main:
 35-    getfile S0
 --
 170:SKIP: {
 171-skip "disabled on this core",2 if $ENV{TEST_PROG_ARGS} =~
 /--runcore=(fast|cgoto|jit|switch)/;
 172-
 173-# See "RT #43269 and .annotate
 174-pir_error_output_like( <<'CODE', <<"OUTPUT", "setfile and setline" );
 175-.sub main :main
 }}}
 If I understand chromatic's point correctly, these files should be TODOed
 rather than being SKIPped.  If so, let's change them from SKIP to TODO.
 Comments?

 (Well, here's a comment:  If we change them to TODO, they will probably
 'pass unexpectedly' during ''make test'' and some other cores and ''make''
 targets.)

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/281#comment:21>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to