Commit 7bbea0a5 authored by Artur Khachatryan's avatar Artur Khachatryan Committed by Commit Bot

[ChromeDriver] Update 'test_expectations'

Tests which were temporary grouped under the bug 2480
have been investigated and put under the corresponding bugs.
'test_expectations' is updated according to those changes.

Change-Id: I360e3310edc7d3698ddf939449d1387f0b50a32f
Reviewed-on: https://chromium-review.googlesource.com/1252916Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Artur Khachatryan <khachatryan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595472}
parent a1f7d04c
......@@ -62,7 +62,27 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
# Tests require multiple sessions, not supported on Android'
'CorrectEventFiringTest.testShouldFireFocusEventInNonTopmostWindow',
'PerformanceLoggingTest.testLogsSingleHttpCommand',
'PerformanceLogTypeTest.shouldBeAbleToEnablePerformanceLog',
'PerformanceLogTypeTest.pageLoadShouldProducePerformanceLogEntries',
'ProxySettingTest.*',
'CorrectEventFiringTest.testSendingKeysToAnotherElementShouldCauseTheBlurEventToFireInNonTopmostWindow',
'ReferrerTest.navigationWhenProxyInterceptsASpecificUrl',
'ReferrerTest.crossDomainHistoryNavigationWhenProxyInterceptsHostRequests',
'ReferrerTest.crossDomainHistoryNavigationWithAProxiedHost',
# Tests require proxy server can't be run on Android
'ReferrerTest.crossDomainHistoryNavigationWithADirectProxy',
'ReferrerTest.basicHistoryNavigationWithADirectProxy',
'ReferrerTest.crossDomainHistoryNavigationWithoutAProxy',
'ReferrerTest.basicHistoryNavigationWithoutAProxy',
# Test with file upload not supported on Android
'UploadTest.testUploadingWithHiddenFileInput',
# This tests are failing because of Keys.CONTROL/SHIFT/.. are not being supported for drop down items.
'CombinedInputActionsTest.testControlClickingOnMultiSelectionList',
'CombinedInputActionsTest.testShiftClickingOnMultiSelectionList',
'CombinedInputActionsTest.testPlainClickingOnMultiSelectionList',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2376
'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
......@@ -140,28 +160,14 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2376
'ImplicitWaitTest.testShouldRetainImplicitlyWaitFromTheReturnedWebDriverOfFrameSwitchTo',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2480
'CorrectEventFiringTest.testSendingKeysToAnotherElementShouldCauseTheBlurEventToFireInNonTopmostWindow',
'CorrectEventFiringTest.testClickAnElementThatDisappear',
'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
'ReferrerTest.crossDomainHistoryNavigationWithADirectProxy',
'ReferrerTest.navigationWhenProxyInterceptsASpecificUrl',
'ReferrerTest.crossDomainHistoryNavigationWithoutAProxy',
'ReferrerTest.basicHistoryNavigationWithoutAProxy',
'ReferrerTest.basicHistoryNavigationWithADirectProxy',
'ReferrerTest.crossDomainHistoryNavigationWhenProxyInterceptsHostRequests',
'ReferrerTest.crossDomainHistoryNavigationWithAProxiedHost',
'UploadTest.testUploadingWithHiddenFileInput',
'CombinedInputActionsTest.testControlClickingOnMultiSelectionList',
'CombinedInputActionsTest.testShiftClickingOnMultiSelectionList',
'CombinedInputActionsTest.testPlainClickingOnMultiSelectionList',
'CorrectEventFiringTest.testClickingAnUnfocusableChildShouldNotBlurTheParent',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2594
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePageAfterSwitching',
'TakesScreenshotTest.testShouldCaptureScreenshotAtIFramePageAfterSwitching',
'TakesScreenshotTest.testShouldCaptureScreenshotOfCurrentViewport',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=2601
'BasicKeyboardInterfaceTest.testSelectionSelectBySymbol',
]
_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