Chromium Code Reviews| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 125 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | 125 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', |
| 126 # crbug.com/88593 | 126 # crbug.com/88593 |
| 127 '-sync.SyncTest.testPersonalStuffSyncSection', | 127 '-sync.SyncTest.testPersonalStuffSyncSection', |
| 128 # crbug.com/100591 | 128 # crbug.com/100591 |
| 129 '-pdf.PDFTest.testPDFRunner', | 129 '-pdf.PDFTest.testPDFRunner', |
| 130 # crbug.com/100593 | 130 # crbug.com/100593 |
| 131 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | 131 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', |
| 132 ], | 132 ], |
| 133 | 133 |
| 134 'win': [ | 134 'win': [ |
| 135 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, | |
| 136 # which contains the sync protobufs. | |
| 137 'sync.SyncIntegrationTest', | |
| 138 | |
| 135 # ================================================== | 139 # ================================================== |
| 136 # Disabled tests that need to be investigated/fixed. | 140 # Disabled tests that need to be investigated/fixed. |
| 137 # ================================================== | 141 # ================================================== |
| 138 # Some download test fails on win official builder, only thru buildbot | 142 # Some download test fails on win official builder, only thru buildbot |
| 139 # when downloading the small zip file. | 143 # when downloading the small zip file. |
| 140 # crbug.com/91225 | 144 # crbug.com/91225 |
| 141 '-find_in_page.FindMatchTests.testSearchInPDF', | 145 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 142 # Disabled on vista in the actual test. crbug.com/89767 | 146 # Disabled on vista in the actual test. crbug.com/89767 |
| 143 # -imports.ImportsTest.testImportFirefoxDataTwice | 147 # -imports.ImportsTest.testImportFirefoxDataTwice |
| 144 # Disabled on vista in the actual test. crbug.com/89767 | 148 # Disabled on vista in the actual test. crbug.com/89767 |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 155 '-ntp.NTPTest.testUninstallApp', | 159 '-ntp.NTPTest.testUninstallApp', |
| 156 # crbug.com/70694, crbug.com/73078 | 160 # crbug.com/70694, crbug.com/73078 |
| 157 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 161 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 158 '-passwords.PasswordTest.testNeverSavePasswords', | 162 '-passwords.PasswordTest.testNeverSavePasswords', |
| 159 # crbug.com/91887 | 163 # crbug.com/91887 |
| 160 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 161 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 165 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 162 # causes browser crash? crbug.com/99865 | 166 # causes browser crash? crbug.com/99865 |
| 163 '-prefs.PrefsTest.testGeolocationPref', | 167 '-prefs.PrefsTest.testGeolocationPref', |
| 164 # crbug.com/88679 | 168 # crbug.com/88679 |
| 165 '-sync', | 169 '-sync', |
|
Nirnimesh
2011/11/10 02:44:49
Will this mask it?
dyu1
2011/11/10 02:58:52
Changed it to '-sync.SyncTest' so there is no conf
| |
| 166 # crbug.com/86949 | 170 # crbug.com/86949 |
| 167 '-sync.SyncTest.testRestartBrowser', | 171 '-sync.SyncTest.testRestartBrowser', |
| 168 # crbug.com/87642 | 172 # crbug.com/87642 |
| 169 '-sync.SyncTest.testDisableAndEnableDatatypes', | 173 '-sync.SyncTest.testDisableAndEnableDatatypes', |
| 170 # crbug.com/95621 | 174 # crbug.com/95621 |
| 171 '-youtube.YoutubeTest.testPlayerStatus', | 175 '-youtube.YoutubeTest.testPlayerStatus', |
| 172 # crbug.com/98526 | 176 # crbug.com/98526 |
| 173 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 177 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 174 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 178 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 175 # crbug.com/95031 | 179 # crbug.com/95031 |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 412 '-passwords.PasswordTest.testNeverSavePasswords', | 416 '-passwords.PasswordTest.testNeverSavePasswords', |
| 413 '-plugins.PluginsTest.testBlockAllPlugins', | 417 '-plugins.PluginsTest.testBlockAllPlugins', |
| 414 '-plugins.PluginsTest.testBlockPluginException', | 418 '-plugins.PluginsTest.testBlockPluginException', |
| 415 '-popups.PopupsTest.testMultiplePopups', | 419 '-popups.PopupsTest.testMultiplePopups', |
| 416 '-popups.PopupsTest.testPopupBlockedEverySec', | 420 '-popups.PopupsTest.testPopupBlockedEverySec', |
| 417 '-process_count.ProcessCountTest.testProcessCountCombination', | 421 '-process_count.ProcessCountTest.testProcessCountCombination', |
| 418 '-process_count.ProcessCountTest.testProcessCountFlashProcess', | 422 '-process_count.ProcessCountTest.testProcessCountFlashProcess', |
| 419 ], | 423 ], |
| 420 | 424 |
| 421 'win': [ | 425 'win': [ |
| 422 'sync.SyncIntegrationTest', | |
| 423 ], | 426 ], |
| 424 | 427 |
| 425 'mac': [ | 428 'mac': [ |
| 426 ], | 429 ], |
| 427 | 430 |
| 428 'linux': [ | 431 'linux': [ |
| 429 ], | 432 ], |
| 430 | 433 |
| 431 'chromeos': [ | 434 'chromeos': [ |
| 432 # These tests fail due to crosbug.com/19556 | 435 # These tests fail due to crosbug.com/19556 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 629 | 632 |
| 630 # HTML5 media functional tests. | 633 # HTML5 media functional tests. |
| 631 'AV_FUNC': { | 634 'AV_FUNC': { |
| 632 'linux': [ | 635 'linux': [ |
| 633 'media.media_event_simple_action', | 636 'media.media_event_simple_action', |
| 634 'media.media_event_simple_test', | 637 'media.media_event_simple_test', |
| 635 'media.media_event_track', | 638 'media.media_event_track', |
| 636 ], | 639 ], |
| 637 }, | 640 }, |
| 638 } | 641 } |
| OLD | NEW |