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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'mac': [ | 96 'mac': [ |
97 # Keychain popups make password & autofill tests difficult. | 97 # Keychain popups make password & autofill tests difficult. |
98 # crbug.com/49378 | 98 # crbug.com/49378 |
99 '-passwords', | 99 '-passwords', |
100 '-autofill', | 100 '-autofill', |
101 # codesign tests should run *after* signing. crbug.com/50481 | 101 # codesign tests should run *after* signing. crbug.com/50481 |
102 '-codesign', | 102 '-codesign', |
103 '-content.ContentTest.testThreeWindows', # crbug.com/47457 | 103 '-content.ContentTest.testThreeWindows', # crbug.com/47457 |
104 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 | 104 '-instant.InstantTest.testInstantNavigation', # crbug.com/69090 |
105 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 | 105 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 |
| 106 # crbug.com/70437 |
| 107 '-omnibox.OmniboxTest.testHistoryResult', |
106 ], | 108 ], |
107 | 109 |
108 'linux': [ # linux != chromeos | 110 'linux': [ # linux != chromeos |
109 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 | 111 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 |
110 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 | 112 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 |
111 '-content.ContentTest.testThreeWindows', # crbug.com/47457 | 113 '-content.ContentTest.testThreeWindows', # crbug.com/47457 |
112 # crbug.com/64664 | 114 # crbug.com/64664 |
113 '-databases.DatabasesTest.testReloadActiveTab', | 115 '-databases.DatabasesTest.testReloadActiveTab', |
114 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', | 116 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', |
115 # crbug.com/64269 | 117 # crbug.com/64269 |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'linux': [ | 174 'linux': [ |
173 ], | 175 ], |
174 | 176 |
175 'chromeos': [ | 177 'chromeos': [ |
176 # crosbug.com/6856 | 178 # crosbug.com/6856 |
177 '-translate.TranslateTest.testSessionRestore', | 179 '-translate.TranslateTest.testSessionRestore', |
178 '-translate.TranslateTest.testDownloadsNotTranslated', | 180 '-translate.TranslateTest.testDownloadsNotTranslated', |
179 ], | 181 ], |
180 } | 182 } |
181 } | 183 } |
OLD | NEW |