| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 # crbug.com/86524 | 111 # crbug.com/86524 |
| 112 '-plugins.PluginsTest.testAllowPluginException', | 112 '-plugins.PluginsTest.testAllowPluginException', |
| 113 # crbug.com/87811 | 113 # crbug.com/87811 |
| 114 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 114 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
| 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/94683 |
| 122 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
| 121 ], | 123 ], |
| 122 | 124 |
| 123 'win': [ | 125 'win': [ |
| 124 # ================================================== | 126 # ================================================== |
| 125 # Disabled tests that need to be investigated/fixed. | 127 # Disabled tests that need to be investigated/fixed. |
| 126 # ================================================== | 128 # ================================================== |
| 127 # crbug.com/88210 | 129 # crbug.com/88210 |
| 128 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', | 130 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', |
| 129 # crbug.com/81271 | 131 # crbug.com/81271 |
| 130 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 132 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 | 512 |
| 511 # HTML5 media functional tests. | 513 # HTML5 media functional tests. |
| 512 'AV_FUNC': { | 514 'AV_FUNC': { |
| 513 'linux': [ | 515 'linux': [ |
| 514 'media.media_event_simple_action', | 516 'media.media_event_simple_action', |
| 515 'media.media_event_simple_test', | 517 'media.media_event_simple_test', |
| 516 'media.media_event_track', | 518 'media.media_event_track', |
| 517 ], | 519 ], |
| 518 }, | 520 }, |
| 519 } | 521 } |
| OLD | NEW |