On Tue, Jul 14, 2009 at 5:16 PM, dan nessettdnessett@yahoo.com wrote:
Can anyone tell me which of the parser tests are supposed to fail? Also, is there a trunk version for which only these tests fail?
These are the perpetual failures:
13 still FAILING test(s) :( * Table security: embedded pipes (http://lists.wikimedia.org/mailman/htdig/wikitech-l/2006-April/022293.html) [Has never passed] * Link containing double-single-quotes '' (bug 4598) [Has never passed] * HTML bullet list, unclosed tags (bug 5497) [Has never passed] * HTML ordered list, unclosed tags (bug 5497) [Has never passed] * HTML nested bullet list, open tags (bug 5497) [Has never passed] * HTML nested ordered list, open tags (bug 5497) [Has never passed] * Inline HTML vs wiki block nesting [Has never passed] * dt/dd/dl test [Has never passed] * Images with the "|" character in the comment [Has never passed] * Bug 6200: paragraphs inside blockquotes (no extra line breaks) [Has never passed] * Bug 6200: paragraphs inside blockquotes (extra line break on open) [Has never passed] * Bug 6200: paragraphs inside blockquotes (extra line break on close) [Has never passed] * Bug 6200: paragraphs inside blockquotes (extra line break on open and close) [Has never passed]
r51509 is a revision on which they're the only failures, but it's pretty old (there's probably a somewhat more recent one). The breakage looks like it occurred in r52213 and r52726, according to
git bisect start trunk `git svn find-rev r51509` && git bisect run php phase3/maintenance/parserTests.php --regex 'Section headings with TOC' git bisect start trunk `git svn find-rev r51509` && git bisect run php phase3/maintenance/parserTests.php --regex '<references> after <gallery>'
(yay git!).