[Webkit-unassigned] [Bug 73004] New: DRT isn't updating on chromium linux build.webkit.org bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 23:10:47 PST 2011


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

           Summary: DRT isn't updating on chromium linux build.webkit.org
                    bot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpranke at chromium.org
                CC: tony at chromium.org, thakis at chromium.org,
                    koz at chromium.org, adamk at chromium.org,
                    scottmg at chromium.org


There appears to be a bug in the Makefile generator for GYP that is causing the chromium linux build on build.webkit.org to not include DRT in the "all" target; the issue seems to be that the DRT target is being resolved two different ways, leading to the DumpRenderTree.target.chromium.mk file getting generated twice; the second time is not pulled in from WebKit.gyp, so it isn't considered to be part of the "all" target.

The bug was introduced with the change in chromium r111360 to enable appcache and content to be build as DLLs (this introduced a dependency on WebKit.gyp to the appcache target, causing the problem).

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