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

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

Issue 13827002: [chromedriver] Run tests against 27. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable a failed test on Win7. Created 7 years, 8 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/run_all_tests.py ('k') | chrome/test/chromedriver/test_expectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/run_py_tests.py
diff --git a/chrome/test/chromedriver/run_py_tests.py b/chrome/test/chromedriver/run_py_tests.py
index 2495df33d016387ed5b9c56ee776bb0fb6eae012..5f5c7096da4dd37c14751468c38e13278067daea 100755
--- a/chrome/test/chromedriver/run_py_tests.py
+++ b/chrome/test/chromedriver/run_py_tests.py
@@ -62,6 +62,9 @@ _DESKTOP_NEGATIVE_FILTER['HEAD'] = (
'ChromeDriverTest.testAlert',
]
)
+_DESKTOP_NEGATIVE_FILTER['27'] = (
+ _DESKTOP_NEGATIVE_FILTER['HEAD'] + []
+)
_DESKTOP_NEGATIVE_FILTER['26'] = (
_DESKTOP_NEGATIVE_FILTER['HEAD'] + []
)
« no previous file with comments | « chrome/test/chromedriver/run_all_tests.py ('k') | chrome/test/chromedriver/test_expectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698