[webkit-reviews] review granted: [Bug 93537] update bot parsing of new-run-webkit-tests' output : [Attachment 157312] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 15:36:52 PDT 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Dirk Pranke
<dpranke at chromium.org>'s request for review:
Bug 93537: update bot parsing of new-run-webkit-tests' output
https://bugs.webkit.org/show_bug.cgi?id=93537

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=157312&action=review


> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:352
> -	       ('flakes', re.compile(r'Unexpected flakiness.+:?\s*\((\d+)\)')),

> +	       ('flakes', re.compile(r'[Uu]nexpected
flakiness.+:?\s*\((\d+)\)')),

Why don't we just ignore cases?


More information about the webkit-reviews mailing list