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

Unified Diff: webkit/tools/layout_tests/run_webkit_tests.py

Issue 187017: Skip running layout tests in contained in 'script-tests' directories too.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/run_webkit_tests.py
===================================================================
--- webkit/tools/layout_tests/run_webkit_tests.py (revision 25264)
+++ webkit/tools/layout_tests/run_webkit_tests.py (working copy)
@@ -76,7 +76,7 @@
_supported_file_extensions = set(['.html', '.shtml', '.xml', '.xhtml', '.pl',
'.php', '.svg'])
# When collecting test cases, skip these directories
- _skipped_directories = set(['.svn', '_svn', 'resources'])
+ _skipped_directories = set(['.svn', '_svn', 'resources', 'script-tests'])
# Top-level directories to shard when running tests.
_shardable_directories = set(['chrome', 'LayoutTests', 'pending'])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698