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 55 matching lines...) Loading... |
66 # '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 66 # '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
67 ## This test fails due to crbug.com/50706 | 67 ## This test fails due to crbug.com/50706 |
68 # '-translate.TranslateTest.testToggleTranslateOption', | 68 # '-translate.TranslateTest.testToggleTranslateOption', |
69 ], | 69 ], |
70 | 70 |
71 'win': [ | 71 'win': [ |
72 # testBookmarkBarVisible fails on windows. crbug.com/42823 | 72 # testBookmarkBarVisible fails on windows. crbug.com/42823 |
73 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', | 73 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', |
74 # crbug.com/64664 | 74 # crbug.com/64664 |
75 '-databases.DatabasesTest.testReloadActiveTab', | 75 '-databases.DatabasesTest.testReloadActiveTab', |
| 76 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', |
76 # Some download test fails on win official builder, only thru buildbot when | 77 # Some download test fails on win official builder, only thru buildbot when |
77 # downloading the small zip file. | 78 # downloading the small zip file. |
78 # crbug.com/50481, crbug.com/54942 | 79 # crbug.com/50481, crbug.com/54942 |
79 '-downloads.DownloadsTest.testZip', | 80 '-downloads.DownloadsTest.testZip', |
80 '-downloads.DownloadsTest.testRemoveDownload', | 81 '-downloads.DownloadsTest.testRemoveDownload', |
81 '-prefs.PrefsTest.testDownloadDirPref', | 82 '-prefs.PrefsTest.testDownloadDirPref', |
82 # crbug.com/64269 | 83 # crbug.com/64269 |
83 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 84 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
84 ], | 85 ], |
85 | 86 |
86 'mac': [ | 87 'mac': [ |
87 # Keychain popups make password & autofill tests difficult. crbug.com/49378 | 88 # Keychain popups make password & autofill tests difficult. crbug.com/49378 |
88 '-passwords', | 89 '-passwords', |
89 '-autofill', | 90 '-autofill', |
90 # codesign tests should run *after* signing. crbug.com/50481 | 91 # codesign tests should run *after* signing. crbug.com/50481 |
91 '-codesign', | 92 '-codesign', |
92 '-content.ContentTest.testThreeWindows', # crbug.com/47457 | 93 '-content.ContentTest.testThreeWindows', # crbug.com/47457 |
93 ], | 94 ], |
94 | 95 |
95 'linux': [ # linux != chromeos | 96 'linux': [ # linux != chromeos |
96 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 | 97 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 |
97 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 | 98 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 |
98 '-content.ContentTest.testThreeWindows', # crbug.com/47457 | 99 '-content.ContentTest.testThreeWindows', # crbug.com/47457 |
99 # crbug.com/64664 | 100 # crbug.com/64664 |
100 '-databases.DatabasesTest.testReloadActiveTab', | 101 '-databases.DatabasesTest.testReloadActiveTab', |
| 102 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', |
101 # crbug.com/64269 | 103 # crbug.com/64269 |
102 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 104 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
103 ], | 105 ], |
104 | 106 |
105 # ChromeOS is linux, but note that this section does not include the | 107 # ChromeOS is linux, but note that this section does not include the |
106 # entries in the linux section above. | 108 # entries in the linux section above. |
107 'chromeos': [ | 109 'chromeos': [ |
108 # you cannot resize browser window on chromeos | 110 # you cannot resize browser window on chromeos |
109 '-browser.BrowserTest.testWindowResize', | 111 '-browser.BrowserTest.testWindowResize', |
110 # Importer tests are invalid on chromeos since chrome is the only browser | 112 # Importer tests are invalid on chromeos since chrome is the only browser |
(...skipping 19 matching lines...) Loading... |
130 '-downloads.DownloadsTest.testBigZip', | 132 '-downloads.DownloadsTest.testBigZip', |
131 '-downloads.DownloadsTest.testCancelDownload', | 133 '-downloads.DownloadsTest.testCancelDownload', |
132 '-downloads.DownloadsTest.testPauseAndResume', | 134 '-downloads.DownloadsTest.testPauseAndResume', |
133 '-translate.TranslateTest.testDownloadsNotTranslated', | 135 '-translate.TranslateTest.testDownloadsNotTranslated', |
134 # crosbug.com/9499 | 136 # crosbug.com/9499 |
135 '-crash_reporter.CrashReporterTest.testRendererCrash', | 137 '-crash_reporter.CrashReporterTest.testRendererCrash', |
136 # crbug.com/64269 | 138 # crbug.com/64269 |
137 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 139 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
138 ], | 140 ], |
139 } | 141 } |
OLD | NEW |