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

Unified Diff: chrome/test/chromedriver/test/run_py_tests.py

Issue 23125011: [chromedriver] Run tests on stable and beta channel chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: switch to single list 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_all_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/run_py_tests.py
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index 91f06f81c1151e67e48fcb134837e60ef54c7786..204e07fbf47af51ce72c0ebe738fb47ad7095ae7 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -110,6 +110,15 @@ _ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome'] = (
'PerfTest.testColdExecuteScript',
]
)
+_ANDROID_NEGATIVE_FILTER['com.android.chrome'] = (
+ _ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome'] + [
+ # Touch support was added to devtools in Chrome v30.
+ 'ChromeDriverTest.testTouchDownUpElement',
+ 'ChromeDriverTest.testTouchMovedElement',
+ ]
+)
+_ANDROID_NEGATIVE_FILTER['com.chrome.beta'] = (
+ _ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome'])
_ANDROID_NEGATIVE_FILTER['org.chromium.chrome.testshell'] = (
_ANDROID_NEGATIVE_FILTER['com.google.android.apps.chrome'] + [
# ChromiumTestShell doesn't support multiple tabs.
« no previous file with comments | « chrome/test/chromedriver/test/run_all_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698