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

Unified Diff: chrome/test/chromedriver/test_expectations

Issue 14365024: [chromedriver] disable more failing tests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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_expectations
diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations
index 94bc27b24221805f467f50f49e56adcbe7b43690..af5227ffc95c5c5ab6feac57ade032c08da36c47 100644
--- a/chrome/test/chromedriver/test_expectations
+++ b/chrome/test/chromedriver/test_expectations
@@ -121,6 +121,8 @@ _OS_NEGATIVE_FILTER['android'] = [
'ClickTest.testCanClickOnAnElementWithTopSetToANegativeNumber',
'ClickTest.testShouldOnlyFollowHrefOnce',
'CombinedInputActionsTest.testCombiningShiftAndClickResultsInANewWindow',
+ 'CoordinatesTest.testShouldGetCoordinatesInViewPortOfAnElementInAFrame',
+ 'CoordinatesTest.testShouldGetCoordinatesInViewPortOfAnElementInANestedFrame',
'CoordinatesTest.testShouldGetCoordinatesOfAHiddenElement',
'CorrectEventFiringTest.testSendingKeysToAFocusedElementShouldNotBlurThatElement',
'CorrectEventFiringTest.testSendingKeysToAnElementShouldCauseTheFocusEventToFire',
@@ -129,6 +131,9 @@ _OS_NEGATIVE_FILTER['android'] = [
'ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_emailInput',
'ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textArea',
'ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textInput',
+ 'ElementEqualityTest.testAnElementFoundInADifferentFrameViaJsShouldHaveSameId',
+ 'ElementFindingTest.testAnElementFoundInADifferentFrameIsStale',
+ 'ElementFindingTest.testAnElementFoundInADifferentFrameViaJsCanBeUsed',
'ElementSelectingTest.testShouldBeAbleToToggleEnabledMultiSelectOption',
'ExecutingAsyncJavascriptTest.shouldBeAbleToExecuteAsynchronousScripts',
'ExecutingAsyncJavascriptTest.shouldNotTimeoutIfScriptCallsbackInsideAZeroTimeout',
@@ -151,6 +156,7 @@ _OS_NEGATIVE_FILTER['android'] = [
'JavascriptEnabledDriverTest.testIssue80ClickShouldGenerateClickEvent',
'JavascriptEnabledDriverTest.testShouldBeAbleToClickALinkThatClosesAWindow',
'JavascriptEnabledDriverTest.testShouldFireOnChangeEventWhenSettingAnElementsValue',
+ 'OpacityTest.testShouldBeAbleToClickOnElementsWithOpacityZero',
'SelectElementHandlingTest.testShouldBePossibleToDeselectASingleOptionFromASelectWhichAllowsMultipleChoices',
'SelectElementTest.shouldAllowOptionsToBeDeselectedByIndex',
'SelectElementTest.shouldAllowOptionsToBeDeselectedByReturnedValue',
« 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