diff options
author | Steve Block <steveblock@google.com> | 2010-11-11 14:32:20 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-11-11 16:54:05 +0000 |
commit | 6a108501b1b2106ebf36e89cf617ab780d477bf5 (patch) | |
tree | c3b06258ad0f523a9fdd771c0aca655b3153e57c /tests/DumpRenderTree | |
parent | 6c8e20f96ae26533eb8081f4eab845ec710f9c9b (diff) | |
download | frameworks_base-6a108501b1b2106ebf36e89cf617ab780d477bf5.zip frameworks_base-6a108501b1b2106ebf36e89cf617ab780d477bf5.tar.gz frameworks_base-6a108501b1b2106ebf36e89cf617ab780d477bf5.tar.bz2 |
Remove the failing expectation for fast/encoding/char-encoding.html for DRT
This test now passes with both HTTP stacks.
Bug: 3047156
Change-Id: Ibb723d3e1b8bf45c23abf5ebd7a9789a5c7cc6de
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r-- | tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java index 50111f6..c62f4de 100644 --- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java @@ -89,7 +89,6 @@ 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 |