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

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

Issue 8486021: Fixed the policy.PolicyTest.testJavascriptPolicies test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/app/policy/policy_templates.json ('k') | chrome/test/functional/policy.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 # crbug.com/85307 119 # crbug.com/85307
120 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 120 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
121 # crbug.com/88574 121 # crbug.com/88574
122 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 122 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
123 # crbug.com/88593 123 # crbug.com/88593
124 '-sync.SyncTest.testPersonalStuffSyncSection', 124 '-sync.SyncTest.testPersonalStuffSyncSection',
125 # crbug.com/100591 125 # crbug.com/100591
126 '-pdf.PDFTest.testPDFRunner', 126 '-pdf.PDFTest.testPDFRunner',
127 # crbug.com/100593 127 # crbug.com/100593
128 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', 128 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
129 # crbug.com/104484
130 '-policy.PolicyTest.testJavascriptPolicies',
131 ], 129 ],
132 130
133 'win': [ 131 'win': [
134 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, 132 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS,
135 # which contains the sync protobufs. 133 # which contains the sync protobufs.
136 'sync.SyncIntegrationTest', 134 'sync.SyncIntegrationTest',
137 135
138 # ================================================== 136 # ==================================================
139 # Disabled tests that need to be investigated/fixed. 137 # Disabled tests that need to be investigated/fixed.
140 # ================================================== 138 # ==================================================
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 620
623 # HTML5 media functional tests. 621 # HTML5 media functional tests.
624 'AV_FUNC': { 622 'AV_FUNC': {
625 'linux': [ 623 'linux': [
626 'media.media_event_simple_action', 624 'media.media_event_simple_action',
627 'media.media_event_simple_test', 625 'media.media_event_simple_test',
628 'media.media_event_track', 626 'media.media_event_track',
629 ], 627 ],
630 }, 628 },
631 } 629 }
OLDNEW
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/test/functional/policy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698