Subject: | GD 2.22: test failure |
Lincoln D. Stein,
The latest version of GD (2.22) fails to pass the tests in a
Fedora Core 3 Linux.
Details:
----------
GD version: 2.22 (GD-2.22.tar.gz)
$ uname -a
Linux blackadder 2.6.10-1.766_FC3 #1 Wed Feb 9 23:06:42 EST 2005 i686 i686 i386 GNU/Linux
$ perl -v
This is perl, v5.8.5 built for i386-linux-thread-multi
glibc rpm: glibc-2.3.4-2.fc3
gcc rpm: gcc-3.4.2-6.fc3
perl rpm: perl-5.8.5-9
Output:
----------
...
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/GD..........Testing using png support.
t/GD..........ok 10/12*** glibc detected *** double free or corruption (!prev): 0x0985df90 ***
t/GD..........dubious
Test returned status 0 (wstat 6, 0x6)
DIED. FAILED tests 11-12
Failed 2/12 tests, 83.33% okay (less 1 skipped test: 9 okay, 75.00%)
t/Polyline....Subroutine scale redefined at /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/GD/Polyline.pm line 52.
t/Polyline....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/GD.t 0 6 12 4 33.33% 11-12
1 subtest skipped.
Failed 1/2 test scripts, 50.00% okay. 2/13 subtests failed, 84.62% okay.
...
----------