Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f27d7fba authored by Steve Block's avatar Steve Block
Browse files

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

Change-Id: I4581eeda494797616b9881d47cc53eccf21456c9
parent 7819e1d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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