Commit ff8f9399 authored by John Chen's avatar John Chen Committed by Commit Bot

[ChromeDriver] Clean up desktop Java test filters

Remove old platform-specific desktop Java test filters for failusres
that no longer repro.

TBR=kereliuk@chromium.org

Change-Id: Ic0ccb93f6bd03bc200b54452f1fb11d8c5c5d057
Reviewed-on: https://chromium-review.googlesource.com/1058842Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558608}
parent a3ccb45d
......@@ -110,34 +110,12 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
_OS_NEGATIVE_FILTER = {}
_OS_NEGATIVE_FILTER['win'] = [
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=373
'RenderedWebElementTest.testHoverPersists',
'RenderedWebElementTest.canClickOnASuckerFishStyleMenu',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=416
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePageAfterSwitching',
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
]
_OS_NEGATIVE_FILTER['linux'] = [
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=416
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=1148
'CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=1150
'BasicKeyboardInterfaceTest.testBasicKeyboardInputOnActiveElement',
]
_OS_NEGATIVE_FILTER['mac'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=26
'AlertsTest.testAlertShouldNotAllowAdditionalCommandsIfDismissed',
'AlertsTest.testShouldAllowUsersToDismissAnAlertManually',
'FormHandlingTest.handleFormWithJavascriptAction',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=354
'AlertsTest.testShouldAllowUsersToAcceptAnAlertInAFrame',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=375
'PageLoadingTest.testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=416
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage',
# Flaky: https://bugs.chromium.org/p/chromedriver/issues/detail?id=1149
'ChromeDriverTests.testShouldAllowTheUserToSwitchToAnIFrameAndRemainFocusedOnIt',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1857
'TakesScreenshotTest.testShouldCaptureScreenshot',
'TakesScreenshotTest.testShouldCaptureScreenshotAtFramePageAfterSwitching',
......
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