Merge change 22559 into eclair

* changes:
  Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
This commit is contained in:
Android (Google) Code Review
2009-08-24 21:03:20 -07:00

View File

@@ -79,7 +79,8 @@ public class FileFilter {
"profiler", // profiler is not supported
"svg", // svg is not supported
"platform", // platform specific
"http" // requires local http(s) server
"http", // requires local http(s) server
"fast/workers",
};
static final String [] ignoreTestList = {