diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-06-22 09:55:27 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-06-22 09:55:27 -0400 |
commit | 52a9d23e2c11c62e411e6c5f1b4f514507aad1c1 (patch) | |
tree | 01d1fbb880c9c8c994f3d0c8608142efcebe972b /doc | |
parent | fee378f0561ab2e2768e8c944111736627612fdb (diff) | |
download | ikiwiki-52a9d23e2c11c62e411e6c5f1b4f514507aad1c1.tar ikiwiki-52a9d23e2c11c62e411e6c5f1b4f514507aad1c1.tar.gz |
add bug report originally emailed to me by Peter Simons
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn b/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn new file mode 100644 index 000000000..847ad5811 --- /dev/null +++ b/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn @@ -0,0 +1,46 @@ +we've recently updated Imagemagick in NixOS from version 6.9.7-6 to +6.9.8-4, and this change causes the Ikiwiki test suite to fail in +t/img.t, like so: + + # Failed test at t/img.t line 119. + # got: 'no image' + # expected: '10x10' + + # Failed test at t/img.t line 129. + # got: 'no image' + # expected: '12x12' + + # Failed test at t/img.t line 130. + # got: 'no image' + # expected: '16x2' + + # Failed test at t/img.t line 134. + # got: 'no image' + # expected: '8x8' + + # Failed test at t/img.t line 135. + # got: 'no image' + # expected: '4x4' + + # Failed test at t/img.t line 136. + # got: 'no image' + # expected: '6x6' + + # Failed test at t/img.t line 138. + # got: 'no image' + # expected: '11x11' + + # Failed test at t/img.t line 139. + # got: 'no image' + # expected: '12x12' + + # Failed test at t/img.t line 140. + # got: 'no image' + # expected: '13x13' + # Looks like you failed 9 tests of 62. + t/img.t ........................ + Dubious, test returned 9 (wstat 2304, 0x900) + Failed 9/62 subtests + +Is this is a known problem and is there maybe a fix for this issue? + |