Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php |
— | — | @@ -551,7 +551,7 @@ |
552 | 552 | */ |
553 | 553 | function testFuzzTests() { |
554 | 554 | |
555 | | - $this->markTestIncomplete( 'Breaks tesla due to memory restrictions' ); |
| 555 | + $this->markTestIncomplete( "Somebody is serializing PDO objects, that's a no-no" ); |
556 | 556 | |
557 | 557 | global $wgParserTestFiles; |
558 | 558 | |
— | — | @@ -564,8 +564,6 @@ |
565 | 565 | $dict = $this->getFuzzInput( $files ); |
566 | 566 | $dictSize = strlen( $dict ); |
567 | 567 | $logMaxLength = log( $this->maxFuzzTestLength ); |
568 | | - |
569 | | - ini_set( 'memory_limit', $this->memoryLimit * 1048576 ); |
570 | 568 | |
571 | 569 | $user = new User; |
572 | 570 | $opts = ParserOptions::newFromUser( $user ); |