[Webkit-unassigned] [Bug 106819] New: Mac buildbot failing to compile if css3-text feature flag is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 13:10:11 PST 2013


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

           Summary: Mac buildbot failing to compile if css3-text feature
                    flag is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Lamarque.Souza at basyskom.com


Created an attachment (id=182614)
 --> (https://bugs.webkit.org/attachment.cgi?id=182614&action=review)
Enables css3-text feature flag

There has been some time that the mac buildbot fails to compile with the following message when css3-text is enabled [1]:

In file included from /Volumes/Data/EWS/WebKit/Source/WebCore/css/BasicShapeFunctions.cpp:35:
/Volumes/Data/EWS/WebKit/Source/WebCore/css/CSSPrimitiveValueMappings.h:2325:10: error: use of undeclared identifier 'CSSValueWavy'
    case CSSValueWavy:
         ^
1 error generated.

The attached patch reproduces the problem. The patch just enables css3-text and adds no new code. All other buildbots compile as expected so this problem seems specific to mac buildbot. I do not own a mac machine to fix this problem myself so I need help here. Landing css3 related patches without passing through the mac buildbot is not a good thing, I would like to have this problem fixed since the number of css3 related patches is growing.

[1] https://bugs.webkit.org/show_bug.cgi?id=94094#c9 and https://bugs.webkit.org/show_bug.cgi?id=94094#c12

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