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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
170 # Disable sync.SyncIntegrationTest on the QA bots in FULL, | 170 # Disable sync.SyncIntegrationTest on the QA bots in FULL, |
171 # until sync protobufs are copied over. | 171 # until sync protobufs are copied over. |
172 # Also, see crbug.com/104227 | 172 # Also, see crbug.com/104227 |
173 '-sync.SyncIntegrationTest', | 173 '-sync.SyncIntegrationTest', |
174 # crbug.com/88679 | 174 # crbug.com/88679 |
175 '-sync.SyncTest', | 175 '-sync.SyncTest', |
176 # crbug.com/86949 | 176 # crbug.com/86949 |
177 '-sync.SyncTest.testRestartBrowser', | 177 '-sync.SyncTest.testRestartBrowser', |
178 # crbug.com/87642 | 178 # crbug.com/87642 |
179 '-sync.SyncTest.testDisableAndEnableDatatypes', | 179 '-sync.SyncTest.testDisableAndEnableDatatypes', |
180 # crbug.com/168809 | |
181 '-instant.InstantTest.testInstantCaseSensitivity' | |
kkania
2013/01/09 23:44:01
add ',' at end so next person doesn't forget. also
pshenoy
2013/01/09 23:47:04
Done.
| |
180 ], | 182 ], |
181 | 183 |
182 'mac': [ | 184 'mac': [ |
183 # =========================== | 185 # =========================== |
184 # Permanently-disabled tests. | 186 # Permanently-disabled tests. |
185 # =========================== | 187 # =========================== |
186 | 188 |
187 # ================================================== | 189 # ================================================== |
188 # Disabled tests that need to be investigated/fixed. | 190 # Disabled tests that need to be investigated/fixed. |
189 # ================================================== | 191 # ================================================== |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
591 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 593 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
592 '-ntp.NTPTest.testUninstallApp', | 594 '-ntp.NTPTest.testUninstallApp', |
593 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 595 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
594 '-ntp.NTPTest.testLaunchAppRegularTab', | 596 '-ntp.NTPTest.testLaunchAppRegularTab', |
595 '-ntp.NTPTest.testLaunchAppPinnedTab', | 597 '-ntp.NTPTest.testLaunchAppPinnedTab', |
596 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 598 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
597 '-ntp.NTPTest.testLaunchAppNewWindow', | 599 '-ntp.NTPTest.testLaunchAppNewWindow', |
598 ], | 600 ], |
599 }, | 601 }, |
600 } | 602 } |
OLD | NEW |