#2029: t/pmc/structview.t: New PMC generates failures on Darwin/PPC
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:  plobsing
     Type:  bug      |      Status:  new     
 Priority:  normal   |   Milestone:          
Component:  core     |     Version:  3.1.0   
 Severity:  medium   |    Keywords:          
     Lang:           |       Patch:          
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 Darwin/PPC:
 {{{
 $ grep -n endian lib/Parrot/Config/Generated.pm
 74:  'bigendian' => 1,
 }}}

 Linux/i386:
 {{{
 $ grep -n endian lib/Parrot/Config/Generated.pm
 76:  'bigendian' => 0,
 }}}

 If the structview PMC can't work on bigendian systems, then it probably
 should not be included in master.

 Thank you very much.

 kid51

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