summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-03-01 10:54:30 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-03-01 10:54:30 -0800
commite60f6730b683f8c8ba06c97955014dc678ce908f (patch)
treeae6b69102562a78192ef8163238ceb3dea347097 /tests/DumpRenderTree
parent666eecc1e3f1ae168284ba407de77fb2654f8604 (diff)
parentfc735eefe139963696e7634cc526bd6141b75646 (diff)
downloadframeworks_base-e60f6730b683f8c8ba06c97955014dc678ce908f.zip
frameworks_base-e60f6730b683f8c8ba06c97955014dc678ce908f.tar.gz
frameworks_base-e60f6730b683f8c8ba06c97955014dc678ce908f.tar.bz2
Merge "Removes a Geolocation test from the DumpRenderTree skipped list"
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java1
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 6ceb0f9..191b5e9 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
@@ -84,7 +84,6 @@ public class FileFilter {
// This first block of tests are for HTML5 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/dom/Geolocation/callback-exception.html"); // exception output incorrect with V8
ignoreResultList.add("http/tests/appcache/auth.html"); // file not found
ignoreResultList.add("http/tests/appcache/deferred-events.html"); // file not found
ignoreResultList.add("http/tests/appcache/deferred-events-delete-while-raising.html"); // file not found