summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2010-09-07 20:58:24 -0700
committerGuang Zhu <guangzhu@google.com>2010-09-07 20:58:24 -0700
commit70795b3addb8948db2cdc01c5952e21168c7740b (patch)
treea9f29f81cf3c9a1ef41883ceef86ecebe983ecae /tests/DumpRenderTree
parent582deec1f3c8f51b431bb2ad685c9217ffd9eaad (diff)
downloadframeworks_base-70795b3addb8948db2cdc01c5952e21168c7740b.zip
frameworks_base-70795b3addb8948db2cdc01c5952e21168c7740b.tar.gz
frameworks_base-70795b3addb8948db2cdc01c5952e21168c7740b.tar.bz2
temporarily skip simple-cross-origin-progress-events.html for now
this test crashes on Passion, and runs webcore into a bad state on Stingray. To make sure it does not block the entire layout test suite on Stingray, skipping this test for now. http://b/2982500 Change-Id: Id4875112705df9b2c5b003a2c32c292765ab17fc
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
index 4cff3de..65da210 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
@@ -81,8 +81,10 @@ public class FileFilter {
// http://b/issue?id=2889595
"ietestcenter/Javascript/15.4.4.15-3-29.html", // hangs the layout tests
// http://b/issue?id=2889596
- "ietestcenter/Javascript/15.4.4.15-3-8.html" // hangs the layout tests
+ "ietestcenter/Javascript/15.4.4.15-3-8.html", // hangs the layout tests
// http://b/issue?id=2889598
+ "http/tests/xmlhttprequest/simple-cross-origin-progress-events.html", // runs webcore into bad state
+ // http://b/2982500
};
static void fillIgnoreResultList() {