diff options
author | Steve Block <steveblock@google.com> | 2010-03-19 15:57:41 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-03-22 10:52:56 +0000 |
commit | cd90b15cb8cd3347c58dc0fe3a30ea3e1b17ab6e (patch) | |
tree | 561b7dfe02b294ff6fb3e8d447813eaa4e0c3388 /tests/DumpRenderTree/src | |
parent | 547b83328e5a3abc882059d2de6e2edc42c2fe83 (diff) | |
download | frameworks_base-cd90b15cb8cd3347c58dc0fe3a30ea3e1b17ab6e.zip frameworks_base-cd90b15cb8cd3347c58dc0fe3a30ea3e1b17ab6e.tar.gz frameworks_base-cd90b15cb8cd3347c58dc0fe3a30ea3e1b17ab6e.tar.bz2 |
Removes most remaining appcache layout tests from the DumpRenderTree ignoreResults list
The server serving the layout tests has now been updated to to reflect the
current version of WebKit (r54731) so serveral more tests now pass.
Change-Id: I95afa0012bf3fed15c733b0317ecd4c03f7a158f
Diffstat (limited to 'tests/DumpRenderTree/src')
-rw-r--r-- | tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java index 1796d18..b33f2a4 100644 --- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java @@ -82,17 +82,11 @@ 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("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 - ignoreResultList.add("http/tests/appcache/destroyed-frame.html"); // file not found - ignoreResultList.add("http/tests/appcache/detached-iframe.html"); // file not found - ignoreResultList.add("http/tests/appcache/different-scheme.html"); // file not found - ignoreResultList.add("http/tests/appcache/disabled.html"); // not found + ignoreResultList.add("http/tests/appcache/auth.html"); // DumpRenderTree throws exception when authentication fails + ignoreResultList.add("http/tests/appcache/disabled.html"); // Missing layoutTestController.overridePreference ignoreResultList.add("http/tests/appcache/empty-manifest.html"); // flaky ignoreResultList.add("http/tests/appcache/foreign-iframe-main.html"); // flaky - skips states ignoreResultList.add("http/tests/appcache/manifest-with-empty-file.html"); // flaky - ignoreResultList.add("http/tests/appcache/whitelist-wildcard.html"); // file not found ignoreResultList.add("storage/database-lock-after-reload.html"); // Succeeds but DumpRenderTree does not read result correctly ignoreResultList.add("storage/hash-change-with-xhr.html"); // Succeeds but DumpRenderTree does not read result correctly |