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

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

Issue 811653005: [chromedriver] Fix bogus class name and disable Shadow DOM tests on WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/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 983116b2619b3fe793fea8526751550266dc5649..5af9a6a8b08b3dd826b1a6692b61f1e8cf8e931b 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -57,7 +57,7 @@ _VERSION_SPECIFIC_FILTER['HEAD'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=992
'ChromeDownloadDirTest.testDownloadDirectoryOverridesExistingPreferences',
# https://code.google.com/p/chromedriver/issues/detail?id=1016
- 'ChromeDriverBaseTest.testShadowDomClick',
+ 'ChromeDriverTest.testShadowDomClick',
]
_VERSION_SPECIFIC_FILTER['37'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=954
@@ -137,7 +137,7 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
# Android doesn't support multiple sessions on one device.
'SessionHandlingTest.testGetSessions',
# https://code.google.com/p/chromedriver/issues/detail?id=1016
- 'ChromeDriverBaseTest.testShadowDomClick',
+ 'ChromeDriverTest.testShadowDomClick',
]
)
_ANDROID_NEGATIVE_FILTER['chrome_stable'] = (
@@ -157,6 +157,7 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
# https://code.google.com/p/chromedriver/issues/detail?id=913
'ChromeDriverTest.testChromeDriverSendLargeData',
'PerformanceLoggerTest.testPerformanceLogger',
+ 'ChromeDriverTest.testShadowDom*',
]
)
« 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