| 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 29 matching lines...) Expand all Loading... |
| 40 'infobars', | 40 'infobars', |
| 41 'navigation', | 41 'navigation', |
| 42 'notifications', | 42 'notifications', |
| 43 'omnibox', | 43 'omnibox', |
| 44 'passwords', | 44 'passwords', |
| 45 'plugins', | 45 'plugins', |
| 46 # 'popups', crbug.com/59208 | 46 # 'popups', crbug.com/59208 |
| 47 'prefs', | 47 'prefs', |
| 48 'search_engines', | 48 'search_engines', |
| 49 'special_tabs', | 49 'special_tabs', |
| 50 # 'sync', crbug.com/60970 |
| 50 'test_basic.SimpleTest.testCanOpenGoogle', | 51 'test_basic.SimpleTest.testCanOpenGoogle', |
| 51 'themes', | 52 'themes', |
| 52 'translate', | 53 'translate', |
| 53 # This test fails due to crbug.com/35485 | 54 # This test fails due to crbug.com/35485 |
| 54 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 55 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
| 55 # This test fails due to crbug.com/50706 | 56 # This test fails due to crbug.com/50706 |
| 56 '-translate.TranslateTest.testToggleTranslateOption', | 57 '-translate.TranslateTest.testToggleTranslateOption', |
| 57 ], | 58 ], |
| 58 | 59 |
| 59 'win': [ | 60 'win': [ |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', | 108 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart', |
| 108 '-downloads.DownloadsTest.testZip', | 109 '-downloads.DownloadsTest.testZip', |
| 109 '-downloads.DownloadsTest.testZipInIncognito', | 110 '-downloads.DownloadsTest.testZipInIncognito', |
| 110 '-downloads.DownloadsTest.testCrazyFilenames', | 111 '-downloads.DownloadsTest.testCrazyFilenames', |
| 111 '-downloads.DownloadsTest.testBigZip', | 112 '-downloads.DownloadsTest.testBigZip', |
| 112 '-downloads.DownloadsTest.testCancelDownload', | 113 '-downloads.DownloadsTest.testCancelDownload', |
| 113 '-downloads.DownloadsTest.testPauseAndResume', | 114 '-downloads.DownloadsTest.testPauseAndResume', |
| 114 '-translate.TranslateTest.testDownloadsNotTranslated', | 115 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 115 ], | 116 ], |
| 116 } | 117 } |
| OLD | NEW |