Skip to content

Commit

Permalink
Disable tests on the mac-ews while we sort out hte stability issues.
Browse files Browse the repository at this point in the history
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105952 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Adam Barth committed Jan 26, 2012
1 parent af81b87 commit 30be063
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Tools/ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,10 @@
2012-01-25 Adam Barth <abarth@webkit.org>

Disable tests on the mac-ews while we sort out hte stability issues.

* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):

2012-01-23 Dirk Pranke <dpranke@chromium.org> 2012-01-23 Dirk Pranke <dpranke@chromium.org>


investigate use of 'mac' and 'win' as fully-specified port names for the apple ports investigate use of 'mac' and 'win' as fully-specified port names for the apple ports
Expand Down
1 change: 0 additions & 1 deletion Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -207,4 +207,3 @@ class ChromiumMacEWS(AbstractChromiumEWS, AbstractCommitterOnlyEWS):
class MacEWS(AbstractCommitterOnlyEWS): class MacEWS(AbstractCommitterOnlyEWS):
name = "mac-ews" name = "mac-ews"
port_name = "mac" port_name = "mac"
_run_tests = True

0 comments on commit 30be063

Please sign in to comment.