| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 '-flash.FlashTest.testFlashLoadsAfterKill', | 370 '-flash.FlashTest.testFlashLoadsAfterKill', |
| 371 '-flash.FlashTest.testFlashIncognitoMode', | 371 '-flash.FlashTest.testFlashIncognitoMode', |
| 372 '-flash.FlashTest.testFlashWithMultipleTabs', | 372 '-flash.FlashTest.testFlashWithMultipleTabs', |
| 373 '-flash.FlashTest.testSingleFlashPluginProcess', | 373 '-flash.FlashTest.testSingleFlashPluginProcess', |
| 374 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 374 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 375 '-ntp.NTPTest.testLaunchAppNewWindow', | 375 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 376 '-ntp.NTPTest.testLaunchAppPinnedTab', | 376 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 377 '-ntp.NTPTest.testLaunchAppRegularTab', | 377 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 378 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 378 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 379 '-ntp.NTPTest.testUninstallApp', | 379 '-ntp.NTPTest.testUninstallApp', |
| 380 '-omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', |
| 381 '-omnibox.OmniboxTest.testAppNameWithNumberSearch', |
| 382 '-omnibox.OmniboxTest.testAppNameWithSpaceSearch', |
| 383 '-omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', |
| 384 '-omnibox.OmniboxTest.testBasicAppSearch', |
| 385 '-omnibox.OmniboxTest.testBeginningPartAppNameSearchInNewTab', |
| 386 '-omnibox.OmniboxTest.testEndPartAppNameSearchInNewTab', |
| 387 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch', |
| 388 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch', |
| 389 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName', |
| 390 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs', |
| 380 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 391 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 381 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 392 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
| 382 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 393 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
| 383 '-passwords.PasswordTest.testNeverSavePasswords', | 394 '-passwords.PasswordTest.testNeverSavePasswords', |
| 384 '-plugins.PluginsTest.testBlockAllPlugins', | 395 '-plugins.PluginsTest.testBlockAllPlugins', |
| 385 '-plugins.PluginsTest.testBlockPluginException', | 396 '-plugins.PluginsTest.testBlockPluginException', |
| 386 '-popups.PopupsTest.testMultiplePopups', | 397 '-popups.PopupsTest.testMultiplePopups', |
| 387 '-popups.PopupsTest.testPopupBlockedEverySec', | 398 '-popups.PopupsTest.testPopupBlockedEverySec', |
| 388 '-process_count.ProcessCountTest.testProcessCountCombination', | 399 '-process_count.ProcessCountTest.testProcessCountCombination', |
| 389 '-process_count.ProcessCountTest.testProcessCountFlashProcess', | 400 '-process_count.ProcessCountTest.testProcessCountFlashProcess', |
| 390 '-omnibox.OmniboxTest.testAppComboNameWithSpecialCharSearch', | |
| 391 '-omnibox.OmniboxTest.testAppNameWithNumberSearch', | |
| 392 '-omnibox.OmniboxTest.testAppNameWithSpaceSearch', | |
| 393 '-omnibox.OmniboxTest.testAppSearchWithVeryLongAppName', | |
| 394 '-omnibox.OmniboxTest.testBasicAppSearch', | |
| 395 ], | 401 ], |
| 396 | 402 |
| 397 'win': [ | 403 'win': [ |
| 398 ], | 404 ], |
| 399 | 405 |
| 400 'mac': [ | 406 'mac': [ |
| 401 ], | 407 ], |
| 402 | 408 |
| 403 'linux': [ | 409 'linux': [ |
| 404 ], | 410 ], |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 | 592 |
| 587 # HTML5 media functional tests. | 593 # HTML5 media functional tests. |
| 588 'AV_FUNC': { | 594 'AV_FUNC': { |
| 589 'linux': [ | 595 'linux': [ |
| 590 'media.media_event_simple_action', | 596 'media.media_event_simple_action', |
| 591 'media.media_event_simple_test', | 597 'media.media_event_simple_test', |
| 592 'media.media_event_track', | 598 'media.media_event_track', |
| 593 ], | 599 ], |
| 594 }, | 600 }, |
| 595 } | 601 } |
| OLD | NEW |