"Platonides" changed the status of MediaWiki.r108358 to "fixme" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108358#c29220
Old Status: resolved > New Status: fixme Commit summary for MediaWiki.r108358: * Drop old parserTests.php way of running parser tests. You can run parser tests via --group Parser or specifying the includes/parser/MediaWikiParserTest.php test case * Drop now unused various test recorder options -- phpunit outputs its data in lots of machine-readable formats, use those if you need to work with test data * There's still a lot of duplication between NewParserTest::setUp() and MediaWikiTestCase, but hey one step at a time ;-) * All tests pass for me (make phpunit && make parser) Platonides's comment: How do you run it on a non-default parsertest file? How do you determine which test fails when doesn't end? It's fine to remove duplication if you want to, but keep the same interface! (hint: there are some functions you can easily reuse by changing the argument order in the old system) Try r107358. How is php unit able to test everything ok when 'failed to register a backend with no name'? There has been a failing test for a long time with both Cite and CategoryTree. It's present in r108357, phpunit doesn't report it. make parser takes 12'. parserTests.php 35s Which one do you consider more suitable for bisecting? _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
