| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # |
| 11 # Test names can be specified in any of the following ways: | 11 # Test names can be specified in any of the following ways: |
| 12 # 1. as a module, in which case all tests in that module will be run | 12 # 1. as a module, in which case all tests in that module will be run |
| 13 # example: 'test_basic' | 13 # example: 'test_basic' |
| 14 # 2. or as a test case, in which case all tess in that test case will be run | 14 # 2. or as a test case, in which case all tess in that test case will be run |
| 15 # example: 'test_basic.SimpleTest' | 15 # example: 'test_basic.SimpleTest' |
| 16 # 3. or as an individual test | 16 # 3. or as an individual test |
| 17 # example: 'test_basic.SimpleTest.testCanOpenGoogle' | 17 # example: 'test_basic.SimpleTest.testCanOpenGoogle' |
| 18 # | 18 # |
| 19 # Tests beginning with '-' will be excluded. This can be used to enforce | 19 # Tests beginning with '-' will be excluded. This can be used to enforce |
| 20 # exclusions for a particular platform. | 20 # exclusions for a particular platform. |
| 21 # Names beginning with '@' will be treated as suite names and will be | 21 # Names beginning with '@' will be treated as suite names and will be |
| 22 # recursively expanded. | 22 # recursively expanded. |
| 23 | 23 |
| 24 { | 24 { |
| 25 # The CONTINUOUS suite includes tests that we expect to pass on a | 25 # The CONTINUOUS suite includes tests that we expect to pass on a |
| 26 # continuous builder. | 26 # continuous builder. |
| 27 'CONTINUOUS': { | 27 'CONTINUOUS': { |
| 28 'all': [ | 28 'all': [ |
| 29 'autofill', | 29 'autofill', |
| 30 # crbug.com/73439 | |
| 31 '-autofill.AutofillTest.testFilterMalformedEmailAddresses', | |
| 32 # crbug.com/77969 | 30 # crbug.com/77969 |
| 33 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 31 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
| 34 # crbug.com/78844 | |
| 35 '-autofill.AutofillTest.testAutofillInvalid', | |
| 36 'bookmark_bar', | 32 'bookmark_bar', |
| 37 'bookmarks', | 33 'bookmarks', |
| 38 'browser', | 34 'browser', |
| 39 'browsing_data', | 35 'browsing_data', |
| 40 'codesign', | 36 'codesign', |
| 41 'content', | 37 'content', |
| 42 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 | 38 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 |
| 43 '-content.ContentTest.testLocalFileBasics', # crbug.com/75533 | 39 '-content.ContentTest.testLocalFileBasics', # crbug.com/75533 |
| 44 'cookies', | 40 'cookies', |
| 45 'crash_reporter', | 41 'crash_reporter', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'special_tabs', | 96 'special_tabs', |
| 101 # crbug.com/67851 | 97 # crbug.com/67851 |
| 102 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 98 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
| 103 'test_basic', | 99 'test_basic', |
| 104 'themes', | 100 'themes', |
| 105 'sync', | 101 'sync', |
| 106 '-sync', # crbug.com/79171 | 102 '-sync', # crbug.com/79171 |
| 107 ], | 103 ], |
| 108 | 104 |
| 109 'win': [ | 105 'win': [ |
| 110 # crbug.com/77969 | |
| 111 '-autofill.AutofillTest.testComparePhoneNumbers', | |
| 112 # crbug.com/78519 | |
| 113 '-autofill.AutofillTest.testNoAutofillForReadOnlyFields', | |
| 114 # testBookmarkBarVisible fails on windows. crbug.com/42823 | 106 # testBookmarkBarVisible fails on windows. crbug.com/42823 |
| 115 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', | 107 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', |
| 116 # crbug.com/64664 | 108 # crbug.com/64664 |
| 117 '-databases.DatabasesTest.testReloadActiveTab', | 109 '-databases.DatabasesTest.testReloadActiveTab', |
| 118 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', | 110 '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', |
| 119 # Some download test fails on win official builder, only thru buildbot | 111 # Some download test fails on win official builder, only thru buildbot |
| 120 # when downloading the small zip file. | 112 # when downloading the small zip file. |
| 121 # crbug.com/50481, crbug.com/54942 | 113 # crbug.com/50481, crbug.com/54942 |
| 122 '-downloads.DownloadsTest.testZip', | 114 '-downloads.DownloadsTest.testZip', |
| 123 '-downloads.DownloadsTest.testRemoveDownload', | 115 '-downloads.DownloadsTest.testRemoveDownload', |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 ], | 299 ], |
| 308 | 300 |
| 309 'chromeos': [ | 301 'chromeos': [ |
| 310 # Exclusions that have not been narrowed to other categories yet. | 302 # Exclusions that have not been narrowed to other categories yet. |
| 311 # crosbug.com/12653 | 303 # crosbug.com/12653 |
| 312 '-translate', | 304 '-translate', |
| 313 ], | 305 ], |
| 314 }, | 306 }, |
| 315 | 307 |
| 316 } | 308 } |
| OLD | NEW |