diff options
author | Steve Block <steveblock@google.com> | 2010-03-18 15:16:35 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-03-19 13:59:10 +0000 |
commit | f19f9f55f9a1d95b1c741fc177b6b1cff4ab8034 (patch) | |
tree | 7832812fb9f32280097fa96086b576cf97164ae4 /tests | |
parent | 4b55d496dd9899731b26327e4cb71c9ef4a1137a (diff) | |
download | frameworks_base-f19f9f55f9a1d95b1c741fc177b6b1cff4ab8034.zip frameworks_base-f19f9f55f9a1d95b1c741fc177b6b1cff4ab8034.tar.gz frameworks_base-f19f9f55f9a1d95b1c741fc177b6b1cff4ab8034.tar.bz2 |
Removes an appcache test from the DumpRenderTree ignoreResults list
Android-specific results for this test were added in
https://android-git.corp.google.com/g/45462
Change-Id: I7716c2c061ab955d0bf96523b6aab747898cc4e7
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 b668bd0..d51d17a 100644 --- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java @@ -91,7 +91,6 @@ public class FileFilter { ignoreResultList.add("http/tests/appcache/disabled.html"); // not found 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/local-content.html"); // text diff ignoreResultList.add("http/tests/appcache/max-size.html"); // no layoutTestController.setAppCacheMaximumSize ignoreResultList.add("http/tests/appcache/manifest-with-empty-file.html"); // flaky ignoreResultList.add("http/tests/appcache/whitelist-wildcard.html"); // file not found |