summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/layout_package
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 21:49:47 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 21:49:47 +0000
commit75ed7c2b033fcbcd8f31690c8cd8a722f26206c7 (patch)
tree3916f2d19bf640eb9e237b85a5ccf8eccb66fa55 /webkit/tools/layout_tests/layout_package
parentfba614115c4accd0da423beccacd71e15e2c55c4 (diff)
downloadchromium_src-75ed7c2b033fcbcd8f31690c8cd8a722f26206c7.zip
chromium_src-75ed7c2b033fcbcd8f31690c8cd8a722f26206c7.tar.gz
chromium_src-75ed7c2b033fcbcd8f31690c8cd8a722f26206c7.tar.bz2
By popular demand, mv test_lists/tests_fixable.txt to test_expectations.txt.
This will require updating a couple scripts. I've updated run_webkit_tests. I think jonc and sandholm's scripts will need updating once this is committed. Also, while I'm modifying run_webkit_tests.py, re-adds --num-test-shells argument as I'm trying to make it work. Review URL: http://codereview.chromium.org/49030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/layout_package')
-rw-r--r--webkit/tools/layout_tests/layout_package/test_expectations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/layout_package/test_expectations.py b/webkit/tools/layout_tests/layout_package/test_expectations.py
index 3dbb0eb..8fb283c 100644
--- a/webkit/tools/layout_tests/layout_package/test_expectations.py
+++ b/webkit/tools/layout_tests/layout_package/test_expectations.py
@@ -17,7 +17,7 @@ import compare_failures
(PASS, FAIL, TIMEOUT, CRASH, SKIP, WONTFIX, DEFER, NONE) = range(8)
class TestExpectations:
- TEST_LIST = "tests_fixable.txt"
+ TEST_LIST = "test_expectations.txt"
def __init__(self, tests, directory, platform, is_debug_mode):
"""Reads the test expectations files from the given directory."""