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

Commit 8136954a authored by Kristian Monsen's avatar Kristian Monsen
Browse files

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.

Change-Id: I15c2cb70219c04af0d7bc561a1a8619df76bd0dc
parent e199f1dd
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() {