summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/run_webkit_tests.py
diff options
context:
space:
mode:
authorojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-14 20:19:59 +0000
committerojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-14 20:19:59 +0000
commit600713a72483b9cd8698a34e86a017c3a90a4c7b (patch)
treeda715346dcc2d9036a2a3af8eee9e8b81df3d9f8 /webkit/tools/layout_tests/run_webkit_tests.py
parent70d9a81feb73046e345076f3ed9b19acf7c68c68 (diff)
downloadchromium_src-600713a72483b9cd8698a34e86a017c3a90a4c7b.zip
chromium_src-600713a72483b9cd8698a34e86a017c3a90a4c7b.tar.gz
chromium_src-600713a72483b9cd8698a34e86a017c3a90a4c7b.tar.bz2
Shard the http tests on linux as well. They seem to be just
as stable as on the mac now. Sharding the http tests on the mac did *not* increase flakiness at all. Also, update comment for a test in test_expectations. Review URL: http://codereview.chromium.org/494010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/run_webkit_tests.py')
-rwxr-xr-xwebkit/tools/layout_tests/run_webkit_tests.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py
index 359b2ff..57f10b5 100755
--- a/webkit/tools/layout_tests/run_webkit_tests.py
+++ b/webkit/tools/layout_tests/run_webkit_tests.py
@@ -153,9 +153,11 @@ class TestRunner:
self._shardable_directories = ['chrome', 'LayoutTests', 'pending', 'fast',
'svg']
- # The http tests are very stable on the mac. Experiment with sharding
- # the http directories to see if it considerably increases flakiness.
- if sys.platform == 'darwin':
+ # The http tests are very stable on mac/linux.
+ # TODO(ojan): Make the http server on Windows be apache so we can turn
+ # shard the http tests there as well. Switching to apache is what made them
+ # stable on linux/mac.
+ if sys.platform in ('darwin', 'linux2'):
self._shardable_directories.extend(['http', 'tests'])
self._websocket_server = websocket_server.PyWebSocket(