diff options
author | 2010-11-11 08:56:02 -0800 | |
---|---|---|
committer | 2010-11-11 08:56:02 -0800 | |
commit | b38caa5536d3db99f97ef3755ecd42e098cbbf9f (patch) | |
tree | dcba84636fa5a1b85b79bb21c456321af8feae1b | |
parent | f0c3a99cee063a3e4e71f6b5c9a6505682cd7add (diff) | |
parent | 6a108501b1b2106ebf36e89cf617ab780d477bf5 (diff) |
Merge "Remove the failing expectation for fast/encoding/char-encoding.html for DRT"
-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 50111f6c0022..c62f4de43237 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 |