Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1953)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 15790007: Fix webkitpy unittests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/layout_tests/port/chromium_linux_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index 1fd946dad1dd26a8c3eeb67670ad9ececf979f28..556709f0b2bf516321b53f5bc840a6fc8586a7c8 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1026,7 +1026,7 @@ class Port(object):
return expectations
def bot_expectations(self):
- if self.get_option('ignore_flaky_tests') == 'default':
+ if not self.get_option('ignore_flaky_tests'):
return {}
full_port_name = self.determine_full_port_name(self.host, self._options, self.port_name)
« no previous file with comments | « no previous file | Tools/Scripts/webkitpy/layout_tests/port/chromium_linux_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698