run-webkit-tests --lint-test-files crawls the whole LayoutTests subtree
authorojan@chromium.org <ojan@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 23:47:02 +0000 (23:47 +0000)
committerojan@chromium.org <ojan@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 23:47:02 +0000 (23:47 +0000)
commitbf9dada717bf0d75981aba9174c56a34cc6bedf2
treeca0a3515f8a8a792343667cc1ac7820ede5f97ca
parente2979ce770e5c5eb9c1e0630524a443867de64e2
run-webkit-tests --lint-test-files crawls the whole LayoutTests subtree
https://bugs.webkit.org/show_bug.cgi?id=76748

Reviewed by Ryosuke Niwa.

It crawls the whole subtree and then doesn't use the data. Cutting this out
saves 4 seconds warm and 17 seconds cold on my Mac Pro.

* Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(run):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105551 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py