Merge change 25356 into eclair
* changes: Filter out failing cases for future investigation.
This commit is contained in:
@@ -96,7 +96,9 @@ public class FileFilter {
|
|||||||
// Android layout tests are stored in "layout_tests". The following two
|
// Android layout tests are stored in "layout_tests". The following two
|
||||||
// tests expect "LayoutTests" in their output.
|
// tests expect "LayoutTests" in their output.
|
||||||
"storage/domstorage/localstorage/iframe-events.html",
|
"storage/domstorage/localstorage/iframe-events.html",
|
||||||
"storage/domstorage/sessionstorage/iframe-events.html"
|
"storage/domstorage/sessionstorage/iframe-events.html",
|
||||||
|
// below tests (failed or crashes) are filtered out temporarily due to prioritizing
|
||||||
|
"editing/selection/move-left-right.html",
|
||||||
};
|
};
|
||||||
|
|
||||||
static void fillIgnoreResultSet() {
|
static void fillIgnoreResultSet() {
|
||||||
|
|||||||
Reference in New Issue
Block a user