From cd90b15cb8cd3347c58dc0fe3a30ea3e1b17ab6e Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 19 Mar 2010 15:57:41 +0000 Subject: [PATCH] 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 --- .../src/com/android/dumprendertree/FileFilter.java | 10 ++-------- 1 file 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 1796d184fe8cc..b33f2a449147d 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