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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 # =========================== | 496 # =========================== |
497 # Permanently-disabled tests. | 497 # Permanently-disabled tests. |
498 # =========================== | 498 # =========================== |
499 # The chromoting webapp isn't currently available when FULL is run. | 499 # The chromoting webapp isn't currently available when FULL is run. |
500 '-chromoting_basic', | 500 '-chromoting_basic', |
501 | 501 |
502 # ================================================== | 502 # ================================================== |
503 # Disabled tests that need to be investigated/fixed. | 503 # Disabled tests that need to be investigated/fixed. |
504 # ================================================== | 504 # ================================================== |
505 # The source is behind. Waiting for dev to automate the update. | 505 # The source is behind. Waiting for dev to automate the update. |
506 # crbug.com/141410 | |
507 '-content.ContentTest.testHttpsPage', | |
508 # crbug.com/109160 | 506 # crbug.com/109160 |
509 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', | 507 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
510 # crbug.com/132272 | 508 # crbug.com/132272 |
511 '-shortcuts.ShortcutsTest.testHelpShortcut', | 509 '-shortcuts.ShortcutsTest.testHelpShortcut', |
512 # crbug.com/132285 | 510 # crbug.com/132285 |
513 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | 511 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', |
514 # crbug.com/129802 | 512 # crbug.com/129802 |
515 '-translate.TranslateTest.testAlwaysTranslateLanguageButton', | 513 '-translate.TranslateTest.testAlwaysTranslateLanguageButton', |
516 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate', | 514 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate', |
517 '-translate.TranslateTest.testToggleTranslateOption', | 515 '-translate.TranslateTest.testToggleTranslateOption', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 874 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
877 '-ntp.NTPTest.testUninstallApp', | 875 '-ntp.NTPTest.testUninstallApp', |
878 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 876 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
879 '-ntp.NTPTest.testLaunchAppRegularTab', | 877 '-ntp.NTPTest.testLaunchAppRegularTab', |
880 '-ntp.NTPTest.testLaunchAppPinnedTab', | 878 '-ntp.NTPTest.testLaunchAppPinnedTab', |
881 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 879 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
882 '-ntp.NTPTest.testLaunchAppNewWindow', | 880 '-ntp.NTPTest.testLaunchAppNewWindow', |
883 ], | 881 ], |
884 }, | 882 }, |
885 } | 883 } |
OLD | NEW |