Bug 124623

Summary: PerfTestRunner._generate_results_dict shouldn't depend on test objects
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, commit-queue, glenn, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 124496    
Bug Blocks: 124498    
Attachments:
Description Flags
Patch none

Description Ryosuke Niwa 2013-11-19 18:26:41 PST
In order for PerfTest.run to return multiple metrics, PerfTestRunner._generate_results_dict can't depend on test objects
as we can't create multiple test objects per test file.
Comment 1 Ryosuke Niwa 2013-11-19 18:33:52 PST
Created attachment 217370 [details]
Patch
Comment 2 Ryosuke Niwa 2013-11-21 05:20:24 PST
Comment on attachment 217370 [details]
Patch

Clearing flags on attachment: 217370

Committed r159617: <http://trac.webkit.org/changeset/159617>
Comment 3 Ryosuke Niwa 2013-11-21 05:20:31 PST
All reviewed patches have been landed.  Closing bug.