]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn
add bug report originally emailed to me by Peter Simons
[git.ikiwiki.info.git] / doc / bugs / imagemagick_6.9.8_test_suite_failure.mdwn
1 we've recently updated Imagemagick in NixOS from version 6.9.7-6 to
2 6.9.8-4, and this change causes the Ikiwiki test suite to fail in
3 t/img.t, like so:
5         #   Failed test at t/img.t line 119.
6         #          got: 'no image'
7         #     expected: '10x10'
9         #   Failed test at t/img.t line 129.
10         #          got: 'no image'
11         #     expected: '12x12'
13         #   Failed test at t/img.t line 130.
14         #          got: 'no image'
15         #     expected: '16x2'
17         #   Failed test at t/img.t line 134.
18         #          got: 'no image'
19         #     expected: '8x8'
21         #   Failed test at t/img.t line 135.
22         #          got: 'no image'
23         #     expected: '4x4'
25         #   Failed test at t/img.t line 136.
26         #          got: 'no image'
27         #     expected: '6x6'
29         #   Failed test at t/img.t line 138.
30         #          got: 'no image'
31         #     expected: '11x11'
33         #   Failed test at t/img.t line 139.
34         #          got: 'no image'
35         #     expected: '12x12'
37         #   Failed test at t/img.t line 140.
38         #          got: 'no image'
39         #     expected: '13x13'
40         # Looks like you failed 9 tests of 62.
41         t/img.t ........................
42         Dubious, test returned 9 (wstat 2304, 0x900)
43         Failed 9/62 subtests
45 Is this is a known problem and is there maybe a fix for this issue?