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

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 4096004: PyAuto hooks for Sync in TestingAutomationProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase; Addressing final review comment. Created 10 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/test/functional/sync.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This file lists the pyauto tests that run as a part of the functional test 5 # This file lists the pyauto tests that run as a part of the functional test
6 # suite. 6 # suite.
7 # 7 #
8 # Tests can be enabled on a per-platform basis. Tests not listed here will 8 # Tests can be enabled on a per-platform basis. Tests not listed here will
9 # not be run. 9 # not be run.
10 # 10 #
(...skipping 29 matching lines...) Expand all
40 'infobars', 40 'infobars',
41 'navigation', 41 'navigation',
42 'notifications', 42 'notifications',
43 'omnibox', 43 'omnibox',
44 'passwords', 44 'passwords',
45 'plugins', 45 'plugins',
46 # 'popups', crbug.com/59208 46 # 'popups', crbug.com/59208
47 'prefs', 47 'prefs',
48 'search_engines', 48 'search_engines',
49 'special_tabs', 49 'special_tabs',
50 # 'sync', crbug.com/60970
50 'test_basic.SimpleTest.testCanOpenGoogle', 51 'test_basic.SimpleTest.testCanOpenGoogle',
51 'themes', 52 'themes',
52 'translate', 53 'translate',
53 # This test fails due to crbug.com/35485 54 # This test fails due to crbug.com/35485
54 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 55 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
55 # This test fails due to crbug.com/50706 56 # This test fails due to crbug.com/50706
56 '-translate.TranslateTest.testToggleTranslateOption', 57 '-translate.TranslateTest.testToggleTranslateOption',
57 ], 58 ],
58 59
59 'win': [ 60 'win': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', 108 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
108 '-downloads.DownloadsTest.testZip', 109 '-downloads.DownloadsTest.testZip',
109 '-downloads.DownloadsTest.testZipInIncognito', 110 '-downloads.DownloadsTest.testZipInIncognito',
110 '-downloads.DownloadsTest.testCrazyFilenames', 111 '-downloads.DownloadsTest.testCrazyFilenames',
111 '-downloads.DownloadsTest.testBigZip', 112 '-downloads.DownloadsTest.testBigZip',
112 '-downloads.DownloadsTest.testCancelDownload', 113 '-downloads.DownloadsTest.testCancelDownload',
113 '-downloads.DownloadsTest.testPauseAndResume', 114 '-downloads.DownloadsTest.testPauseAndResume',
114 '-translate.TranslateTest.testDownloadsNotTranslated', 115 '-translate.TranslateTest.testDownloadsNotTranslated',
115 ], 116 ],
116 } 117 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/test/functional/sync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698