[Webkit-unassigned] [Bug 106745] New: [chromium/mac] In a webkit-in-chromium build, `run-webkit-tests --chromium` never uses binaries built by `build-webkit --chromium`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 13 10:33:04 PST 2013


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

           Summary: [chromium/mac] In a webkit-in-chromium build,
                    `run-webkit-tests --chromium` never uses binaries
                    built by `build-webkit --chromium`
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thakis at chromium.org
                CC: dpranke at chromium.org


In a webkit-in-chromium build, layout_tests/port/chromium.py's _static_build_path looks in these places:

/Users/thakis/src/chrome/src/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/chrome/src/out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/chrome/src/third_party/WebKit/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree
/Users/thakis/src/chrome/src/third_party/WebKit/out/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree

This finds the DRT binaries in Chromium's build directories and it finds the DRT in the webkit ninja/make build directory, but it doesn't find the DRT binary in third_party/WebKit/Source/WebKit/chromium/xcodebuild.

>From what I can tell, this has never worked (?).

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