diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 11:56:33 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 11:56:33 +0000 |
commit | 5e6ec99df5330e25beb3a955f84d37c243b71e5c (patch) | |
tree | 754fe8b42b7a8bf51d4fd501eef1d19a68096e30 | |
parent | b386139c84eeca72084fd6760eca5b1ca1042966 (diff) | |
download | chromium_src-5e6ec99df5330e25beb3a955f84d37c243b71e5c.zip chromium_src-5e6ec99df5330e25beb3a955f84d37c243b71e5c.tar.gz chromium_src-5e6ec99df5330e25beb3a955f84d37c243b71e5c.tar.bz2 |
Annotate that set-colors is failing because the tests depends on canvas imageData.
Review URL: http://codereview.chromium.org/18045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8003 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index d57abfd..05f8270 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1840,11 +1840,6 @@ LINUX : LayoutTests/fast/transforms/transformed-document-element.html = FAIL // started with r7379 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = PASS FAIL -// Merge 39520:39606 -- new test. -LINUX WIN : LayoutTests/fast/canvas/set-colors.html = FAIL -// Crashes on mac also from time to time, but probably not because of this test -// more because of the general problems. -MAC : LayoutTests/fast/canvas/set-colors.html = FAIL CRASH // Merge 39606:39660 - these tests fail now because inageData.data // returns 'undefined'. Upstream change removed the CanvasPixelArray @@ -1870,6 +1865,10 @@ LayoutTests/fast/canvas/canvas-transparency-and-composite.html = FAIL LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html = FAIL LayoutTests/fast/canvas/gradient-with-clip.html = FAIL LayoutTests/fast/canvas/pattern-with-transform.html = FAIL +WIN : LayoutTests/fast/canvas/set-colors.html = FAIL +// Crashes from time to time, but probably not because of this test +// more because of the general problems. +LINUX MAC : LayoutTests/fast/canvas/set-colors.html = FAIL CRASH // Merge 39606:39660 - tests were modified upstream, perhaps need a rebaseline. LINUX WIN : LayoutTests/svg/custom/pointer-events-path.svg = FAIL |