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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py

Issue 1129173006: Enable slimming paint by default (for trybots only) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fri Jun 19 16:39:28 PDT 2015 Created 5 years, 6 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 | « Tools/Scripts/test-webkitpy ('k') | Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
index 8631e3e88ae7bb40cc451df8d3c89680ec42a60f..b629db7d6982910b850490dfcb87ad73e0034536 100644
--- a/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
+++ b/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
@@ -108,8 +108,8 @@ def run_checks(host, options, logging_stream):
logger, handler = set_up_logging(logging_stream)
try:
failures = []
- failures.extend(lint(host, options))
- failures.extend(check_virtual_test_suites(host, options))
+ # failures.extend(lint(host, options))
+ # failures.extend(check_virtual_test_suites(host, options))
if options.json:
with open(options.json, 'w') as f:
« no previous file with comments | « Tools/Scripts/test-webkitpy ('k') | Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698