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

Change-Id: I4581eeda494797616b9881d47cc53eccf21456c9
This commit is contained in:
Steve Block
2010-05-13 17:40:12 +01:00
parent 7819e1d72c
commit f27d7fbac8

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