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

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

Issue 2431863002: [chromedriver] Disable tests on HEAD and Chrome v55 (Closed)
Patch Set: Created 4 years, 2 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 | chrome/test/chromedriver/test/test_expectations » ('j') | 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 19e2c57f13dfee1120f8e7614365c9d695f35615..77a0ec9c8994436b2640070d2cb52be1f7557f20 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -72,6 +72,13 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
'ChromeDriverTest.testShadowDomHover',
'ChromeDriverTest.testMouseMoveTo',
+ 'ChromeDriverTest.testHoverOverElement',
+]
+_VERSION_SPECIFIC_FILTER['55'] = [
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
+ 'ChromeDriverTest.testShadowDomHover',
+ 'ChromeDriverTest.testMouseMoveTo',
+ 'ChromeDriverTest.testHoverOverElement',
]
_OS_SPECIFIC_FILTER = {}
@@ -149,6 +156,12 @@ _ANDROID_NEGATIVE_FILTER['chrome_beta'] = (
_ANDROID_NEGATIVE_FILTER['chromium'] = (
_ANDROID_NEGATIVE_FILTER['chrome'] + [
'ChromeDriverTest.testSwitchToWindow',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1503
+ 'ChromeDriverTest.testShadowDomHover',
+ 'ChromeDriverTest.testMouseMoveTo',
+ 'ChromeDriverTest.testHoverOverElement',
+ # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1478
+ 'ChromeDriverTest.testShouldHandleNewWindowLoadingProperly',
]
)
_ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
« no previous file with comments | « no previous file | chrome/test/chromedriver/test/test_expectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698