Commit 9c4708eb authored by John Chen's avatar John Chen Committed by Commit Bot

[ChromeDriver] Organize disabled Android upload tests

NOTRY=true
TBR=crouleau@chromium.org

Bug: chromedriver:2860
Change-Id: I70349540da8215d1be314cf8f0f3e2e73f91e903
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764795Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#689341}
parent 0ef8680c
...@@ -108,8 +108,10 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [ ...@@ -108,8 +108,10 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
'ReferrerTest.crossDomainHistoryNavigationWithoutAProxy', 'ReferrerTest.crossDomainHistoryNavigationWithoutAProxy',
'ReferrerTest.basicHistoryNavigationWithoutAProxy', 'ReferrerTest.basicHistoryNavigationWithoutAProxy',
# Test with file upload not supported on Android # Test using local files; not supported on Android
'UploadTest.testFileUploading',
'UploadTest.testUploadingWithHiddenFileInput', 'UploadTest.testUploadingWithHiddenFileInput',
'UploadTest.testUploadingWithInvisibleFileInput',
# This tests are failing because of Keys.CONTROL/SHIFT/.. are not being supported for drop down items. # This tests are failing because of Keys.CONTROL/SHIFT/.. are not being supported for drop down items.
'CombinedInputActionsTest.testControlClickingOnMultiSelectionList', 'CombinedInputActionsTest.testControlClickingOnMultiSelectionList',
...@@ -135,8 +137,6 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [ ...@@ -135,8 +137,6 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
"GetLogsTest.turningOffLogShouldMeanNoLogMessages", "GetLogsTest.turningOffLogShouldMeanNoLogMessages",
"SessionHandlingTest.callingAnyOperationAfterQuitShouldThrowAnException", "SessionHandlingTest.callingAnyOperationAfterQuitShouldThrowAnException",
"SessionHandlingTest.callingQuitMoreThanOnceOnASessionIsANoOp", "SessionHandlingTest.callingQuitMoreThanOnceOnASessionIsANoOp",
# Test is written using local files; doesn't work on Android.
'UploadTest.testFileUploading',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2861 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2861
'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToLoadAfterClick', 'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToLoadAfterClick',
...@@ -202,9 +202,6 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [ ...@@ -202,9 +202,6 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2697 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=2697
'CorrectEventFiringTest.testShouldEmitClickEventWhenClickingOnATextInputElement', 'CorrectEventFiringTest.testShouldEmitClickEventWhenClickingOnATextInputElement',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2860
'UploadTest.testUploadingWithInvisibleFileInput',
] ]
_OS_NEGATIVE_FILTER['android:chrome_stable'] = ( _OS_NEGATIVE_FILTER['android:chrome_stable'] = (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment