diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 22:47:28 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-06 22:47:28 +0000 |
commit | 11e4cf08d80efd85845251c155682290cf6307a6 (patch) | |
tree | 5f214867a429403e79efd9837850bb9df0f314a8 /webkit | |
parent | 84469a450493d126feba3248e51d9f76782e240d (diff) | |
download | chromium_src-11e4cf08d80efd85845251c155682290cf6307a6.zip chromium_src-11e4cf08d80efd85845251c155682290cf6307a6.tar.gz chromium_src-11e4cf08d80efd85845251c155682290cf6307a6.tar.bz2 |
Moves two layout tests from the list of tests we can fix to the list
of texts we can't. These tests fail for us as we don't have a built in
tiff decoder, where as the mac does.
BUG=3009
TEST=none
Review URL: http://codereview.chromium.org/6291
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 4 |
2 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 40d9825..ee32f6ba 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -897,11 +897,6 @@ V8 | KJS # LayoutTests/fast/events/mouseup-from-button2.html = FAIL # http://code.google.com/p/chromium/issues/detail?id=3008 V8 | KJS # LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL -# These tests display "RenderPartObject" instead of "RenderImage". -# http://code.google.com/p/chromium/issues/detail?id=3009 -V8 | KJS # LayoutTests/fast/images/embed-image.html = FAIL -V8 | KJS # LayoutTests/fast/images/object-image.html = FAIL - # Many of the failures here are because V8 stringifies objects differently than # JSC. However, the missing position and totalSize properties seems genuine. V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 39547a8..d5eb23b 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -146,6 +146,10 @@ KJS | V8 # LayoutTests/http/tests/incremental/slow-utf8-css.pl = FAIL // This test relies on the x-mac-cyrillic encoding which we don't ship. V8 # LayoutTests/fast/encoding/frame-default-enc.html = FAIL +// These tests expect a tiff decoder, which we don't have. +KJS | V8 # LayoutTests/fast/images/embed-image.html = FAIL +KJS | V8 # LayoutTests/fast/images/object-image.html = FAIL + // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- |