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

Unified Diff: chrome/test/chromedriver/test_expectations

Issue 13493014: [chromedriver] Disable failed tests on bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_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 f405065759f9ee63f1830dd1f6e207714c10b2b1..dc58f2f614c779c086910347ca2d543f08b73722 100644
--- a/chrome/test/chromedriver/test_expectations
+++ b/chrome/test/chromedriver/test_expectations
@@ -10,6 +10,8 @@ It is evaluated through Python.
_REVISION_NEGATIVE_FILTER = {}
_REVISION_NEGATIVE_FILTER['HEAD'] = [
'AlertsTest.*',
+ 'PerformanceLoggingTest.*',
+ 'ChromeOptionsFunctionalTest.canStartChromeWithCustomOptions',
'AuthenticatedPageLoadingTest.*',
'AvailableLogsTest.browserLogShouldBeEnabledByDefault',
'AvailableLogsTest.clientLogShouldBeEnabledByDefault',
@@ -95,6 +97,10 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
]
_REVISION_NEGATIVE_FILTER['26'] = [
'UploadTest.testFileUploading',
+ 'CorrectEventFiringTest.testUploadingFileShouldFireOnChangeEvent',
+ 'FormHandlingTest.testShouldBeAbleToAlterTheContentsOfAFileUploadInputElement',
+ 'FormHandlingTest.testShouldBeAbleToUploadTheSameFileTwice',
+ 'FormHandlingTest.testShouldBeAbleToSendKeysToAFileUploadInputElementInAnXhtmlDocument',
] + _REVISION_NEGATIVE_FILTER['HEAD']
_OS_NEGATIVE_FILTER = {}
« 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