An automated run of parserTests.php showed the following failures:
This is MediaWiki version 1.10alpha (r19802).
Reading tests from "maintenance/parserTests.txt"... Reading tests from "extensions/Cite/citeParserTests.txt"... Reading tests from "extensions/Poem/poemParserTests.txt"...
4 new PASSING test(s) :) * Interlanguage link [Has never failed] * Double interlanguage link [Has never failed] * Interlanguage link, with prefix links [Has never failed] * Double interlanguage link, with prefix links (bug 8897) [Has never failed]
3 previously passing test(s) now FAILING! :( * Blank ref followed by ref with content [Introduced between 05-Feb-2007 08:15:29, 1.10alpha (r19781) and 06-Feb-2007 08:15:27, 1.10alpha (r19802)] * Regression: non-blank ref "0" followed by ref with content [Introduced between 05-Feb-2007 08:15:29, 1.10alpha (r19781) and 06-Feb-2007 08:15:27, 1.10alpha (r19802)] * Regression sanity check: non-blank ref "1" followed by ref with content [Introduced between 05-Feb-2007 08:15:29, 1.10alpha (r19781) and 06-Feb-2007 08:15:27, 1.10alpha (r19802)]
18 still FAILING test(s) :( * URL-encoding in URL functions (single parameter) [Has never passed] * URL-encoding in URL functions (multiple parameters) [Has never passed] * TODO: Table security: embedded pipes (http://mail.wikipedia.org/pipermail/wikitech-l/2006-April/034637.html) [Has never passed] * TODO: Link containing double-single-quotes '' (bug 4598) [Has never passed] * TODO: message transform: <noinclude> in transcluded template (bug 4926) [Has never passed] * TODO: message transform: <onlyinclude> in transcluded template (bug 4926) [Has never passed] * BUG 1887, part 2: A <math> with a thumbnail- math enabled [Has never passed] * TODO: HTML bullet list, unclosed tags (bug 5497) [Has never passed] * TODO: HTML ordered list, unclosed tags (bug 5497) [Has never passed] * TODO: HTML nested bullet list, open tags (bug 5497) [Has never passed] * TODO: HTML nested ordered list, open tags (bug 5497) [Has never passed] * TODO: Inline HTML vs wiki block nesting [Has never passed] * TODO: Mixing markup for italics and bold [Has never passed] * TODO: 5 quotes, code coverage +1 line [Has never passed] * TODO: dt/dd/dl test [Has never passed] * TODO: Images with the "|" character in the comment [Has never passed] * TODO: Parents of subpages, two levels up, without trailing slash or name. [Has never passed] * TODO: Parents of subpages, two levels up, with lots of extra trailing slashes. [Has never passed]
Passed 490 of 511 tests (95.89%)... 21 tests failed!
brion@pobox.com wrote:
An automated run of parserTests.php showed the following failures:
This is MediaWiki version 1.10alpha (r19802).
<snip>
18 still FAILING test(s) :( * URL-encoding in URL functions (single parameter) [Has never passed] * URL-encoding in URL functions (multiple parameters) [Has never passed]
That's a lie. The first report of them was in the 2007-01-21 test:
This is MediaWiki version 1.10alpha (r19546).
<snip>
2 new FAILING test(s) :( * URL-encoding in URL functions (single parameter) * URL-encoding in URL functions (multiple parameters)
So, what happened?
That's a lie. The first report of them was in the 2007-01-21 test:
This is MediaWiki version 1.10alpha (r19546).
<snip> > > 2 new FAILING test(s) :( > * URL-encoding in URL functions (single parameter) > * URL-encoding in URL functions (multiple parameters)
So, what happened?
They never passed the test, but were failing since someone added them. So... no, it's correct, isn't it?
-chris
christoph.huesler@css.ch wrote:
Alphax wrote:
That's a lie. The first report of them was in the 2007-01-21 test:
This is MediaWiki version 1.10alpha (r19546).
<snip> > 2 new FAILING test(s) :( > * URL-encoding in URL functions (single parameter) > * URL-encoding in URL functions (multiple parameters) So, what happened?
They never passed the test, but were failing since someone added them. So... no, it's correct, isn't it?
Err... I must have been reading that as "previously passing now failing"...
On 06/02/07, Alphax (Wikipedia email) alphasigmax@gmail.com wrote:
<snip> > 18 still FAILING test(s) :( > * URL-encoding in URL functions (single parameter) [Has never passed] > * URL-encoding in URL functions (multiple parameters) [Has never passed]
That's a lie. The first report of them was in the 2007-01-21 test:
No, it's not a lie. Those tests have never passed; I added them *for that reason*.
A one-off set of "weird" results is expected when the test runner kicks off for the first time with new data to store.
Rob Church
On 2/6/07, brion@pobox.com brion@pobox.com wrote:
3 previously passing test(s) now FAILING! :( * Blank ref followed by ref with content [Introduced between 05-Feb-2007 08:15:29, 1.10alpha (r19781) and 06-Feb-2007 08:15:27, 1.10alpha (r19802)] * Regression: non-blank ref "0" followed by ref with content [Introduced between 05-Feb-2007 08:15:29, 1.10alpha (r19781) and 06-Feb-2007 08:15:27, 1.10alpha (r19802)] * Regression sanity check: non-blank ref "1" followed by ref with content [Introduced between 05-Feb-2007 08:15:29, 1.10alpha (r19781) and 06-Feb-2007 08:15:27, 1.10alpha (r19802)]
Should be fixed, r19803.
wikitech-l@lists.wikimedia.org