diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 03:57:45 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 03:57:45 +0000 |
commit | f791f2f037b7fe9b29284b930bddb84019f8f7e4 (patch) | |
tree | 46aa4f1308ab6495e249089fc4a97d5a78c4c5dc | |
parent | c4d1fd206ff72aedb5f10446a82c42e37d7a62b3 (diff) | |
download | chromium_src-f791f2f037b7fe9b29284b930bddb84019f8f7e4.zip chromium_src-f791f2f037b7fe9b29284b930bddb84019f8f7e4.tar.gz chromium_src-f791f2f037b7fe9b29284b930bddb84019f8f7e4.tar.bz2 |
Fix webkit by removing duplicate tests.
Also add one test that has been failing everytime
since we run the tests in parallel.
Review URL: http://codereview.chromium.org/63046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13225 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index f630b9d..dfcd3db 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1942,7 +1942,7 @@ MAC : LayoutTests/editing/pasteboard/copy-standalone-image.html = FAIL MAC : LayoutTests/editing/selection/designmode-no-caret.html = FAIL WIN DEBUG : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH MAC : LayoutTests/animations/animation-controller-drt-api.html = TIMEOUT PASS -LINUX WIN DEBUG : LayoutTests/editing/selection/move-by-line-001.html = FAIL +WIN DEBUG : LayoutTests/editing/selection/move-by-line-001.html = FAIL // New test added in the 41286:41362 merge. Not clear whether we pass. BUG8404 DEFER LINUX WIN : LayoutTests/fast/layers/inline-dirty-z-order-lists.html = FAIL @@ -2312,3 +2312,6 @@ MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL // Broken by r13217. LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL + +// Broken after the change to run the tests in parallel. (r13212) +LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS |