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

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

Issue 15859013: [chromedriver] Stop supporting chrome 26. Don't run tests against it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove file upload check Created 7 years, 7 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 0bcd954498fc63924f94f522fcad06c1e374efde..e8a5f390ff1022c99b75b58eefd94f0d893901fe 100755
--- a/chrome/test/chromedriver/run_py_tests.py
+++ b/chrome/test/chromedriver/run_py_tests.py
@@ -72,9 +72,6 @@ _DESKTOP_NEGATIVE_FILTER['28'] = (
_DESKTOP_NEGATIVE_FILTER['27'] = (
_DESKTOP_NEGATIVE_FILTER['HEAD'] + []
)
-_DESKTOP_NEGATIVE_FILTER['26'] = (
- _DESKTOP_NEGATIVE_FILTER['HEAD'] + []
-)
_ANDROID_NEGATIVE_FILTER = {}
« 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