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

Unified Diff: chrome/test/chromedriver/test_expectations

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_py_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_expectations
diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations
index 3e76063bfb1d01f543fd2e90d30f5a25ba955999..1a04eacf48ed70c5ca5eec7a6dec85fbb08167f0 100644
--- a/chrome/test/chromedriver/test_expectations
+++ b/chrome/test/chromedriver/test_expectations
@@ -89,15 +89,6 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
]
_REVISION_NEGATIVE_FILTER['28'] = [] + _REVISION_NEGATIVE_FILTER['HEAD']
_REVISION_NEGATIVE_FILTER['27'] = [] + _REVISION_NEGATIVE_FILTER['HEAD']
-_REVISION_NEGATIVE_FILTER['26'] = [
- 'AlertsTest.testHandlesTwoAlertsFromOneInteraction',
- 'AlertsTest.testShouldAllowAUserToSetTheValueOfAPrompt',
- 'UploadTest.testFileUploading',
- 'CorrectEventFiringTest.testUploadingFileShouldFireOnChangeEvent',
- 'FormHandlingTest.testShouldBeAbleToAlterTheContentsOfAFileUploadInputElement',
- 'FormHandlingTest.testShouldBeAbleToUploadTheSameFileTwice',
- 'FormHandlingTest.testShouldBeAbleToSendKeysToAFileUploadInputElementInAnXhtmlDocument',
-] + _REVISION_NEGATIVE_FILTER['HEAD']
_OS_NEGATIVE_FILTER = {}
_OS_NEGATIVE_FILTER['win'] = [
« no previous file with comments | « chrome/test/chromedriver/run_py_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698