r94119 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94118‎ | r94119 | r94120 >
Date:16:13, 9 August 2011
Author:demon
Status:ok
Tags:
Comment:
Move the fuzz test into @group Broken so it will shut up about being incomplete
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php
@@ -542,11 +542,12 @@
543543 /**
544544 * Run a fuzz test series
545545 * Draw input from a set of test files
 546+ *
 547+ * @todo @fixme Needs some work to not eat memory until the world explodes
 548+ *
 549+ * @group Broken
546550 */
547551 function testFuzzTests() {
548 -
549 - $this->markTestIncomplete( 'Breaks tesla due to memory restrictions' );
550 -
551552 global $wgParserTestFiles;
552553
553554 $files = $wgParserTestFiles;

Status & tagging log