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

Unified Diff: Tools/Scripts/test-webkitpy

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 | « LayoutTests/VirtualTestSuites ('k') | Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/test-webkitpy
diff --git a/Tools/Scripts/test-webkitpy b/Tools/Scripts/test-webkitpy
index d7b5d996e806d12055ad47158074b4c21c0796d7..3234d02133cc8fb9856c8a8fe2cb209b6db3a1e5 100755
--- a/Tools/Scripts/test-webkitpy
+++ b/Tools/Scripts/test-webkitpy
@@ -59,6 +59,8 @@ else:
'webkitpy.common.checkout.scm.scm_unittest.*',
]
+skip.append('webkitpy.layout_tests.*')
+
sys.exit(typ.main(top_level_dir=scripts_dir,
skip=skip,
path=[os.path.join(scripts_dir, 'webkitpy', 'thirdparty')],
« no previous file with comments | « LayoutTests/VirtualTestSuites ('k') | Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698