[Webkit-unassigned] [Bug 90061] New: [WK2] [GTK] WebKit2 testing bot fails to run tests due to missing files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 27 04:30:17 PDT 2012


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

           Summary: [WK2] [GTK] WebKit2 testing bot fails to run tests due
                    to missing files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com
                CC: xan.lopez at gmail.com, gns at gnome.org,
                    mrobinson at webkit.org, pnormand at igalia.com


Currently the WK2 uses a packed build from the 64 bit release bot to run the tests instead of doing the build on its own. The scripts currently pack the Programs/ and .libs/ dirs under the WebKitBuild/Release directory. This is clearly not enough because in the Programs/ dir there are some libtool files that point to object files located under WebKitBuild/Release/Sources/.

So there are several possibilities here:
1- add the WebKitBuild/Release/Source/ directory to the packed build. That's easy to do, but we'll be adding ~30Mb to the compressed file where we pack the build (it's already ~45Mb and takes 10-15 min to be uploaded to the master after each build)

2- somehow tweak our build system to create the executables we want in a Programs/ directory (as our testing tools expect that name) and pack it instead of WebKitBuild/Release/Programs

3- ... any other?

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