#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 jkeenan):

 Replying to [comment:4 bubaflub]:
 > Ok, ignore the arithmetics_pmc_t.patch... the problem wasn't that we
 need to check the config has with an int and not a string, but that the
 test in t/op/bitwise.t needs to skip two tests and not one.  I've updated
 the patch, did a make realclean, configured Parrot without gmp, patched it
 and it runs.

 A question of clarification:  If during configuration, I am told that a
 particular box has GMP installed ...
 {{{
 auto::gmp -           Does your platform support
 GMP......................yes.
 }}}
 ... does it follow that the `BigInt` library referred to in this testfile
 is therefore present?

 If so, then why am I getting:
 {{{
 ok 67 #skip no BigInt lib found
 ok 68 #skip no BigInt lib found
 }}}
 on both my Linux/i386 and Darwin/PPC setups where `Configure.pl` tells me
 I have GMP?

 If not, then what would I have to do install to get a box where this test
 file would '''not''' hit the `skip` case?

 Thank you very much.

 kid51

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