markTestSkipped( 'T209159: Anonymous pipe under Windows cannot withstand such a large amount of data' ); } // Test several times because it involves a race condition that may randomly succeed or fail for ( $i = 0; $i < 10; $i++ ) { $output = wfShellExec( 'printf "%-333333s" "*"' ); $this->assertEquals( 333333, strlen( $output ) ); } } }