summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:21:17 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:21:17 +0000
commitdf379f406289eacfb8720f6e13d501a640a39500 (patch)
treecc6759472c9d6542e8e311a50feb943d4e598220 /webkit
parent3e9fe53e8e10628ba4432e50ea114200757ffe40 (diff)
downloadchromium_src-df379f406289eacfb8720f6e13d501a640a39500.zip
chromium_src-df379f406289eacfb8720f6e13d501a640a39500.tar.gz
chromium_src-df379f406289eacfb8720f6e13d501a640a39500.tar.bz2
When I submitted my change last time, I missed that someone had modified the surrounding script in a way that broke the code.
Review URL: http://codereview.chromium.org/13348 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rwxr-xr-xwebkit/tools/layout_tests/run_webkit_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py
index 90fd738..ce46777 100755
--- a/webkit/tools/layout_tests/run_webkit_tests.py
+++ b/webkit/tools/layout_tests/run_webkit_tests.py
@@ -202,9 +202,9 @@ class TestRunner:
files.extend(test_files[0:extra])
self._test_files = set(files)
# update expectations so that the stats are calculated correctly
- expectations = test_expectations.TestExpectations(self._test_files,
- file_dir,
- is_debug_mode)
+ self._expectations = self._ParseExpectations(
+ platform_utils.GetTestListPlatformName().lower(),
+ options.target == 'Debug')
else:
logging.info('Run: %d tests' % len(self._test_files))