#1267: t/op/bitwise.t:  Test failure subsequent to skip BigInt
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:  jkeenan 
     Type:  bug      |      Status:  assigned
 Priority:  normal   |   Milestone:          
Component:  testing  |     Version:  1.7.0   
 Severity:  medium   |    Keywords:          
     Lang:           |       Patch:  applied 
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by dukeleto):

 The relevant bit of code is:
 {{{
     .include "iglobals.pasm"
     .local pmc interp     # a handle to our interpreter object.
     interp = getinterp
     .local pmc config
     config = interp[.IGLOBALS_CONFIG_HASH]
     .local int gmp
     gmp = config['gmp']

     if gmp, runtest
     skip( 2, 'no BigInt lib found' )
     goto END
 }}}

 This seems to be correct at first glance, but GMP detection at test-time
 is definitely b0rked in some way, at least on some platforms.

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