[Webkit-unassigned] [Bug 53908] New: Get rid of code which writes test results from test_type/* classes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 00:43:17 PST 2011


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

           Summary: Get rid of code which writes test results from
                    test_type/* classes.
           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, ojan at chromium.org,
                    dpranke at chromium.org
            Blocks: 53071


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

This patch introduced test_result_writer and get rid of code which writes test_results from each test_type/* class.
Writing a test result now happens inside of single_test_runner, using newly introduced test_result_writer.

This patch is only refactoring. There is no functional changes.

Subsequent patches will delete test_type/* classes completely.

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