Changes between Initial Version and Version 1 of Ticket #1974

Show
Ignore:
Timestamp:
01/16/11 20:24:00 (11 years ago)
Author:
dukeleto
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1974

    • Property version changed from trunk to master
    • Property component changed from none to testing
  • Ticket #1974 – description

    initial v1  
    11I noticed that t/dynoplibs/trans.t was skipping a bunch of tests that require GMP on 32-bit systems, even though Parrot on my system is built with GMP.  The problem seems to be that the "skip" test was expecting the config information to be an integer when in fact it is a string. The attached patch fixes the test, but exposes another problem: 
    2  
     2{{{ 
    33    rogers@rgr> ./parrot t/dynoplibs/trans.t 
    44    1..111 
     
    1313    called from Sub 'main' pc 405 (t/dynoplibs/trans.t:63) 
    1414    rogers@rgr>  
    15  
     15}}} 
    1616But it's not clear what is really expected here.  Even if the string could be converted on a 32-bit system, the integer to which it is compared will be wrong.