| 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 15 matching lines...) Expand all Loading... |
| 26 'browser', | 26 'browser', |
| 27 'content', | 27 'content', |
| 28 'downloads', | 28 'downloads', |
| 29 'history', | 29 'history', |
| 30 'navigation', | 30 'navigation', |
| 31 'omnibox', | 31 'omnibox', |
| 32 'plugins', | 32 'plugins', |
| 33 'prefs', | 33 'prefs', |
| 34 'special_tabs', | 34 'special_tabs', |
| 35 'test_basic.SimpleTest.testCanOpenGoogle', | 35 'test_basic.SimpleTest.testCanOpenGoogle', |
| 36 'themes', |
| 36 ], | 37 ], |
| 37 | 38 |
| 38 'win': [ | 39 'win': [ |
| 39 # testBookmarkBarVisible fails on windows. crbug.com/42823 | 40 # testBookmarkBarVisible fails on windows. crbug.com/42823 |
| 40 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', | 41 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', |
| 41 ], | 42 ], |
| 42 | 43 |
| 43 'mac': [ | 44 'mac': [ |
| 44 ], | 45 ], |
| 45 | 46 |
| 46 'linux': [ | 47 'linux': [ |
| 47 '-omnibox', # http://crbug.com/44203 | 48 '-omnibox', # http://crbug.com/44203 |
| 48 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 | 49 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 |
| 49 '-content.ContentTest.testThreeWindows', # crbug.com/47457 | 50 '-content.ContentTest.testThreeWindows', # crbug.com/47457 |
| 50 ], | 51 ], |
| 51 | 52 |
| 52 # TODO(nirnimesh): Add a ChromeOS section | 53 # TODO(nirnimesh): Add a ChromeOS section |
| 53 } | 54 } |
| OLD | NEW |