[Webkit-unassigned] [Bug 34826] New: run-chromium-webkit-tests --platform=mac-leopard does bogus image diffing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 18:13:29 PST 2010


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

           Summary: run-chromium-webkit-tests --platform=mac-leopard does
                    bogus image diffing
           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: eric at webkit.org
                CC: abarth at webkit.org, ojan at chromium.org,
                    levin at chromium.org, dpranke at chromium.org


run-chromium-webkit-tests --platform=mac-leopard does bogus image diffing

    def _path_to_image_diff(self):
        return self._build_path('image_diff') # FIXME: This is wrong and should
be "ImageDiff", but having the correct path causes other parts of the script to
hang.

turns out that "image_diff" expects command line arguments and is not
long-running.

ImageDiff is long running.

We'll have to teach RCWT how to deal with a long-running ImageDiff (similar to
how we deal with a long-running DumpRenderTree) via the "Driver" class.

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