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

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

Issue 2825083002: Revert of [Chromedriver] Re-enable java tests on Android stable and beta. (Closed)
Patch Set: Created 3 years, 8 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 4797d5f32cbb631041b9b6fe027a97c6d84264df..2f0a982495df4662a1fc63a0f48525674fa58bbd 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -210,6 +210,10 @@
'JavascriptEnabledDriverTest.testChangeEventIsFiredAppropriatelyWhenFocusIsLost',
'TypingTest.testShouldBeAbleToTypeIntoEmptyContentEditableElement',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=922
+ 'CorrectEventFiringTest.testShouldEmitOnClickEventsWhenSelectingElements',
+ 'CorrectEventFiringTest.testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire',
+
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1176
'ChromeDriverTests.clientLogShouldBeEnabledByDefault',
@@ -245,6 +249,18 @@
'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=998
'ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=922
+ 'ClickTest.testCanClickOnAnElementWithTopSetToANegativeNumber',
+ 'CorrectEventFiringTest.testClickEventsShouldBubble',
+ 'CorrectEventFiringTest.testShouldFireMouseUpEventWhenClicking',
+ 'CorrectEventFiringTest.testShouldFireMouseDownEventWhenClicking',
+ 'CorrectEventFiringTest.testSendingKeysToAFocusedElementShouldNotBlurThatElement',
+ 'ImplicitWaitTest.testShouldImplicitlyWaitUntilAtLeastOneElementIsFoundWhenSearchingForMany',
+ 'ImplicitWaitTest.testShouldImplicitlyWaitForAnElementToBeVisibleBeforeInteracting',
+ 'JavascriptEnabledDriverTest.testShouldBeAbleToClickOnSubmitButtons',
+ 'JavascriptEnabledDriverTest.testIssue80ClickShouldGenerateClickEvent',
+ 'TypingTest.testShiftSelectionDeletes',
+ 'VisibilityTest.testShouldModifyTheVisibilityOfAnElementDynamically',
]
)
_OS_NEGATIVE_FILTER['android:chromedriver_webview_shell'] = (
« 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