Chromium Code Reviews| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 52 'special_tabs', | 52 'special_tabs', |
| 53 # 'sync', crbug.com/60970 | 53 # 'sync', crbug.com/60970 |
| 54 'test_basic.SimpleTest.testCanOpenGoogle', | 54 'test_basic.SimpleTest.testCanOpenGoogle', |
| 55 'themes', | 55 'themes', |
| 56 # Disable translate test until it can run fine on golo. crbug.com/61256 | 56 # Disable translate test until it can run fine on golo. crbug.com/61256 |
| 57 # 'translate', | 57 # 'translate', |
| 58 ## This test fails due to crbug.com/35485 | 58 ## This test fails due to crbug.com/35485 |
| 59 # '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 59 # '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
| 60 ## This test fails due to crbug.com/50706 | 60 ## This test fails due to crbug.com/50706 |
| 61 # '-translate.TranslateTest.testToggleTranslateOption', | 61 # '-translate.TranslateTest.testToggleTranslateOption', |
| 62 # crbug.com/63033 | |
|
Nirnimesh
2010/12/09 00:39:44
please move this to the 'win' & 'linux' sections.
| |
| 63 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | |
| 62 ], | 64 ], |
| 63 | 65 |
| 64 'win': [ | 66 'win': [ |
| 65 # testBookmarkBarVisible fails on windows. crbug.com/42823 | 67 # testBookmarkBarVisible fails on windows. crbug.com/42823 |
| 66 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', | 68 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', |
| 67 # crbug.com/64664 | 69 # crbug.com/64664 |
| 68 '-databases.DatabasesTest.testReloadActiveTab', | 70 '-databases.DatabasesTest.testReloadActiveTab', |
| 69 # Some download test fails on win official builder, only thru buildbot when | 71 # Some download test fails on win official builder, only thru buildbot when |
| 70 # downloading the small zip file. | 72 # downloading the small zip file. |
| 71 # crbug.com/50481, crbug.com/54942 | 73 # crbug.com/50481, crbug.com/54942 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 124 '-downloads.DownloadsTest.testBigZip', | 126 '-downloads.DownloadsTest.testBigZip', |
| 125 '-downloads.DownloadsTest.testCancelDownload', | 127 '-downloads.DownloadsTest.testCancelDownload', |
| 126 '-downloads.DownloadsTest.testPauseAndResume', | 128 '-downloads.DownloadsTest.testPauseAndResume', |
| 127 '-translate.TranslateTest.testDownloadsNotTranslated', | 129 '-translate.TranslateTest.testDownloadsNotTranslated', |
| 128 # crosbug.com/9499 | 130 # crosbug.com/9499 |
| 129 '-crash_reporter.CrashReporterTest.testRendererCrash', | 131 '-crash_reporter.CrashReporterTest.testRendererCrash', |
| 130 # crbug.com/64269 | 132 # crbug.com/64269 |
| 131 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 133 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 132 ], | 134 ], |
| 133 } | 135 } |
| OLD | NEW |