diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2012-04-05 04:29:49 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-05 04:29:49 -0400 |
commit | 1f92a0c5b7bbeb63a8f6d40a5b7bd73cbcdaa715 (patch) | |
tree | 73dd4a4cf9ecd7efdef38e968b93b521583e1dbd | |
parent | 0a23666ddd446fea64bd9ddb0e11d33643a3fedf (diff) | |
download | ikiwiki-1f92a0c5b7bbeb63a8f6d40a5b7bd73cbcdaa715.tar ikiwiki-1f92a0c5b7bbeb63a8f6d40a5b7bd73cbcdaa715.tar.gz |
bisected
-rw-r--r-- | doc/bugs/trail_test_suite_failures.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/trail_test_suite_failures.mdwn b/doc/bugs/trail_test_suite_failures.mdwn index db010c68e..88026bedc 100644 --- a/doc/bugs/trail_test_suite_failures.mdwn +++ b/doc/bugs/trail_test_suite_failures.mdwn @@ -4,6 +4,13 @@ sometimes. These remaining failures may also be intermittant, although I can get them reliably on my laptop. I've added some debugging output, which seems to point to an actual bug in the plugin AFAICS. --[[Joey]] +> I can reproduce this reliably at 0a23666ddd but not 3.20120203. Bisecting +> indicates that it regressed in aaa72a3a80f, "inline: When the pagenames list +> includes pages that do not exist, skip them". +> +> I don't think this is the bug noted in the commit message - the inline +> containing `sorting/new` uses `pages`, not `pagenames`. --[[smcv]] + <pre> ok 71 - expected n=sorting/end p=sorting/beginning in sorting/middle.html not ok 72 - expected n=sorting/new p=sorting/middle in sorting/end.html |