RESOLVED FIXED 73246
testlistjson on the test results server doesn't understand hierarchical results format
https://bugs.webkit.org/show_bug.cgi?id=73246
Summary testlistjson on the test results server doesn't understand hierarchical resul...
Ojan Vafai
Reported 2011-11-28 13:48:22 PST
testlistjson on the test results server doesn't understand hierarchical results format
Attachments
Patch (39.25 KB, patch)
2011-11-28 13:50 PST, Ojan Vafai
tony: review+
Ojan Vafai
Comment 1 2011-11-28 13:50:30 PST
Tony Chang
Comment 2 2011-11-28 13:56:33 PST
Comment on attachment 116813 [details] Patch 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):
Ojan Vafai
Comment 3 2011-11-28 14:00:55 PST
Note You need to log in before you can comment on or make changes to this bug.