am 45e38f84: Merge change 22559 into eclair

Merge commit '45e38f84612eee82d53bf8be2776be79c7d8c015' into eclair-plus-aosp

* commit '45e38f84612eee82d53bf8be2776be79c7d8c015':
  Filter out worker tests from layout suite because merely disabling worker in webview settings no longer works.
This commit is contained in:
Guang Zhu
2009-08-24 21:04:18 -07:00
committed by Android Git Automerger

View File

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