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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 04:24:46 PST 2013


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





--- Comment #5 from Lamarque V. Souza <Lamarque.Souza at basyskom.com>  2013-01-15 04:26:31 PST ---
(In reply to comment #3)
> (From update of attachment 182614 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=182614&action=review
> 
> > Source/WebKit/chromium/features.gypi:43
> > -      'ENABLE_CSS3_CONDITIONAL_RULES=0',
> > -      'ENABLE_CSS3_TEXT=0',
> > +      'ENABLE_CSS3_CONDITIONAL_RULES=1',
> > +      'ENABLE_CSS3_TEXT=1',
> 
> Why are you enabling this on Chromium?

As I explained in the bug description several patches depends on being css3-text enabled to be tested by the bots:

https://bugs.webkit.org/showdependencytree.cgi?id=58491&hide_resolved=1

I need to enable css3-text so that the bots can compile and test the patches above. Without such a change the bots disable all code that depends on css3-text, nothing is tested and the bot set a green for the patch even though nothing has been tested, so it can be false positive. The two failing unit tests for chromium buildbot is probably due to the change to LayoutTests/platform/chromium/TestExpectations. One of the links I wrote in the bug description talks about that. However, this bug report is about the mac buildbot, it does not compile even when no new code is added. I do not know why that happens and I cannot fix it because I do not own a mac machine to test it.

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