diff options
author | Steve Block <steveblock@google.com> | 2010-02-25 11:31:21 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-02-25 11:31:21 +0000 |
commit | fc735eefe139963696e7634cc526bd6141b75646 (patch) | |
tree | 456fcce6159bec824fc7296f430daa1ce35166e2 /tests | |
parent | f7483b1d5cac0585610f11ce4deec9a11f611bae (diff) | |
download | frameworks_base-fc735eefe139963696e7634cc526bd6141b75646.zip frameworks_base-fc735eefe139963696e7634cc526bd6141b75646.tar.gz frameworks_base-fc735eefe139963696e7634cc526bd6141b75646.tar.bz2 |
Removes a Geolocation test from the DumpRenderTree skipped list
We now have an Android-specific expected result for this test.
Change-Id: I41919f01ac0fb6f07f0d650695462510f3a37d98
Diffstat (limited to 'tests')
-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 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 |