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

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

Issue 8274012: Wait for URLBlacklist update tasks on automation tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewed: removed CHECKs, added comment, nits Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # crbug.com/95140 111 # crbug.com/95140
112 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', 112 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
113 # crbug.com/86524 113 # crbug.com/86524
114 '-plugins.PluginsTest.testAllowPluginException', 114 '-plugins.PluginsTest.testAllowPluginException',
115 # crbug.com/85307 115 # crbug.com/85307
116 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 116 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
117 # crbug.com/88574 117 # crbug.com/88574
118 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 118 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
119 # crbug.com/88593 119 # crbug.com/88593
120 '-sync.SyncTest.testPersonalStuffSyncSection', 120 '-sync.SyncTest.testPersonalStuffSyncSection',
121 # crbug.com/100217
122 '-policy.PolicyTest.testBlacklistPolicy',
123 # crbug.com/100591 121 # crbug.com/100591
124 '-pdf.PDFTest.testPDFRunner', 122 '-pdf.PDFTest.testPDFRunner',
125 # crbug.com/100593 123 # crbug.com/100593
126 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', 124 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
127 ], 125 ],
128 126
129 'win': [ 127 'win': [
130 # ================================================== 128 # ==================================================
131 # Disabled tests that need to be investigated/fixed. 129 # Disabled tests that need to be investigated/fixed.
132 # ================================================== 130 # ==================================================
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 574
577 # HTML5 media functional tests. 575 # HTML5 media functional tests.
578 'AV_FUNC': { 576 'AV_FUNC': {
579 'linux': [ 577 'linux': [
580 'media.media_event_simple_action', 578 'media.media_event_simple_action',
581 'media.media_event_simple_test', 579 'media.media_event_simple_test',
582 'media.media_event_track', 580 'media.media_event_track',
583 ], 581 ],
584 }, 582 },
585 } 583 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698