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

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

Issue 22263003: [chromedriver] Implement touch down, up, and move commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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') | chrome/test/chromedriver/window_commands.h » ('j') | 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 b63c41e279a8f436a67b30ad31cf0f327fb0e09a..80cbf0083cd3de4fcc9a3a72263aad01210f154b 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -161,10 +161,11 @@ _OS_NEGATIVE_FILTER['android'] = [
# http://crbug.com/156390
'DragAndDropTest.*',
- # Touch events are not yet supported.
+ # Flick touch events are not yet implemented.
'TouchFlickTest.*',
+
+ # Scrolling touch events are not supported.
'TouchScrollTest.*',
- 'TouchSingleTapTest.*',
# These tests start multiple sessions, which is not supported on a single
# Android device.
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | chrome/test/chromedriver/window_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698