| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'ntp', | 59 'ntp', |
| 60 'omnibox', | 60 'omnibox', |
| 61 'passwords', | 61 'passwords', |
| 62 'plugins', | 62 'plugins', |
| 63 'plugins_check', | 63 'plugins_check', |
| 64 'policy', | 64 'policy', |
| 65 'policy_prefs_ui', | 65 'policy_prefs_ui', |
| 66 'popups', | 66 'popups', |
| 67 'prefs', | 67 'prefs', |
| 68 'prefs_ui', | 68 'prefs_ui', |
| 69 'protector', | |
| 70 'pyauto_webdriver', | 69 'pyauto_webdriver', |
| 71 'search_engines', | 70 'search_engines', |
| 72 'shortcuts', | 71 'shortcuts', |
| 73 'special_tabs', | 72 'special_tabs', |
| 74 'sync.SyncTest', | 73 'sync.SyncTest', |
| 75 'test_basic', | 74 'test_basic', |
| 76 'test_pyauto', | 75 'test_pyauto', |
| 77 'themes', | 76 'themes', |
| 78 | 77 |
| 79 # ================================================== | 78 # ================================================== |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 # Sync is already signed in with the login account. | 306 # Sync is already signed in with the login account. |
| 308 # So one-click infobar tests do tno apply to chromeos. | 307 # So one-click infobar tests do tno apply to chromeos. |
| 309 '-infobars.OneClickInfobarTest', | 308 '-infobars.OneClickInfobarTest', |
| 310 # Multi-profile doesn't apply to chromeos yet. | 309 # Multi-profile doesn't apply to chromeos yet. |
| 311 '-multiprofile', | 310 '-multiprofile', |
| 312 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | 311 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', |
| 313 # These require a custom setup on ChromeOS and have their own suite for | 312 # These require a custom setup on ChromeOS and have their own suite for |
| 314 # this platform. | 313 # this platform. |
| 315 '-policy', | 314 '-policy', |
| 316 '-policy_prefs_ui', | 315 '-policy_prefs_ui', |
| 317 # No Protector on ChromeOS. | |
| 318 '-protector', | |
| 319 # You cannot adjust the downloads directory on ChromeOS. | 316 # You cannot adjust the downloads directory on ChromeOS. |
| 320 '-prefs.PrefsTest.testDownloadDirPref', | 317 '-prefs.PrefsTest.testDownloadDirPref', |
| 321 | 318 |
| 322 # ================================================== | 319 # ================================================== |
| 323 # Disabled tests that need to be investigated/fixed. | 320 # Disabled tests that need to be investigated/fixed. |
| 324 # ================================================== | 321 # ================================================== |
| 325 # crbug.com/132337 | 322 # crbug.com/132337 |
| 326 '-autofill.AutofillTest.testTabOrderForEditAddress', | 323 '-autofill.AutofillTest.testTabOrderForEditAddress', |
| 327 # crosbug.com/27405 | 324 # crosbug.com/27405 |
| 328 '-browser.BrowserTest.testKillAndReloadSharedProcess', | 325 '-browser.BrowserTest.testKillAndReloadSharedProcess', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 # crbug.com/113090 | 507 # crbug.com/113090 |
| 511 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 508 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
| 512 # crbug.com/94682 | 509 # crbug.com/94682 |
| 513 '-gpu.GpuTest.test2dCanvas', | 510 '-gpu.GpuTest.test2dCanvas', |
| 514 # crbug.com/125424 | 511 # crbug.com/125424 |
| 515 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay
backMatrix', | 512 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay
backMatrix', |
| 516 # crbug.com/115646 | 513 # crbug.com/115646 |
| 517 '-translate.TranslateTest.testSeveralLanguages', | 514 '-translate.TranslateTest.testSeveralLanguages', |
| 518 # crbug.com/95621 | 515 # crbug.com/95621 |
| 519 '-youtube.YoutubeTest.testPlayerStatus', | 516 '-youtube.YoutubeTest.testPlayerStatus', |
| 520 # crbug.com/140047 | |
| 521 '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndA
pply', | |
| 522 ], | 517 ], |
| 523 | 518 |
| 524 'mac': [ | 519 'mac': [ |
| 525 # ================================================== | 520 # ================================================== |
| 526 # Disabled tests that need to be investigated/fixed. | 521 # Disabled tests that need to be investigated/fixed. |
| 527 # ================================================== | 522 # ================================================== |
| 528 # crbug.com/109035 | 523 # crbug.com/109035 |
| 529 '-youtube.YoutubeTest.testPlayerBytes', | 524 '-youtube.YoutubeTest.testPlayerBytes', |
| 530 '-youtube.YoutubeTest.testPlayerResolution', | 525 '-youtube.YoutubeTest.testPlayerResolution', |
| 531 | 526 |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 845 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 851 '-ntp.NTPTest.testUninstallApp', | 846 '-ntp.NTPTest.testUninstallApp', |
| 852 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 847 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 853 '-ntp.NTPTest.testLaunchAppRegularTab', | 848 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 854 '-ntp.NTPTest.testLaunchAppPinnedTab', | 849 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 855 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 850 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 856 '-ntp.NTPTest.testLaunchAppNewWindow', | 851 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 857 ], | 852 ], |
| 858 }, | 853 }, |
| 859 } | 854 } |
| OLD | NEW |