diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 02:21:28 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 02:21:28 +0000 |
commit | e9486fc58a8e052380ef439fd1059e7f2e740770 (patch) | |
tree | ee1c8bd792c38c7716da762ee10e60ac57d4bbbb | |
parent | fc06e1a43487b3ac9e35f5429db7477398cfdf8d (diff) | |
download | chromium_src-e9486fc58a8e052380ef439fd1059e7f2e740770.zip chromium_src-e9486fc58a8e052380ef439fd1059e7f2e740770.tar.gz chromium_src-e9486fc58a8e052380ef439fd1059e7f2e740770.tar.bz2 |
Shard the editing tests. Now that the http tests have moved
to the dbg-3 shard, this should shave ~40 seconds off the
win/linux dbg-1 bots.
Review URL: http://codereview.chromium.org/500042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34641 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index 2ef600d..05d8e21 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -159,7 +159,7 @@ class TestRunner: self._http_server = http_server.Lighttpd(options.results_directory) self._shardable_directories = ['chrome', 'LayoutTests', 'pending', 'fast', - 'svg', 'loader'] + 'svg', 'loader', 'editing'] # The http tests are very stable on mac/linux. # TODO(ojan): Make the http server on Windows be apache so we can turn |