[Webkit-unassigned] [Bug 53004] New: Introduces DriverInput and DriverOutput classes and single_test_runner module.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 05:49:48 PST 2011


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

           Summary: Introduces DriverInput and DriverOutput classes and
                    single_test_runner module.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: eric at webkit.org, dpranke at chromium.org
            Blocks: 51091


This is a separated patch from https://bugs.webkit.org/show_bug.cgi?id=51091.

This patch does mainly two things:
 - Introduces Input/Output classes used by base.Driver into port/base.py.
 - Move _run_single_test() and _process_output() functions from dump_render_tree_thread.py to a single_test_runner.py as an individual module. 

test_types/* classes are not touched except for renaming variables in this patch. The following patches will move test_type/* classes into a single_test_runner module introduced in this patch.

Please see  https://bugs.webkit.org/show_bug.cgi?id=51091 for more details.

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