am 44ca7090
: Merge change 25356 into eclair
Merge commit '44ca7090aca79b8c8e71d34982ae54b69968ad56' into eclair-plus-aosp * commit '44ca7090aca79b8c8e71d34982ae54b69968ad56': 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
|
||||
// tests expect "LayoutTests" in their output.
|
||||
"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() {
|
||||
|
Reference in New Issue
Block a user