On Sun, Mar 27, 2011 at 3:33 AM, Platonides Platonides@gmail.com wrote:
Daniel Friesen wrote:
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/80248 Comment gives a Tesla link saying something broke. However the Tesla link does not identify that commit as the guaranteed commit that actually broke code. The commit was followed up with several fixmes already and it's unknown if the breakage is still present. The commit is potentially perfectly functional, hit by Tesla catching a completely unrelated commit, or marking a bug that's already fixed.
Come on. It is easy enough to check if your revision is the culprit.
svn up -r r80247 cd tests/phpunit/ make noparser
Which takes approximately one hour to run. We should fix this, because otherwise nobody is going to run the unit tests before committing something.
Bryan