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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user