Merge "Adds excessive-comma-usage.html to DumpRenderTree skipped list as it causes OOM"

This commit is contained in:
Steve Block
2010-05-13 09:43:44 -07:00
committed by Android (Google) Code Review

View File

@@ -73,6 +73,7 @@ public class FileFilter {
static final String[] ignoreTestList = {
"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/regex/test1.html", // Causes DumpRenderTree to hang with V8
"fast/regex/slow.html" // Causes DumpRenderTree to hang with V8