Title: [106520] trunk/Tools
- Revision
- 106520
- Author
- [email protected]
- Date
- 2012-02-01 18:11:52 -0800 (Wed, 01 Feb 2012)
Log Message
Update the tests to show that the mac-ews processes patches from
non-committers.
* Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
(EarlyWarningSytemTest.test_committer_only_ewses):
(EarlyWarningSytemTest.test_builder_ewses):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (106519 => 106520)
--- trunk/Tools/ChangeLog 2012-02-02 02:08:02 UTC (rev 106519)
+++ trunk/Tools/ChangeLog 2012-02-02 02:11:52 UTC (rev 106520)
@@ -1,5 +1,14 @@
2012-02-01 Adam Barth <[email protected]>
+ Update the tests to show that the mac-ews processes patches from
+ non-committers.
+
+ * Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
+ (EarlyWarningSytemTest.test_committer_only_ewses):
+ (EarlyWarningSytemTest.test_builder_ewses):
+
+2012-02-01 Adam Barth <[email protected]>
+
Mac-ews logs are huge
https://bugs.webkit.org/show_bug.cgi?id=77045
Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py (106519 => 106520)
--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py 2012-02-02 02:08:02 UTC (rev 106519)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py 2012-02-02 02:11:52 UTC (rev 106520)
@@ -86,10 +86,10 @@
self.assert_queue_outputs(ews, expected_stderr=expected_stderr)
def test_committer_only_ewses(self):
- self._test_committer_only_ews(MacEWS())
self._test_committer_only_ews(ChromiumMacEWS())
def test_builder_ewses(self):
+ self._test_builder_ews(MacEWS())
self._test_builder_ews(ChromiumWindowsEWS())
self._test_builder_ews(QtEWS())
self._test_builder_ews(GtkEWS())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes