| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'omnibox', | 56 'omnibox', |
| 57 'passwords', | 57 'passwords', |
| 58 'policy_prefs_ui', | 58 'policy_prefs_ui', |
| 59 'prefs', | 59 'prefs', |
| 60 'prefs_ui', | 60 'prefs_ui', |
| 61 'pyauto_webdriver', | 61 'pyauto_webdriver', |
| 62 'search_engines', | 62 'search_engines', |
| 63 'special_tabs', | 63 'special_tabs', |
| 64 'sync.SyncTest', | 64 'sync.SyncTest', |
| 65 'test_pyauto', | 65 'test_pyauto', |
| 66 'themes', | |
| 67 | 66 |
| 68 # ================================================== | 67 # ================================================== |
| 69 # Disabled tests that need to be investigated/fixed. | 68 # Disabled tests that need to be investigated/fixed. |
| 70 # ================================================== | 69 # ================================================== |
| 71 # crbug.com/123396 | 70 # crbug.com/123396 |
| 72 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', | 71 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', |
| 73 # crbug.com/132665 | 72 # crbug.com/132665 |
| 74 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP
revPage', | 73 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP
revPage', |
| 75 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa
ge', | 74 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa
ge', |
| 76 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev
Page', | 75 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev
Page', |
| (...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 748 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 750 '-ntp.NTPTest.testUninstallApp', | 749 '-ntp.NTPTest.testUninstallApp', |
| 751 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 750 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 752 '-ntp.NTPTest.testLaunchAppRegularTab', | 751 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 753 '-ntp.NTPTest.testLaunchAppPinnedTab', | 752 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 754 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 753 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 755 '-ntp.NTPTest.testLaunchAppNewWindow', | 754 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 756 ], | 755 ], |
| 757 }, | 756 }, |
| 758 } | 757 } |
| OLD | NEW |