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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 142 # crbug.com/66072 | 142 # crbug.com/66072 |
| 143 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 143 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 144 # crbug.com/85598 | 144 # crbug.com/85598 |
| 145 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 145 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 146 '-ntp.NTPTest.testLaunchAppFullScreen', | 146 '-ntp.NTPTest.testLaunchAppFullScreen', |
| 147 '-ntp.NTPTest.testLaunchAppNewWindow', | 147 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 148 '-ntp.NTPTest.testLaunchAppPinnedTab', | 148 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 149 '-ntp.NTPTest.testLaunchAppRegularTab', | 149 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 150 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 150 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 151 '-ntp.NTPTest.testUninstallApp', | 151 '-ntp.NTPTest.testUninstallApp', |
| 152 # crbug.com/91222 | |
| 153 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | |
| 154 # crbug.com/70694, crbug.com/73078 | 152 # crbug.com/70694, crbug.com/73078 |
| 155 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 153 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 156 '-passwords.PasswordTest.testNeverSavePasswords', | 154 '-passwords.PasswordTest.testNeverSavePasswords', |
| 157 # crbug.com/91887 | 155 # crbug.com/91887 |
| 158 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 156 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
| 159 # crbug.com/67588 | 157 # crbug.com/67588 |
| 160 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 158 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 161 # crbug.com/88679 | 159 # crbug.com/88679 |
| 162 '-sync', | 160 '-sync', |
| 163 # crbug.com/86949 | 161 # crbug.com/86949 |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 352 '-flash.FlashTest.testFlashLoadsAfterKill', | 350 '-flash.FlashTest.testFlashLoadsAfterKill', |
| 353 '-flash.FlashTest.testFlashIncognitoMode', | 351 '-flash.FlashTest.testFlashIncognitoMode', |
| 354 '-flash.FlashTest.testFlashWithMultipleTabs', | 352 '-flash.FlashTest.testFlashWithMultipleTabs', |
| 355 '-flash.FlashTest.testSingleFlashPluginProcess', | 353 '-flash.FlashTest.testSingleFlashPluginProcess', |
| 356 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 354 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 357 '-ntp.NTPTest.testLaunchAppNewWindow', | 355 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 358 '-ntp.NTPTest.testLaunchAppPinnedTab', | 356 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 359 '-ntp.NTPTest.testLaunchAppRegularTab', | 357 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 360 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 358 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 361 '-ntp.NTPTest.testUninstallApp', | 359 '-ntp.NTPTest.testUninstallApp', |
| 362 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | |
|
Nirnimesh
2011/08/28 07:15:16
Do not remove from this list - CONTINUOUS_PUBLIC.
Venkat Yellapu
2011/08/30 00:03:03
Done.
| |
| 363 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 360 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
| 364 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 361 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 365 '-passwords.PasswordTest.testNeverSavePasswords', | 362 '-passwords.PasswordTest.testNeverSavePasswords', |
| 366 '-plugins.PluginsTest.testBlockAllPlugins', | 363 '-plugins.PluginsTest.testBlockAllPlugins', |
| 367 '-plugins.PluginsTest.testBlockPluginException', | 364 '-plugins.PluginsTest.testBlockPluginException', |
| 368 '-popups.PopupsTest.testMultiplePopups', | 365 '-popups.PopupsTest.testMultiplePopups', |
| 369 '-popups.PopupsTest.testPopupBlockedEverySec', | 366 '-popups.PopupsTest.testPopupBlockedEverySec', |
| 370 | 367 |
| 371 ], | 368 ], |
| 372 | 369 |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 499 | 496 |
| 500 # HTML5 media functional tests. | 497 # HTML5 media functional tests. |
| 501 'AV_FUNC': { | 498 'AV_FUNC': { |
| 502 'linux': [ | 499 'linux': [ |
| 503 'media.media_event_simple_action', | 500 'media.media_event_simple_action', |
| 504 'media.media_event_simple_test', | 501 'media.media_event_simple_test', |
| 505 'media.media_event_track', | 502 'media.media_event_track', |
| 506 ], | 503 ], |
| 507 }, | 504 }, |
| 508 } | 505 } |
| OLD | NEW |