[Webkit-unassigned] [Bug 38693] New: [Chromium] cleanup json_results_generator dependencies so that non-layout-tests can also use it safely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 14:41:28 PDT 2010


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

           Summary: [Chromium] cleanup json_results_generator dependencies
                    so that non-layout-tests can also use it safely
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


Dependencies and APIs of json_results_generator.py [1] should be cleaned up and
layout-tests specific code should be placed only in
json_layout_results_generator.py, so that non-layout-tests can safely/cleanly
utilize the JSON generator as well.

For example currently json_results_generator.py is also used for chromium's
unit/ui testing and called from outside WebKit (from chromium's test script),
but it is making things complicated and error prone.

[1]
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
Related chromium bug: http://crbug.com/41405

-- 
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