#1336: Convert t/pmc/bigint.t to PIR
------------------------+---------------------------------------------------
  Reporter:  kurahaupo  |        Type:  cage   
    Status:  reopened   |    Priority:  normal 
 Milestone:             |   Component:  testing
   Version:  trunk      |    Severity:  medium 
Resolution:             |    Keywords:  PIR GMP
      Lang:             |       Patch:  new    
  Platform:  all        |  
------------------------+---------------------------------------------------
Changes (by jkeenan):

  * keywords:  PIR => PIR GMP
  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 mikehh, kurahaupo:

 The Perl version of this test handled well the case where the user has an
 older version of GMP installed.  This new PIR version does not.  Running
 this file on Darwin/PPC with GMP 4.1.3, I got this result:
 {{{
 t/pmc/bigint.t ..
 1..45
 This Parrot uses GMP
 Buggy GMP version [4.1.3] with huge digit multiply - please upgrade
 not ok 1
 ok 2 #skip skipped
 ...
 ok 45 #skip skipped
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/45 subtests
     (less 44 skipped subtests: 0 okay)

 Test Summary Report
 -------------------
 t/pmc/bigint.t (Wstat: 256 Tests: 45 Failed: 1)
   Failed test:  1
   Non-zero exit status: 1
 Files=1, Tests=45,  3 wallclock secs ( 0.09 usr  0.03 sys +  0.13 cusr
 0.11 csys =  0.36 CPU)
 Result: FAIL
 }}}
 Can you touch this up so that all tests are `SKIP`-ped?  IIRC, that was
 this file's previous behavior on this platform.

 Thank you very much.

 kid51

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