summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIain Merrick <husky@google.com>2010-09-29 16:02:00 +0100
committerIain Merrick <husky@google.com>2010-09-29 16:30:10 +0100
commit5f421a56786cf7c71159280c51bd4280f5199cfb (patch)
tree8c4136a3c0d12216a6ac3d340aa871c3166ad024 /tests
parentf46731ddded0b399f3dfa5c04e6c449e6c280079 (diff)
downloadframeworks_base-5f421a56786cf7c71159280c51bd4280f5199cfb.zip
frameworks_base-5f421a56786cf7c71159280c51bd4280f5199cfb.tar.gz
frameworks_base-5f421a56786cf7c71159280c51bd4280f5199cfb.tar.bz2
Update DumpRenderTree test expectations for fast/encoding
New layout tests added in https://android-git.corp.google.com/g/70926 Change-Id: I3c12f44d2c283e8b1da1c10975d6e4dd567889f8
Diffstat (limited to 'tests')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
index 8afd9f6..0204782 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
@@ -93,6 +93,11 @@ public class FileFilter {
// 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.
+ ignoreResultList.add("fast/encoding/char-encoding.html"); // fails in Java HTTP stack, see http://b/issue?id=3047156
+ ignoreResultList.add("fast/encoding/char-decoding.html"); // fails in Java HTTP stack, see http://b/issue?id=3047156
+ ignoreResultList.add("fast/encoding/hanarei-blog32-fc2-com.html"); // fails in Java HTTP stack, see http://b/issue?id=3046986
+ ignoreResultList.add("fast/encoding/mailto-always-utf-8.html"); // Requires waitForPolicyDelegate(), see http://b/issue?id=3043468
+ ignoreResultList.add("fast/encoding/percent-escaping.html"); // fails in Java HTTP stack, see http://b/issue?id=3046984
ignoreResultList.add("fast/events/touch/basic-multi-touch-events.html"); // Requires multi-touch
ignoreResultList.add("fast/events/touch/touch-target.html"); // Requires multi-touch
ignoreResultList.add("http/tests/appcache/empty-manifest.html"); // flaky
@@ -110,6 +115,9 @@ public class FileFilter {
ignoreResultList.add("storage/transaction-success-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld()
// Expected failures due to unsupported features.
+ ignoreResultList.add("fast/encoding/char-decoding-mac.html"); // Mac-specific encodings (also marked Won't Fix in Chromium, bug 7388)
+ ignoreResultList.add("fast/encoding/char-encoding-mac.html"); // Mac-specific encodings (also marked Won't Fix in Chromium, bug 7388)
+ ignoreResultList.add("fast/encoding/idn-security.html"); // Mac-specific IDN checks (also marked Won't Fix in Chromium, bug 21814)
ignoreResultList.add("fast/events/touch/touch-coords-in-zoom-and-scroll.html"); // Requires eventSender.zoomPageIn(),zoomPageOut()
ignoreResultList.add("fast/workers"); // workers not supported
ignoreResultList.add("http/tests/eventsource/workers"); // workers not supported