summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-03-02 00:15:12 +0000
committerSteve Block <steveblock@google.com>2010-03-03 19:04:22 +0000
commit7e47f171b5d2aa55a747752d1c7dc7014e8cbd8b (patch)
treee3e3b2826429bf2533e7a51651df4d008687d803 /tests
parentf3685afc5d30e07fc35a0a4724d0c5d0cfea112b (diff)
downloadframeworks_base-7e47f171b5d2aa55a747752d1c7dc7014e8cbd8b.zip
frameworks_base-7e47f171b5d2aa55a747752d1c7dc7014e8cbd8b.tar.gz
frameworks_base-7e47f171b5d2aa55a747752d1c7dc7014e8cbd8b.tar.bz2
Removes some storage tests from the DumpRenderTree skipped lists, now that Android-specific results are provided
See https://android-git.corp.google.com/g/#change,42763 Change-Id: I9929b73db0f6764bb06fbe963e751294a4a787f0
Diffstat (limited to 'tests')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
index 191b5e9..100a466 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
@@ -98,11 +98,6 @@ public class FileFilter {
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"); // failure
- ignoreResultList.add("storage/domstorage/localstorage/string-conversion.html"); // false failure due to whitespace diff in output with V8
- ignoreResultList.add("storage/domstorage/sessionstorage/string-conversion.html"); // false failure due to whitespace diff in output with V8
- ignoreResultList.add("storage/statement-error-callback.html"); // expected line number diff in V8 only
- ignoreResultList.add("storage/transaction-error-callback.html"); // expected line number diff in V8 only
- ignoreResultList.add("storage/transaction-callback-exception-crash.html"); // expected line number diff in V8 only
ignoreResultList.add("fast/css/case-transform.html"); // will not fix #619707
ignoreResultList.add("fast/dom/Element/offsetLeft-offsetTop-body-quirk.html"); // different screen size result in extra spaces in Apple compared to us