On Monday 13 October 2008 12:23:23 Seneca Cunningham wrote: > Test 27 of t/op/arithmetics.t fails when parrot is built as a 32-bit > binary on Intel OS X 10.5 (64-bit builds pass the test). > > MacBook-Pro:build-20081012-32 seneca$ prove -v t/op/arithmetics.t > t/op/arithmetics....1..27 > # Failed test 'regression test for integer overflow with 'pow'' > # at t/op/arithmetics.t line 843. > # Exited with error code: 1 > # Received:
... > # no bigint lib loaded I added code in r31987 to skip this test if you don't have GMP installed, which ought to fix the problem. -- c