| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'downloads', | 46 'downloads', |
| 47 'execute_javascript', | 47 'execute_javascript', |
| 48 'extensions', | 48 'extensions', |
| 49 'find_in_page', | 49 'find_in_page', |
| 50 'flash', | 50 'flash', |
| 51 'history', | 51 'history', |
| 52 'https', | 52 'https', |
| 53 'imports', | 53 'imports', |
| 54 'infobars', | 54 'infobars', |
| 55 'instant', | 55 'instant', |
| 56 'nacl_sdk', | |
| 57 'navigation', | 56 'navigation', |
| 58 'notifications', | 57 'notifications', |
| 59 'ntp', | 58 'ntp', |
| 60 'omnibox', | 59 'omnibox', |
| 61 'passwords', | 60 'passwords', |
| 62 'pdf', | 61 'pdf', |
| 63 'plugins', | 62 'plugins', |
| 64 'plugins_check', | 63 'plugins_check', |
| 65 'popups', | 64 'popups', |
| 66 'prefs', | 65 'prefs', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 # crbug.com/86524 | 114 # crbug.com/86524 |
| 116 '-plugins.PluginsTest.testAllowPluginException', | 115 '-plugins.PluginsTest.testAllowPluginException', |
| 117 # crbug.com/87811 | 116 # crbug.com/87811 |
| 118 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 117 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
| 119 # crbug.com/85307 | 118 # crbug.com/85307 |
| 120 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 119 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
| 121 # crbug.com/88574 | 120 # crbug.com/88574 |
| 122 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | 121 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', |
| 123 # crbug.com/88593 | 122 # crbug.com/88593 |
| 124 '-sync.SyncTest.testPersonalStuffSyncSection', | 123 '-sync.SyncTest.testPersonalStuffSyncSection', |
| 125 # crbug.com/91553 | |
| 126 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | |
| 127 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | |
| 128 ], | 124 ], |
| 129 | 125 |
| 130 'win': [ | 126 'win': [ |
| 131 # ================================================== | 127 # ================================================== |
| 132 # Disabled tests that need to be investigated/fixed. | 128 # Disabled tests that need to be investigated/fixed. |
| 133 # ================================================== | 129 # ================================================== |
| 134 # crbug.com/89081 | 130 # crbug.com/89081 |
| 135 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', | 131 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', |
| 136 # Some download test fails on win official builder, only thru buildbot | 132 # Some download test fails on win official builder, only thru buildbot |
| 137 # when downloading the small zip file. | 133 # when downloading the small zip file. |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 | 264 |
| 269 # =========================== | 265 # =========================== |
| 270 # Permanently-disabled tests. | 266 # Permanently-disabled tests. |
| 271 # =========================== | 267 # =========================== |
| 272 # You cannot resize the browser window on ChromeOS. | 268 # You cannot resize the browser window on ChromeOS. |
| 273 '-browser.BrowserTest.testWindowResize', | 269 '-browser.BrowserTest.testWindowResize', |
| 274 # No codesign verification on ChromeOS. | 270 # No codesign verification on ChromeOS. |
| 275 '-codesign', | 271 '-codesign', |
| 276 # Import tests are invalid on ChromeOS since Chrome is the only browser. | 272 # Import tests are invalid on ChromeOS since Chrome is the only browser. |
| 277 '-imports', | 273 '-imports', |
| 278 # No NaCl support on ChromeOS. | |
| 279 '-nacl_sdk', | |
| 280 | 274 |
| 281 # ================================================== | 275 # ================================================== |
| 282 # Disabled tests that need to be investigated/fixed. | 276 # Disabled tests that need to be investigated/fixed. |
| 283 # ================================================== | 277 # ================================================== |
| 284 # crbug.com/90882 | 278 # crbug.com/90882 |
| 285 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', | 279 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', |
| 286 # Flaky: crosbug.com/14394 | 280 # Flaky: crosbug.com/14394 |
| 287 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', | 281 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', |
| 288 # Downloads panel stays even after declining a download. | 282 # Downloads panel stays even after declining a download. |
| 289 # crosbug.com/14728 | 283 # crosbug.com/14728 |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 | 474 |
| 481 # HTML5 media functional tests. | 475 # HTML5 media functional tests. |
| 482 'AV_FUNC': { | 476 'AV_FUNC': { |
| 483 'linux': [ | 477 'linux': [ |
| 484 'media.media_event_simple_action', | 478 'media.media_event_simple_action', |
| 485 'media.media_event_simple_test', | 479 'media.media_event_simple_test', |
| 486 'media.media_event_track', | 480 'media.media_event_track', |
| 487 ], | 481 ], |
| 488 }, | 482 }, |
| 489 } | 483 } |
| OLD | NEW |