[Webkit-unassigned] [Bug 106172] New: Extract a class to represent a test result to simplify PerfTest.parse_output and PageLoadPerfTest._run_with_driver

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 02:12:31 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106172

           Summary: Extract a class to represent a test result to simplify
                    PerfTest.parse_output and
                    PageLoadPerfTest._run_with_driver
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, tony at chromium.org, abarth at webkit.org,
                    zoltan at webkit.org, morrita at google.com


Right now, PerfTest.parse_output is a God-function that parses text output of DriverOutput and creates the dictionary PerfTestRunner and the perf-o-matic expects.
PageLoadPerfTest._run_with_driver has a similar problem.

Extract a class that represents a test result in order to simplify these two functions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list