diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 01:30:09 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 01:30:09 +0000 |
commit | f99dbdd533c4adb86705d250d883a28cba62f820 (patch) | |
tree | 8531aa039efb5eafecb167dee95c18dfdfcc539a /webkit | |
parent | 4cd5f6a6319e7f6b34b72d5a1fde81b27cdaa633 (diff) | |
download | chromium_src-f99dbdd533c4adb86705d250d883a28cba62f820.zip chromium_src-f99dbdd533c4adb86705d250d883a28cba62f820.tar.gz chromium_src-f99dbdd533c4adb86705d250d883a28cba62f820.tar.bz2 |
Mark fast/encoding/char-decoding-mac.html for SKIP because
we never want to support legacy mac encodings other than MacRoman.
(although we include MacCyrillic data in our ICU for now).
Review URL: http://codereview.chromium.org/13365
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index e3f60ea..e4dee82 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -192,5 +192,6 @@ LINUX : chrome/fonts/impact.html = FAIL // to verify is that we don't crash on this page. LayoutTests/fast/js/regexp-charclass-crash.html = PASS TIMEOUT -// Test to verify legacy MAC encodings. -LayoutTests/fast/encoding/char-decoding-mac.html = FAIL
\ No newline at end of file +// Test to verify legacy MAC encodings. We don't want to support them and +// have to skip this test. +SKIP : LayoutTests/fast/encoding/char-decoding-mac.html = FAIL |