Ron Blaschke <parrotbug-followup@no-spam> wrote:
> - adds correct linkage for gpm
> Some tests fail, though
> t\pmc\bigint.t 12 3072 21 12 57.14% 5-10 13-15 18 20-21
Is there any indication what's going wrong?
Thanks, applied.
leo
Leopold Toetsch wrote:
> Ron Blaschke <parrotbug-followup@no-spam> wrote:
>> - adds correct linkage for gpm
>> Some tests fail, though
>> t\pmc\bigint.t 12 3072 21 12 57.14% 5-10 13-15 18 20-21
> Is there any indication what's going wrong?
Not yet, but I'm looking into it. Might as well be my own fault, not
completely sure I got gmp built right. I'll keep you posted.
Here's a simple test that fails.
>type bigint_fail.pasm
new P0, .BigInt
print "ok 0\n"
set P0, "1230000000000"
print "ok 1\n"
end
>parrot bigint_fail.pasm
ok 0
>echo %ERRORLEVEL%
-1073741819
Ron
Ron Blaschke wrote:
> Leopold Toetsch wrote:
>> Ron Blaschke <parrotbug-followup@no-spam> wrote:
>>> - adds correct linkage for gpm
>>> Some tests fail, though
>>> t\pmc\bigint.t 12 3072 21 12 57.14% 5-10 13-15 18 20-21
>> Is there any indication what's going wrong?
> Not yet, but I'm looking into it. Might as well be my own fault, not
> completely sure I got gmp built right. I'll keep you posted.
It really was a GMP build failure. Seem to have got it right, now.
t\pmc\bigint....ok
All tests successful.
Files=1, Tests=21, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Ron