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

Commit d468e50b authored by Kristian Monsen's avatar Kristian Monsen Committed by Android (Google) Code Review
Browse files

Merge "After merging webkit to 64264 these hang, so added them to the do not...

Merge "After merging webkit to 64264 these hang, so added them to the do not run list. The tests timeout on chrome and are on the chrome skiplist."
parents 8a3f95dd 8136954a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -76,7 +76,13 @@ public class FileFilter {
        "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
        "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
    };

    static void fillIgnoreResultList() {