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', | |
109 # crbug.com/131874 | 107 # crbug.com/131874 |
110 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', | 108 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', |
111 # crbug.com/133315 | 109 # crbug.com/133315 |
112 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', | 110 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', |
113 # crbug.com/105560 | 111 # crbug.com/105560 |
114 '-notifications', | 112 '-notifications', |
115 # crbug.com/99506 | 113 # crbug.com/99506 |
116 '-notifications.NotificationsTest.testSpecialURLNotification', | 114 '-notifications.NotificationsTest.testSpecialURLNotification', |
117 # crbug.com/71715 | 115 # crbug.com/71715 |
118 '-omnibox.OmniboxTest.testHistoryResult', | 116 '-omnibox.OmniboxTest.testHistoryResult', |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 882 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
885 '-ntp.NTPTest.testUninstallApp', | 883 '-ntp.NTPTest.testUninstallApp', |
886 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 884 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
887 '-ntp.NTPTest.testLaunchAppRegularTab', | 885 '-ntp.NTPTest.testLaunchAppRegularTab', |
888 '-ntp.NTPTest.testLaunchAppPinnedTab', | 886 '-ntp.NTPTest.testLaunchAppPinnedTab', |
889 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 887 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
890 '-ntp.NTPTest.testLaunchAppNewWindow', | 888 '-ntp.NTPTest.testLaunchAppNewWindow', |
891 ], | 889 ], |
892 }, | 890 }, |
893 } | 891 } |
OLD | NEW |