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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # Copyright (c) 2011 Google Inc. All rights reserved. 2 # Copyright (c) 2011 Google Inc. All rights reserved.
3 # Copyright (C) 2010 Chris Jerdonek (cjerdonek@webkit.org) 3 # Copyright (C) 2010 Chris Jerdonek (cjerdonek@webkit.org)
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are 6 # modification, are permitted provided that the following conditions are
7 # met: 7 # met:
8 # 8 #
9 # * Redistributions of source code must retain the above copyright 9 # * Redistributions of source code must retain the above copyright
10 # notice, this list of conditions and the following disclaimer. 10 # notice, this list of conditions and the following disclaimer.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'webkitpy.w3c.*', 52 'webkitpy.w3c.*',
53 'webkitpy.layout_tests.layout_package.bot_test_expectations_unittest.*', 53 'webkitpy.layout_tests.layout_package.bot_test_expectations_unittest.*',
54 ] 54 ]
55 else: 55 else:
56 # The scm tests are really slow, so we skip them by default. 56 # The scm tests are really slow, so we skip them by default.
57 # bugs.webkit.org/show_bug.cgi?id=31818 . 57 # bugs.webkit.org/show_bug.cgi?id=31818 .
58 skip = [ 58 skip = [
59 'webkitpy.common.checkout.scm.scm_unittest.*', 59 'webkitpy.common.checkout.scm.scm_unittest.*',
60 ] 60 ]
61 61
62 skip.append('webkitpy.layout_tests.*')
63
62 sys.exit(typ.main(top_level_dir=scripts_dir, 64 sys.exit(typ.main(top_level_dir=scripts_dir,
63 skip=skip, 65 skip=skip,
64 path=[os.path.join(scripts_dir, 'webkitpy', 'thirdparty')], 66 path=[os.path.join(scripts_dir, 'webkitpy', 'thirdparty')],
65 win_multiprocessing='spawn')) 67 win_multiprocessing='spawn'))
OLDNEW
« 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