OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'ntp', | 60 'ntp', |
61 'omnibox', | 61 'omnibox', |
62 'passwords', | 62 'passwords', |
63 'pdf', | 63 'pdf', |
64 'plugins', | 64 'plugins', |
65 'popups', | 65 'popups', |
66 'prefs', | 66 'prefs', |
67 'search_engines', | 67 'search_engines', |
68 # crbug.com/67628 | 68 # crbug.com/67628 |
69 '-search_engines.SearchEnginesTest.testTabToSearch', | 69 '-search_engines.SearchEnginesTest.testTabToSearch', |
| 70 # crbug.com/70439 |
| 71 '-search_engines.SearchEnginesTest.testAddSearchEngine', |
| 72 '-search_engines.SearchEnginesTest.testEditSearchEngine', |
| 73 '-search_engines.SearchEnginesTest.testSearchEngineSpecialChars', |
70 'special_tabs', | 74 'special_tabs', |
71 # crbug.com/67851 | 75 # crbug.com/67851 |
72 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 76 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
73 # 'sync', crbug.com/60970 | 77 # 'sync', crbug.com/60970 |
74 'test_basic.SimpleTest.testCanOpenGoogle', | 78 'test_basic.SimpleTest.testCanOpenGoogle', |
75 'themes', | 79 'themes', |
76 ], | 80 ], |
77 | 81 |
78 'win': [ | 82 'win': [ |
79 # testBookmarkBarVisible fails on windows. crbug.com/42823 | 83 # testBookmarkBarVisible fails on windows. crbug.com/42823 |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'linux': [ | 176 'linux': [ |
173 ], | 177 ], |
174 | 178 |
175 'chromeos': [ | 179 'chromeos': [ |
176 # crosbug.com/6856 | 180 # crosbug.com/6856 |
177 '-translate.TranslateTest.testSessionRestore', | 181 '-translate.TranslateTest.testSessionRestore', |
178 '-translate.TranslateTest.testDownloadsNotTranslated', | 182 '-translate.TranslateTest.testDownloadsNotTranslated', |
179 ], | 183 ], |
180 } | 184 } |
181 } | 185 } |
OLD | NEW |