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

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

Issue 8308001: Disable policy.PolicyTest.testBlacklistPolicy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/95031 121 # crbug.com/95031
122 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 122 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
123 # crbug.com/98918 123 # crbug.com/98918
124 '-policy.PolicyTest.testBookmarkBarPolicy', 124 '-policy.PolicyTest.testBookmarkBarPolicy',
125 # crbug.com/100217
126 '-policy.PolicyTest.testBlacklistPolicy',
125 ], 127 ],
126 128
127 'win': [ 129 'win': [
128 # ================================================== 130 # ==================================================
129 # Disabled tests that need to be investigated/fixed. 131 # Disabled tests that need to be investigated/fixed.
130 # ================================================== 132 # ==================================================
131 # crbug.com/81271 133 # crbug.com/81271
132 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', 134 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
133 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', 135 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData',
134 # Some download test fails on win official builder, only thru buildbot 136 # Some download test fails on win official builder, only thru buildbot
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 580
579 # HTML5 media functional tests. 581 # HTML5 media functional tests.
580 'AV_FUNC': { 582 'AV_FUNC': {
581 'linux': [ 583 'linux': [
582 'media.media_event_simple_action', 584 'media.media_event_simple_action',
583 'media.media_event_simple_test', 585 'media.media_event_simple_test',
584 'media.media_event_track', 586 'media.media_event_track',
585 ], 587 ],
586 }, 588 },
587 } 589 }
OLDNEW
« 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