From fd5c6425ce58eb75211be7718d5dee960842a37e Mon Sep 17 00:00:00 2001 From: Iain Merrick Date: Wed, 29 Sep 2010 10:59:30 +0100 Subject: Add fast/encoding layout tests. Merged from WebKit at r67178. The vast majority of these are passing. The exceptions: - Three Mac-specific tests, won't fix. - Four failures in the Java HTTP stack (no problem for the Chrome HTTP stack). - fast/encoding/mailto-always-utf-8 needs a new LayoutTestController callback. Change-Id: I16c613d42acd0ea2dc146909d514376d0a2e5aaa --- LayoutTests/platform/android/test_expectations.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'LayoutTests/platform') diff --git a/LayoutTests/platform/android/test_expectations.txt b/LayoutTests/platform/android/test_expectations.txt index aa87b25..021b97d 100644 --- a/LayoutTests/platform/android/test_expectations.txt +++ b/LayoutTests/platform/android/test_expectations.txt @@ -43,6 +43,11 @@ ietestcenter/Javascript/15.4.4.15-3-8.html CRASH // hangs the layout tests http: // This first block of tests are for features for which Android // should pass all tests. They are skipped only temporarily. // TODO: Fix these failing tests and remove them from this list. +fast/encoding/char-encoding.html FAIL // fails in Java HTTP stack, see http://b/issue?id=3047156 +fast/encoding/char-decoding.html FAIL // fails in Java HTTP stack, see http://b/issue?id=3047156 +fast/encoding/hanarei-blog32-fc2-com.html FAIL // fails in Java HTTP stack, see http://b/issue?id=3046986 +fast/encoding/mailto-always-utf-8.html FAIL // Requires waitForPolicyDelegate(), see http://b/issue?id=3043468 +fast/encoding/percent-escaping.html FAIL // fails in Java HTTP stack, see http://b/issue?id=3046984 fast/events/touch/basic-multi-touch-events.html FAIL // Requires multi-touch fast/events/touch/touch-target.html FAIL // Requires multi-touch http/tests/appcache/empty-manifest.html FAIL // flaky @@ -60,6 +65,9 @@ storage/transaction-error-callback-isolated-world.html FAIL // Requires layoutTe storage/transaction-success-callback-isolated-world.html FAIL // Requires layoutTestController.evaluateScriptInIsolatedWorld() // Expected failures due to unsupported features. +fast/encoding/char-decoding-mac.html FAIL // Mac-specific encodings (also marked Won't Fix in Chromium, bug 7388) +fast/encoding/char-encoding-mac.html FAIL // Mac-specific encodings (also marked Won't Fix in Chromium, bug 7388) +fast/encoding/idn-security.html FAIL // Mac-specific IDN checks (also marked Won't Fix in Chromium, bug 21814) fast/events/touch/touch-coords-in-zoom-and-scroll.html FAIL // Requires eventSender.zoomPageIn(),zoomPageOut() fast/workers FAIL // workers not supported http/tests/eventsource/workers FAIL // workers not supported -- cgit v1.1