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

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

Issue 2431863002: [chromedriver] Disable tests on HEAD and Chrome v55 (Closed)
Patch Set: Created 4 years, 2 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 | « chrome/test/chromedriver/test/run_py_tests.py ('k') | 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 052b9991c3abc068ceebea572392996dcb743217..29f828cdd16f22a42ee738c3b7353a287e2fa34c 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -96,6 +96,14 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'DragAndDropTest.testDragAndDrop',
'DragAndDropTest.testShouldAllowUsersToDragAndDropToElementsOffTheCurrentViewPort',
'DragAndDropTest.testElementInDiv',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
+ 'BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents',
+ 'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
+]
+_REVISION_NEGATIVE_FILTER['55'] = [
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
+ 'BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents',
+ 'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
]
_OS_NEGATIVE_FILTER = {}
@@ -135,8 +143,7 @@ _SPECIFIC_OS_REVISION_NEGATIVE_FILTER['linux_53'] = [
# Flaky on Linux32 against v53:
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1418
'ClickTest.testShouldOnlyFollowHrefOnce',
- 'JavascriptEnabledDriverTest.testShouldFireOnChangeEventWhenSettingAnElementsValue',
- 'JavascriptEnabledDriverTest.testShouldBeAbleToClickOnSubmitButtons',
+ 'JavascriptEnabledDriverTest.*',
'WindowSwitchingTest.testCanCloseWindowWhenMultipleWindowsAreOpen',
'WindowSwitchingTest.testCanCallGetWindowHandlesAfterClosingAWindow',
'WindowSwitchingTest.testCanCloseWindowAndSwitchBackToMainWindow',
@@ -214,6 +221,9 @@ _OS_NEGATIVE_FILTER['android:chrome'] = [
'CombinedInputActionsTest.testMouseMovementWorksWhenNavigatingToAnotherPage',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1005
'WindowTest.*',
+
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1478
+ 'WindowSwitchingTest.*',
]
_OS_NEGATIVE_FILTER['android:chrome_stable'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698