diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 18:59:38 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 18:59:38 +0000 |
commit | 105cf0d4d03f6e2da389e9a2c4cb5129a1ff8cda (patch) | |
tree | d0673d4266ae4959d0e40008937699a2f5c20d5d /webkit | |
parent | 18bc42c9f2633ff1a12da22715c8d005f4038053 (diff) | |
download | chromium_src-105cf0d4d03f6e2da389e9a2c4cb5129a1ff8cda.zip chromium_src-105cf0d4d03f6e2da389e9a2c4cb5129a1ff8cda.tar.gz chromium_src-105cf0d4d03f6e2da389e9a2c4cb5129a1ff8cda.tar.bz2 |
Update test lists after the webkit merge (r40124) that
included the fix for char-encoding.html.
fast/encoding/char-encoding.html should pass on all platforms.
fast/encoding/char-encoding-mac.html should be ignored on Linux and Windows.
Review URL: http://codereview.chromium.org/18700
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 3 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 0d9eeaa..5df56dd 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1622,9 +1622,6 @@ SKIP : LayoutTests/fast/events/pointer-events.html = FAIL // Merge 39744:39829 - new tests WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html = FAIL -// This tests legacy mac encodings of form input values as part of URLs. -// http://crbug.com/7388. -LayoutTests/fast/encoding/char-encoding-mac.html = FAIL WIN LINUX : LayoutTests/fast/repaint/transform-disable-layoutstate.html = FAIL // Merge 39744:39829 - regression likely due to bad implementation of RenderPath::strokeContains in PathSkia.cpp diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index a82bd29..5e7b21a 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -14,6 +14,9 @@ // permanently expected to fail. SKIP : LayoutTests/dom/xhtml = PASS +// We do not want to support Legacy mac encodings on Windows/Linux. +SKIP WIN LINUX : LayoutTests/fast/encoding/char-encoding-mac.html = FAIL + // Fails due to different window.close() rules. See bug 753420. We need // to decide whether we ever expect to pass this. Now also timing out. SKIP : LayoutTests/fast/dom/open-and-close-by-DOM.html = FAIL |