diff options
author | Steve Block <steveblock@google.com> | 2010-04-29 18:22:24 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-05-11 14:28:10 +0100 |
commit | 52ab0b39fc7929453e81bd5ffbbf68bd1774fd5c (patch) | |
tree | e2d15ae24cded347e4f38d073f9e469f7ea30c28 /tests/DumpRenderTree | |
parent | 31ac8e9d56d121e276f0c9e2359c28fefb3e80cf (diff) | |
download | frameworks_base-52ab0b39fc7929453e81bd5ffbbf68bd1774fd5c.zip frameworks_base-52ab0b39fc7929453e81bd5ffbbf68bd1774fd5c.tar.gz frameworks_base-52ab0b39fc7929453e81bd5ffbbf68bd1774fd5c.tar.bz2 |
Merge webkit.org at r58033 : Update the WebKit UA string and LayoutTest ignore list
Change-Id: I620e6da3f7318f329f3401075799e5659cacda82
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r-- | tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java index fcb37a0..0257a5e 100644 --- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java @@ -91,6 +91,11 @@ public class FileFilter { ignoreResultList.add("http/tests/appcache/manifest-with-empty-file.html"); // flaky 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 + ignoreResultList.add("storage/open-database-creation-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld() + ignoreResultList.add("storage/statement-error-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld() + ignoreResultList.add("storage/statement-success-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld() + ignoreResultList.add("storage/transaction-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld() + ignoreResultList.add("storage/transaction-error-callback-isolated-world.html"); // Requires layoutTestController.evaluateScriptInIsolatedWorld() // Expected failures due to unsupported features. ignoreResultList.add("fast/events/touch/touch-coords-in-zoom-and-scroll.html"); // Requires eventSender.zoomPageIn(),zoomPageOut() |