Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2830)

Unified Diff: chrome/test/chromedriver/test/test_expectations

Issue 1562803004: [Chromedriver] Enabling java tests ClickScrollingTest & WindowSwitchingTest on android waterfall bo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WindowSwitchingTest now works fine on latest version of stable & beta Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test/test_expectations
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index c72555ee022f730fb2420987ae2c5c85ba4675ce..02ec252b86b6016f09f13fb54f1e544c432627a2 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -133,7 +133,7 @@ _OS_NEGATIVE_FILTER['mac'] = [
_OS_NEGATIVE_FILTER['android:chrome'] = [
'ChromeOptionsFunctionalTest.canStartChromeWithCustomOptions',
'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame',
- 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView',
+
'ClickTest.testShouldOnlyFollowHrefOnce',
'CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow',
'ElementSelectingTest.testShouldBeAbleToToggleEnabledMultiSelectOption',
@@ -176,8 +176,6 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
"SessionHandlingTest.callingQuitMoreThanOnceOnASessionIsANoOp",
# Test is written using local files; doesn't work on Android.
'UploadTest.testFileUploading',
- # Not applicable on ChromeShell (doesn't support tabs).
- 'WindowSwitchingTest.*',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=528
'PageLoadingTest.testShouldDoNothingIfThereIsNothingToGoBackTo',
@@ -207,6 +205,7 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
]
_OS_NEGATIVE_FILTER['android:chrome_stable'] = (
_OS_NEGATIVE_FILTER['android:chrome'])
+
_OS_NEGATIVE_FILTER['android:chromium'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [
'CorrectEventFiringTest.testShouldFireClickEventWhenClicking',
@@ -229,6 +228,10 @@ _OS_NEGATIVE_FILTER['android:chromedriver_webview_shell'] = (
'FormHandlingTest.handleFormWithJavascriptAction',
'TypingTest.testShouldReportKeyCodeOfArrowKeysUpDownEvents',
'TypingTest.testShouldReportKeyCodeOfArrowKeys',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1006
+ 'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView',
+ # Not applicable on ChromeDriverWebViewShell (doesn't support tabs).
+ 'WindowSwitchingTest.*',
]
)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698