Subject: | Image::Info 1.22 - All SVG tests fail |
Date: | Thu, 24 Aug 2006 14:49:36 +0100 |
To: | bug-Image-Info [...] rt.cpan.org |
From: | Ben Wheeler <b.wheeler [...] ulcc.ac.uk> |
All SVG tests fail for me in Image::Info 1.22, Solaris 9, Perl 5.8.5.
I am not alone, it seems most of the current FAIL test reports on CPAN
show exactly the same problem.
Show quoted text
--- BEGIN make test output ---
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'inc', 'blib/lib', 'blib/arch')" t/00_basics.t t/bmp.t t/exif.t t/png.t t/pod.t
t/pod_cov.t t/string.t t/svg.t t/tiff.t t/tiff_e.t t/tiny-pgm.t
t/00_basics....ok
t/bmp..........ok
t/exif.........ok
t/png..........ok
t/pod..........ok
11/11 skipped: Test::Pod not installed on this system
t/pod_cov......ok
7/7 skipped: Test::Pod::Coverage 1.00 required for testing POD coverage
t/string.......ok
6/22 skipped: various reasons
t/svg..........# Failed test (t/svg.t at line 23)
# got: undef
# expected: 'sRGB'
# Failed test (t/svg.t at line 24)
# got: undef
# expected: 'image/svg+xml'
# Failed test (t/svg.t at line 26)
# got: undef
# expected: 'yes'
# Failed test (t/svg.t at line 27)
# got: undef
# expected: 'svg'
# Failed test (t/svg.t at line 28)
# got: undef
# expected: 'unknown'
# Failed test (t/svg.t at line 30)
# got: undef
# expected: '4inx3in'
# Failed test (t/svg.t at line 39)
# got: undef
# expected: 'yes'
# Failed test (t/svg.t at line 40)
# got: undef
# expected: 'svg'
# Failed test (t/svg.t at line 41)
# got: undef
# expected: 'image/svg+xml'
# Failed test (t/svg.t at line 42)
# got: undef
# expected: 'Untitled graph'
# Failed test (t/svg.t at line 43)
# got: undef
# expected: '1.1'
# Failed test (t/svg.t at line 45)
# got: undef
# expected: '209x51'
# Looks like you failed 12 tests of 13.
dubious
Test returned status 12 (wstat 3072, 0xc00)
DIED. FAILED tests 2-13
Failed 12/13 tests, 7.69% okay
t/tiff.........ok
t/tiff_e.......ok
t/tiny-pgm.....ok
Failed 1/11 test scripts, 90.91% okay. 12/123 subtests failed, 90.24% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/svg.t 12 3072 13 12 92.31% 2-13
24 subtests skipped.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
--- END make test output ---
Regards,
Ben