[webkit-reviews] review granted: [Bug 99765] [chromium] garden-o-matic should ignore the 10.8 Tests bot : [Attachment 169490] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 15:59:04 PDT 2012


Adam Barth <abarth at webkit.org> has granted Dirk Pranke <dpranke at chromium.org>'s
request for review:
Bug 99765: [chromium] garden-o-matic should ignore the 10.8 Tests bot
https://bugs.webkit.org/show_bug.cgi?id=99765

Attachment 169490: Patch
https://bugs.webkit.org/attachment.cgi?id=169490&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=169490&action=review


>
Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/script
s/config.js:92
> +	       return builderName.indexOf('GPU') == -1 &&
builderName.indexOf('deps') == -1 && builderName.indexOf('ASAN') == -1 &&
builderName.indexOf('Content Shell') == -1 && builderName.indexOf('Mac10.8
Tests') == -1;

I would probably have re-formated this line to make the add/remove diffs easier
to read.


More information about the webkit-reviews mailing list