From: X! Date: Mon, 3 Jan 2011 02:49:52 +0000 (+0000) Subject: Mark broken parser tests as broken X-Git-Tag: 1.31.0-rc.0~32870 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=9012b54101b154e6732159173bcacb853087ee3d;p=lhc%2Fweb%2Fwiklou.git Mark broken parser tests as broken --- diff --git a/tests/phpunit/includes/parser/MediaWikiParserTest.php b/tests/phpunit/includes/parser/MediaWikiParserTest.php index fcc10a89f3..3ff2b18252 100644 --- a/tests/phpunit/includes/parser/MediaWikiParserTest.php +++ b/tests/phpunit/includes/parser/MediaWikiParserTest.php @@ -7,6 +7,8 @@ require_once( dirname(dirname(dirname( __FILE__ ))) . '/bootstrap.php' ); * @group Parser * @group Destructive * @group Database + * @group Broken + * It's not really broken, but superseded */ class MediaWikiParserTest extends MediaWikiTestCase { public $count; // Number of tests in the suite. diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index d81d69f402..12772a8914 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -468,6 +468,8 @@ class NewParserTest extends MediaWikiTestCase { */ function testFuzzTests() { + $this->markTestIncomplete( 'Breaks tesla due to memory restrictions' ); + global $wgParserTestFiles; $files = $wgParserTestFiles;