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

Commit 8b913e8e authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

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

parents 6dd5f73e f27d7fba
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