User "Reedy" changed the status of MediaWiki.r81610. Old Status: new New Status: ok
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/81610#c0 Commit summary: Ignore code coverage for compatibility and shell functions The compatibility functions in GlobalFunctions are just wrapper for their equivalent in the Fallback class. We should test the implementation and we can safely ignore those wrappers. Shell functions ignored make use of sleep() which is evil. They also do some outputs to the console which is probably hard to test properly. Given they are not critical, I just ignore their code coverage, we can still test them though :) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
