[Webkit-unassigned] [Bug 81007] check-webkit-style fails on LayoutTests/platform/efl/test_expectations.txt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 10:05:02 PDT 2012


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


Kishore Bolisetty <kbolisetty at innominds.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrahaman at innominds.com




--- Comment #1 from Kishore Bolisetty <kbolisetty at innominds.com>  2012-03-13 10:05:02 PST ---
I also have done little debugging in python scripts and could find the workaround for this issue, but not sure if it is a right fix.

Adding "efl" in Tools/Scripts/webkitpy/layout_tests/port/builders.py

as shown below would solve the issue.

_ports_without_builders = [
    "google-chrome-linux32",
    "google-chrome-linux64",
    "qt-mac",
    "qt-win",
    "qt-wk2",
    "efl",
]

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