summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-03-09 12:23:57 +0000
committerSteve Block <steveblock@google.com>2010-03-09 12:29:59 +0000
commit9902279abb999eb7b5c75f70ec1f714cf567793b (patch)
tree8bce978f593fe523fe74da678c6d6a3dfef6aad5 /tests/DumpRenderTree
parent432e0eade76f64c36ae72d94c4f33d8e8ecc975a (diff)
downloadframeworks_base-9902279abb999eb7b5c75f70ec1f714cf567793b.zip
frameworks_base-9902279abb999eb7b5c75f70ec1f714cf567793b.tar.gz
frameworks_base-9902279abb999eb7b5c75f70ec1f714cf567793b.tar.bz2
Removes regex tests from the DumpRenderTree skipped list
It looks like these were previously exluded due to taking too long. However, they run in a reasonable time on passion. Also removes AppleScript from the skipped list, as this directory no longer exists. Change-Id: I98e3d0b3222dcd79287b15c512430341fab4f0f8
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r--tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
index 30d2f5a..4250043 100644
--- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
+++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java
@@ -62,7 +62,6 @@ public class FileFilter {
static final String[] ignoreTestDirs = {
".", // ignore hidden directories and files
"resources", // ignore resource directories
- "AppleScript", // AppleScript not supported
".svn", // don't run anything under .svn folder
"profiler", // profiler is not supported
"svg", // svg is not supported
@@ -73,8 +72,6 @@ public class FileFilter {
static final String [] ignoreTestList = {
"editing/selection/move-left-right.html",
"fast/js/regexp-charclass-crash.html", // RegExp is too large, causing OOM
- "fast/regex/test1.html", // RegExp is exponential
- "fast/regex/slow.html", // RegExp is exponential
"storage/domstorage/localstorage/private-browsing-affects-storage.html", // No notion of private browsing.
"storage/domstorage/sessionstorage/private-browsing-affects-storage.html", // No notion of private browsing.
"storage/private-browsing-readonly.html", // No notion of private browsing.