#1678: t/pir/macro.t: test 'basic macro with argument' fails on Darwin/PPC
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:       
     Type:  bug      |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  testing  |     Version:  2.4.0
 Severity:  medium   |    Keywords:       
     Lang:           |       Patch:       
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 Additional data:  On darwin/ppc:
 {{{
 [parrot] 534 $ parrot -v t/pir/macro.t
 PackFile_unpack: This Parrot cannot read bytecode files with version 5.4.

 PackFile header failed during unpack
 }}}
 Corresponding command run on Linux/i386 (where the test is passing):
 {{{
 $ ./parrot -v t/pir/macro.t
 debug = 0x0
 Reading t/pir/macro.t
 using optimization '-O' (0)
 Starting parse...
 sub main:
         registers in .pir:       I1, N0, S0, P3
         0 labels, 0 lines deleted, 0 if_branch, 0 branch_branch
         0 branch_cond_loop
         0 used once deleted
         0 invariants_moved
         registers needed:        I1, N0, S0, P7
         registers in .pasm:      I1, N0, S0, P7 - 3
         1 basic_blocks, 0 edges
 1 lines compiled.
 Running...
 1..3
 ok 1 - basic macro
 ok 2 - basic macro with argument
 ok 3 - .macro_const
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1678#comment:1>
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