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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 7745041: Fix failing the plugin test: plugins.PluginsTest.testDisableEnableAllPlugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « no previous file | functional/plugins.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) 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 # Flaky: crbug.com/67851 103 # Flaky: crbug.com/67851
104 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 104 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
105 # crbug.com/86523 105 # crbug.com/86523
106 '-cookies.CookiesTest.testAllowCookiesForASessionUsingExceptions', 106 '-cookies.CookiesTest.testAllowCookiesForASessionUsingExceptions',
107 '-cookies.CookiesTest.testAllowCookiesUsingExceptions', 107 '-cookies.CookiesTest.testAllowCookiesUsingExceptions',
108 '-cookies.CookiesTest.testBlockCookiesUsingExceptions', 108 '-cookies.CookiesTest.testBlockCookiesUsingExceptions',
109 # crbug.com/91030 109 # crbug.com/91030
110 '-omnibox.OmniboxTest.testContentHistory', 110 '-omnibox.OmniboxTest.testContentHistory',
111 # crbug.com/86524 111 # crbug.com/86524
112 '-plugins.PluginsTest.testAllowPluginException', 112 '-plugins.PluginsTest.testAllowPluginException',
113 # crbug.com/87811
114 '-plugins.PluginsTest.testDisableEnableAllPlugins',
115 # crbug.com/85307 113 # crbug.com/85307
116 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 114 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
117 # crbug.com/88574 115 # crbug.com/88574
118 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 116 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
119 # crbug.com/88593 117 # crbug.com/88593
120 '-sync.SyncTest.testPersonalStuffSyncSection', 118 '-sync.SyncTest.testPersonalStuffSyncSection',
121 ], 119 ],
122 120
123 'win': [ 121 'win': [
124 # ================================================== 122 # ==================================================
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 497
500 # HTML5 media functional tests. 498 # HTML5 media functional tests.
501 'AV_FUNC': { 499 'AV_FUNC': {
502 'linux': [ 500 'linux': [
503 'media.media_event_simple_action', 501 'media.media_event_simple_action',
504 'media.media_event_simple_test', 502 'media.media_event_simple_test',
505 'media.media_event_track', 503 'media.media_event_track',
506 ], 504 ],
507 }, 505 },
508 } 506 }
OLDNEW
« no previous file with comments | « no previous file | functional/plugins.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698