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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 # crbug.com/132665 | 97 # crbug.com/132665 |
98 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP
revPage', | 98 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavBackToP
revPage', |
99 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa
ge', | 99 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSExitWhenNavToNewPa
ge', |
100 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev
Page', | 100 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavBackToPrev
Page', |
101 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage'
, | 101 '-fullscreen_mouselock.FullscreenMouselockTest.testMLExitWhenNavToNewPage'
, |
102 # crbug.com/140460 | 102 # crbug.com/140460 |
103 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo
useLock', | 103 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo
useLock', |
104 | 104 |
105 # crosbug.com/136875 | 105 # crosbug.com/136875 |
106 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSDoesNotExitForAnch
orLinks', | 106 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSDoesNotExitForAnch
orLinks', |
| 107 # crbug.com/143506 |
| 108 '-gtalk.test_basic.BasicTest', |
107 # crbug.com/131874 | 109 # crbug.com/131874 |
108 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', | 110 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', |
109 # crbug.com/133315 | 111 # crbug.com/133315 |
110 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', | 112 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', |
111 # crbug.com/105560 | 113 # crbug.com/105560 |
112 '-notifications', | 114 '-notifications', |
113 # crbug.com/99506 | 115 # crbug.com/99506 |
114 '-notifications.NotificationsTest.testSpecialURLNotification', | 116 '-notifications.NotificationsTest.testSpecialURLNotification', |
115 # crbug.com/71715 | 117 # crbug.com/71715 |
116 '-omnibox.OmniboxTest.testHistoryResult', | 118 '-omnibox.OmniboxTest.testHistoryResult', |
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 876 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
875 '-ntp.NTPTest.testUninstallApp', | 877 '-ntp.NTPTest.testUninstallApp', |
876 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 878 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
877 '-ntp.NTPTest.testLaunchAppRegularTab', | 879 '-ntp.NTPTest.testLaunchAppRegularTab', |
878 '-ntp.NTPTest.testLaunchAppPinnedTab', | 880 '-ntp.NTPTest.testLaunchAppPinnedTab', |
879 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 881 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
880 '-ntp.NTPTest.testLaunchAppNewWindow', | 882 '-ntp.NTPTest.testLaunchAppNewWindow', |
881 ], | 883 ], |
882 }, | 884 }, |
883 } | 885 } |
OLD | NEW |