summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-10-19 11:08:04 +0100
committerSteve Block <steveblock@google.com>2010-10-19 11:10:51 +0100
commit8d1c8048b08f512a05006934d10f04cf34cebcf8 (patch)
tree78bec41f940f2187311a66d641535c07bdf775da /tests
parentafb05db237c2d614ddde77f033e0ac1856f17170 (diff)
downloadframeworks_base-8d1c8048b08f512a05006934d10f04cf34cebcf8.zip
frameworks_base-8d1c8048b08f512a05006934d10f04cf34cebcf8.tar.gz
frameworks_base-8d1c8048b08f512a05006934d10f04cf34cebcf8.tar.bz2
Add fast/js/regexp-overflow.html to DumpRenderTree skip list
This fails beacsue the result of the test is so large that DRT suffers OOM when reading the result. This will be fixed when we switch to DRT2. Skipping for now to keep the crashes at zero. Also fixes bug numbers for other skipped tests Bug: 2697589 Change-Id: I897ff1f0a2941d305af5fb1c8de8f6690365fb9e
Diffstat (limited to 'tests')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java16
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
index dea549a..50111f6 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
@@ -72,21 +72,17 @@ public class FileFilter {
};
static final String[] ignoreTestList = {
+ "canvas/philip/tests/2d.drawImage.broken.html", // blocks test, http://b/2982500
"editing/selection/move-left-right.html", // Causes DumpRenderTree to hang
"fast/js/excessive-comma-usage.html", // Tests huge initializer list, causes OOM.
"fast/js/regexp-charclass-crash.html", // RegExp is too large, causing OOM
+ "fast/js/regexp-overflow.html", // Result is too large, causing OOM when reading by DRT, http://b/2697589
"fast/regex/test1.html", // Causes DumpRenderTree to hang with V8
"fast/regex/slow.html", // Causes DumpRenderTree to hang with V8
- "ietestcenter/Javascript/15.4.4.15-3-14.html", // hangs the layout tests
- // 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
- // http://b/issue?id=2889598
- "http/tests/xmlhttprequest/simple-cross-origin-progress-events.html", // runs webcore into bad state
- // http://b/2982500
- "canvas/philip/tests/2d.drawImage.broken.html", // blocks test
- // http://b/2982500
+ "http/tests/xmlhttprequest/simple-cross-origin-progress-events.html", // runs webcore into bad state, http://b/2929261
+ "ietestcenter/Javascript/15.4.4.15-3-14.html", // hangs the layout tests, http://b/2889595
+ "ietestcenter/Javascript/15.4.4.15-3-29.html", // hangs the layout tests, http://b/2889596
+ "ietestcenter/Javascript/15.4.4.15-3-8.html", // hangs the layout tests, http://b/2889598
};
static void fillIgnoreResultList() {