https://bugzilla.wikimedia.org/show_bug.cgi?id=43972
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |upstream Summary|MediaWiki unit tests |[Worked around] [upstream] |segfault on gallium |MediaWiki unit tests | |segfault on gallium --- Comment #11 from Antoine "hashar" Musso <[email protected]> --- Tim proposed to use a different PHP version and or PECL version. According to upstream bug 63055, the bug is in PHP-5.4.x as well so I have reinstated Tim live hack to PHPUnit: vim /usr/share/php/PHPUnit/Util/Test.php public static function getRequirements($className, $methodName) { // HASHAR TIM hack bug https://bugzilla.wikimedia.org/43972 return array(); ... } That is a workaround for the bug. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
