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

Commit 1be24353 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1058

* changes:
  Put three tests in ignore test list.
parents 8f0e556b 89ac33b6
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -83,6 +83,11 @@ public class FileFilter {
    };
        
    static final String [] ignoreTestList = {
        // RegExp is exponatal
        "fast/regex/test1.html",
        "fast/regex/slow.html",
        // RegExp is too large, causing OOM
        "fast/js/regexp-charclass-crash.html"
    };
    
    static void fillIgnoreResultSet() {
@@ -195,11 +200,7 @@ public class FileFilter {
        ignoreResultList.add("fast/loader/local-iFrame-source-from-local.html");
        // extra spacing because iFrames rendered next to each other on Apple
        ignoreResultList.add("fast/loader/opaque-base-url.html");
        // RegExp is too large, causing OOM
        ignoreResultList.add("fast/js/regexp-charclass-crash.html");
        ignoreResultList.add("fast/text/plain-text-line-breaks.html");
        
        
    }
    
    static void fillBugTable() {