]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/img_test_failing_under_sbuild.mdwn
253a166b666c80edbc3592ab85b15c87990c9f16
[ikiwiki.git] / doc / bugs / img_test_failing_under_sbuild.mdwn
1 The new regression test from [[plugins/img]] fails when I try to build
2 ikiwiki in sbuild for a release (with commits from my `img-test` branch
3 also included, in an attempt to fix this):
4
5     Use of uninitialized value in numeric eq (==) at IkiWiki/Plugin/img.pm line 93.
6     Use of uninitialized value in numeric lt (<) at IkiWiki/Plugin/img.pm line 110.
7     Use of uninitialized value in numeric eq (==) at IkiWiki/Plugin/img.pm line 93.
8     Use of uninitialized value in numeric lt (<) at IkiWiki/Plugin/img.pm line 110.
9     
10     #   Failed test at t/img.t line 78.
11     #          got: 'no image'
12     #     expected: '12x12'
13     
14     #   Failed test at t/img.t line 79.
15     #          got: 'no image'
16     #     expected: '16x2'
17     # Looks like you failed 2 tests of 18.
18     t/img.t ...................... 
19     Dubious, test returned 2 (wstat 512, 0x200)
20     Failed 2/18 subtests 
21
22 I haven't been able to diagnose what else is wrong there yet.
23
24 If anyone needs to release ikiwiki in a hurry, please delete that test
25 and we can put it back later. --[[smcv]]