Loading tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +6 −5 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading @@ -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() { Loading Loading
tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +6 −5 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading @@ -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() { Loading