diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 18:27:26 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 18:27:26 +0000 |
commit | 9c37dca45dc7a3254030735550fd89675e85c3e8 (patch) | |
tree | 19a4d7ce373a969f3706a8dab957256f7dd19eca /webkit/tools | |
parent | fede6ca1035f1275847b861eaf6a07f8b35a65ab (diff) | |
download | chromium_src-9c37dca45dc7a3254030735550fd89675e85c3e8.zip chromium_src-9c37dca45dc7a3254030735550fd89675e85c3e8.tar.gz chromium_src-9c37dca45dc7a3254030735550fd89675e85c3e8.tar.bz2 |
Mark move-by-line-001.html as sometimes failing IMAGE+TEXT in the Win Dbg bot.
BUG=10435
TEST=none
Review URL: http://codereview.chromium.org/268020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index fafa497..75686887 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2325,7 +2325,9 @@ BUG10435 LINUX : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL BUG10435 MAC : LayoutTests/editing/pasteboard/copy-standalone-image.html = FAIL // See above comment about this test on linux/win. BUG10435 MAC : LayoutTests/editing/selection/designmode-no-caret.html = FAIL -BUG10435 WIN : LayoutTests/editing/selection/move-by-line-001.html = IMAGE +BUG10435 WIN RELEASE : LayoutTests/editing/selection/move-by-line-001.html = IMAGE +// IMAGE+TEXT is flaky +BUG10435 WIN DEBUG : LayoutTests/editing/selection/move-by-line-001.html = IMAGE IMAGE+TEXT // New tests added in the 41420:41447 merge that fail (just needs a new baseline): BUG10437 LINUX : LayoutTests/fast/css-generated-content/hit-test-generated-content.html = FAIL |