An automated run of parserTests.php showed the following failures:
Running test Table security: embedded pipes (http://mail.wikipedia.org/pipermail/wikitech-l/2006-April/034637.html)... FAILED! Running test Magic Word: {{NUMBEROFFILES}}... FAILED! Running test BUG 1887, part 2: A <math> with a thumbnail- math enabled... FAILED! Running test Language converter: output gets cut off unexpectedly (bug 5757)... FAILED! Running test HTML bullet list, unclosed tags (bug 5497)... FAILED! Running test HTML ordered list, closed tags (bug 5497)... FAILED! Running test HTML ordered list, unclosed tags (bug 5497)... FAILED! Running test HTML nested bullet list, open tags (bug 5497)... FAILED! Running test HTML nested ordered list, closed tags (bug 5497)... FAILED! Running test HTML nested ordered list, open tags (bug 5497)... FAILED!
Passed 303 of 313 tests (96.81%) FAILED!
An automated run of parserTests.php showed the following failures:
Running test Table security: embedded pipes (http://mail.wikipedia.org/pipermail/wikitech-l/2006-April/034637.html)... FAILED! Running test Magic Word: {{NUMBEROFFILES}}... FAILED!
Isn't this magic word already working? Wiki code "We have {{NUMBEROFFILES}} files." gives output "<p>We have 6.218 files.</p>"The test expects for "{{NUMBEROFFILES}}" an output of"<p>1</p>"May this new line be wrong on the test?> Running test BUG 1887, part 2: A <math> with a thumbnail- math enabled... FAILED!> Running test Language converter: output gets cut off unexpectedly (bug 5757)... FAILED!Why are those bugs marked as resolved if we don't pass the bug test?
Running test HTML bullet list, unclosed tags (bug 5497)... FAILED!
HTML bullet list, unclosed tags (bug 5497) Test: <ul> <li>One <li>Two </ul> expected result <ul> <li>One </li><li>Two </li></ul>
It gives me: <ul> <li>One</li> <li>Two</li></ul>even better than the test, isn't?
Running test HTML ordered list, closed tags (bug 5497)... FAILED!
When i try it i see no difference from the testcase. :S
Running test HTML ordered list, unclosed tags (bug 5497)... FAILED!
Given: <ol> <li>One <li>Two </ol> Expects: <ol> <li>One </li><li>Two </li></ol>
Output: <ol> <li>One</li> <li>Two</li> </ol> I think it passes.
Running test HTML nested bullet list, open tags (bug 5497)... FAILED!
Given: <ul> <li>One <li>Two: <ul> <li>Sub-one <li>Sub-two </ul> </li> </ul>
Expects: <ul> <li>One </li><li>Two: <ul> <li>Sub-one </li><li>Sub-two </li></ul> </li></ul>
Output: <ul> <li>One</li> <li>Two: <ul> <li>Sub-one</li> <li>Sub-two</li> </ul> </li> </ul>It's the same.
Running test HTML nested ordered list, closed tags (bug 5497)... FAILED!
Given: <ol> <li>One</li> <li>Two: <ol> <li>Sub-one</li> <li>Sub-two</li> </ol> </li> </ol> Expects: <ol> <li>One</li> <li>Two: <ol> <li>Sub-one</li> <li>Sub-two</li> </ol> </li> </ol>
Output: <ol> <li>One</li> <li>Two: <ol> <li>Sub-one</li> <li>Sub-two</li> </ol> </li> </ol> Again can't find the difference. Maybe due to the new line? at: "</ol>
!! end"
Running test HTML nested ordered list, open tags (bug 5497)... FAILED!
Fails.
Passed 303 of 313 tests (96.81%) FAILED!
Tests done on wikipedia.
Platonides
Platonides wrote:
An automated run of parserTests.php showed the following failures:
Running test Table security: embedded pipes (http://mail.wikipedia.org/pipermail/wikitech-l/2006-April/034637.html)... FAILED! Running test Magic Word: {{NUMBEROFFILES}}... FAILED!
Isn't this magic word already working?
Apparently not, the test case returns empty text. This may be a bug in the test runner.
It gives me:
<ul> <li>One</li> <li>Two</li></ul>
Turn off tidy and try again, you'll notice it's much worse.
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org