summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-07-30 17:38:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-31 00:39:19 +0000
commit8a9d24f6b1c6a9321a13c202206d447e6d96fb8f (patch)
tree3977a2de00c9c0994f91fae2b27985845e28794c /chrome/test/chromedriver
parent08294f022dfae93c0781db9c3203828d82dffeb3 (diff)
downloadchromium_src-8a9d24f6b1c6a9321a13c202206d447e6d96fb8f.zip
chromium_src-8a9d24f6b1c6a9321a13c202206d447e6d96fb8f.tar.gz
chromium_src-8a9d24f6b1c6a9321a13c202206d447e6d96fb8f.tar.bz2
[chromedriver] Disable broken tests for chrome_shell.
BUG=chromedriver:1180 TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1269863002 Cr-Commit-Position: refs/heads/master@{#341245}
Diffstat (limited to 'chrome/test/chromedriver')
-rw-r--r--chrome/test/chromedriver/test/test_expectations5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index 3ac8386..fc5ff31 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -230,6 +230,11 @@ _OS_NEGATIVE_FILTER['android:chrome_shell'] = (
_OS_NEGATIVE_FILTER['android:chrome'] + [
# https://code.google.com/p/chromedriver/issues/detail?id=1171
'ChromeDriverTests.testOptionsForUninitializedWebDriver',
+ # https://code.google.com/p/chromedriver/issues/detail?id=1180
+ 'CorrectEventFiringTest.testShouldFireMouseMoveEventWhenClicking',
+ 'BasicMouseInterfaceTest.testDragAndDrop',
+ 'BasicMouseInterfaceTest.testDraggingElementWithMouseFiresEvents',
+ 'BasicMouseInterfaceTest.testDraggingElementWithMouseMovesItToAnotherList',
]
)
_OS_NEGATIVE_FILTER['android:chromedriver_webview_shell'] = (