Changeset 141349 in webkit


Ignore:
Timestamp:
Jan 30, 2013 5:22:30 PM (11 years ago)
Author:
roger_fong@apple.com
Message:

Enable tests for Windows EWS!
https://bugs.webkit.org/show_bug.cgi?id=107968.
Patch by Lucas Forschler.

Reviewed by Adam Barth.

  • Scripts/webkitpy/tool/commands/earlywarningsystem.py:

(WinEWS):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r141342 r141349  
     12013-01-30  Roger Fong  <roger_fong@apple.com>
     2
     3        Enable tests for Windows EWS!
     4        https://bugs.webkit.org/show_bug.cgi?id=107968.
     5        Patch by Lucas Forschler.
     6
     7        Reviewed by Adam Barth.
     8
     9        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
     10        (WinEWS):
     11
    1122013-01-30  Christophe Dumez  <christophe.dumez@intel.com>
    213
  • trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

    r141337 r141349  
    178178    # https://bugs.webkit.org/show_bug.cgi?id=39197
    179179    _build_style = "debug"
     180    _default_run_tests = True
    180181
    181182
Note: See TracChangeset for help on using the changeset viewer.