| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 # crbug.com/113090 | 153 # crbug.com/113090 |
| 154 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 154 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
| 155 # crbug.com/94682 | 155 # crbug.com/94682 |
| 156 '-gpu.GpuTest.test2dCanvas', | 156 '-gpu.GpuTest.test2dCanvas', |
| 157 # Disabled on vista in the actual test. crbug.com/89767 | 157 # Disabled on vista in the actual test. crbug.com/89767 |
| 158 # -imports.ImportsTest.testImportFirefoxDataTwice | 158 # -imports.ImportsTest.testImportFirefoxDataTwice |
| 159 # Disabled on vista in the actual test. crbug.com/89767 | 159 # Disabled on vista in the actual test. crbug.com/89767 |
| 160 # -imports.ImportsTest.testFirefoxImportFromPrefs | 160 # -imports.ImportsTest.testFirefoxImportFromPrefs |
| 161 # Disabled on vista in the actual test. crbug.com/89767 | 161 # Disabled on vista in the actual test. crbug.com/89767 |
| 162 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs | 162 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs |
| 163 # crbug.com/168809 |
| 164 '-instant.InstantTest.testInstantCaseSensitivity', |
| 163 # crbug.com/125424 | 165 # crbug.com/125424 |
| 164 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri
x', | 166 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri
x', |
| 165 # crbug.com/117569 | 167 # crbug.com/117569 |
| 166 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 168 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 167 # crbug.com/98526 | 169 # crbug.com/98526 |
| 168 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 170 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 169 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 171 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 170 # Disable sync.SyncIntegrationTest on the QA bots in FULL, | 172 # Disable sync.SyncIntegrationTest on the QA bots in FULL, |
| 171 # until sync protobufs are copied over. | 173 # until sync protobufs are copied over. |
| 172 # Also, see crbug.com/104227 | 174 # Also, see crbug.com/104227 |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 593 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 592 '-ntp.NTPTest.testUninstallApp', | 594 '-ntp.NTPTest.testUninstallApp', |
| 593 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 595 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 594 '-ntp.NTPTest.testLaunchAppRegularTab', | 596 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 595 '-ntp.NTPTest.testLaunchAppPinnedTab', | 597 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 596 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 598 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 597 '-ntp.NTPTest.testLaunchAppNewWindow', | 599 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 598 ], | 600 ], |
| 599 }, | 601 }, |
| 600 } | 602 } |
| OLD | NEW |