Bug 73246

Summary: testlistjson on the test results server doesn't understand hierarchical results format
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tony: review+

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.