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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 2808086: Merge 54344 - Disable tests failing on official builders... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 5 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/functional/PYAUTO_TESTS
===================================================================
--- chrome/test/functional/PYAUTO_TESTS (revision 54480)
+++ chrome/test/functional/PYAUTO_TESTS (working copy)
@@ -44,12 +44,17 @@
'win': [
# testBookmarkBarVisible fails on windows. crbug.com/42823
'-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible',
+ # download test fails on official builder, thru buildbot only.
+ # crbug.com/50481
+ '-downloads.DownloadsTest.testZip',
],
'mac': [
# Keychain popups make password & autofill tests difficult. crbug.com/49378
'-passwords',
'-autofill',
+ # codesign tests should run *after* signing. crbug.com/50481
+ '-codesign',
],
'linux': [
« 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