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

Commit 89ac33b6 authored by Feng Qian's avatar Feng Qian
Browse files

Put three tests in ignore test list.

Two are very slow regexp tests, one always causes OOM.
parent 092578c8
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() {