aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/img_test_failing_under_sbuild.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-15 18:52:52 -0400
committeradmin <admin@branchable.com>2014-09-15 18:52:52 -0400
commit9877e7facb163a335eb6eaf5008c68007a9bd0e7 (patch)
tree8463a60fe1148550f7c2e4e700998f801ad6fd52 /doc/bugs/img_test_failing_under_sbuild.mdwn
parent69d6516994d9fd773db0af6d752d8838f30d6746 (diff)
downloadikiwiki-9877e7facb163a335eb6eaf5008c68007a9bd0e7.tar
ikiwiki-9877e7facb163a335eb6eaf5008c68007a9bd0e7.tar.gz
bug report
Diffstat (limited to 'doc/bugs/img_test_failing_under_sbuild.mdwn')
-rw-r--r--doc/bugs/img_test_failing_under_sbuild.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/img_test_failing_under_sbuild.mdwn b/doc/bugs/img_test_failing_under_sbuild.mdwn
new file mode 100644
index 000000000..253a166b6
--- /dev/null
+++ b/doc/bugs/img_test_failing_under_sbuild.mdwn
@@ -0,0 +1,25 @@
+The new regression test from [[plugins/img]] fails when I try to build
+ikiwiki in sbuild for a release (with commits from my `img-test` branch
+also included, in an attempt to fix this):
+
+ Use of uninitialized value in numeric eq (==) at IkiWiki/Plugin/img.pm line 93.
+ Use of uninitialized value in numeric lt (<) at IkiWiki/Plugin/img.pm line 110.
+ Use of uninitialized value in numeric eq (==) at IkiWiki/Plugin/img.pm line 93.
+ Use of uninitialized value in numeric lt (<) at IkiWiki/Plugin/img.pm line 110.
+
+ # Failed test at t/img.t line 78.
+ # got: 'no image'
+ # expected: '12x12'
+
+ # Failed test at t/img.t line 79.
+ # got: 'no image'
+ # expected: '16x2'
+ # Looks like you failed 2 tests of 18.
+ t/img.t ......................
+ Dubious, test returned 2 (wstat 512, 0x200)
+ Failed 2/18 subtests
+
+I haven't been able to diagnose what else is wrong there yet.
+
+If anyone needs to release ikiwiki in a hurry, please delete that test
+and we can put it back later. --[[smcv]]