[webkit-reviews] review granted: [Bug 73246] testlistjson on the test results server doesn't understand hierarchical results format : [Attachment 116813] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 13:56:33 PST 2011


Tony Chang <tony at chromium.org> has granted Ojan Vafai <ojan at chromium.org>'s
request for review:
Bug 73246: testlistjson on the test results server doesn't understand
hierarchical results format
https://bugs.webkit.org/show_bug.cgi?id=73246

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

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=116813&action=review


> Tools/TestResultServer/model/jsonresults.py:318
> +	       if key == JSON_RESULTS_RESULTS or key == JSON_RESULTS_TIMES:

nit: if key in (JSON_RESULTS_RESULTS, JSON_RESULTS_TIMES):


More information about the webkit-reviews mailing list