OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |