From 6a6146958cbf6e32201f51eba9cf33840bf51841 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 16 Dec 2010 13:29:55 +0000 Subject: [PATCH] Add LayoutTest http/tests/appcache/foreign-fallback.html to the DRT ignore list Bug: 3285647 Change-Id: I3acafe4690a4d2c7fae74bbd01a5f487867f2fc6 --- .../src/com/android/dumprendertree/FileFilter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java index 56beadaf835db..b2d2a98e32ee8 100644 --- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java @@ -92,6 +92,7 @@ public class FileFilter { ignoreResultList.add("fast/encoding/percent-escaping.html"); // fails in Java HTTP stack, see http://b/issue?id=3046984 ignoreResultList.add("http/tests/appcache/empty-manifest.html"); // flaky ignoreResultList.add("http/tests/appcache/fallback.html"); // http://b/issue?id=2713004 + ignoreResultList.add("http/tests/appcache/foreign-fallback.html"); // Flaky, may be due to DRT, see http://b/3285647 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/origin-quota.html"); // needs clearAllApplicationCaches(), see http://b/issue?id=2944196