On Fri, 29 Jun 2001, Tels wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> Moin,
>
> On Thu, 28 Jun 2001 18:43:40 -0700 (PDT) Peter Prymmer wrote:
>
> Message-ID: <[EMAIL PROTECTED]>
>
> lib/Math/BigInt/t/bigintpm.........CEE5213S The signal SIGPIPE was
> received. FAILED at test 1145
>
> Can you send me a manual run? (I think it has to be something with a number
> too big for a Perl scalar, but I am not sure...)
There is only one failure - test number 1145 all th rest pass.
The "CEE5213S The signal SIGPIPE was received." message _might_ be a
result of running the test under 0) GNU make 1) perl harness 2) perl
$testname but that is speculation on my part.
I just ran:
./perl -Ilib lib/Math/BigInt/t/bigintpm.t > bigint.out_0
and will include bigint.out_0 as an attachment sent to you personally
(not to the lists). For the curious the run looks basically like:
1..1190
ok 1
ok 2
ok 3
ok 4
[deletia]
not ok 1145
# Test 1145 got: '-176544' (lib/Math/BigInt/t/bigintpm.t at line 359)
# Expected: '23456'
[deletia]
ok 1186
ok 1187
ok 1188
ok 1189
ok 1190
Peter Prymmer