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 # |
(...skipping 15 matching lines...) Expand all Loading... |
26 # continuous builder. | 26 # continuous builder. |
27 # This is the suite that gets run on 'Chromium' builds. | 27 # This is the suite that gets run on 'Chromium' builds. |
28 'CONTINUOUS': { | 28 'CONTINUOUS': { |
29 'all': [ | 29 'all': [ |
30 'autofill', | 30 'autofill', |
31 # crbug.com/77113 - M13 feature. | 31 # crbug.com/77113 - M13 feature. |
32 '-autofill.AutofillTest.testProfileWithEmailInOtherFieldNotSaved', | 32 '-autofill.AutofillTest.testProfileWithEmailInOtherFieldNotSaved', |
33 # crbug.com/81271 | 33 # crbug.com/81271 |
34 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 34 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
35 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', | 35 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', |
36 # crbug.com/83686 | 36 # crbug.com/83686 - M13 feature. |
37 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 37 '-autofill.AutofillTest.testSegmentNumbersNotSupportedInDOMUI', |
38 'bookmark_bar', | 38 'bookmark_bar', |
39 'bookmarks', | 39 'bookmarks', |
40 'browser', | 40 'browser', |
41 'browsing_data', | 41 'browsing_data', |
42 'codesign', | 42 'codesign', |
43 'content', | 43 'content', |
44 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 | 44 '-content.ContentTest.testTopSitesContent', # crbug.com/71824 |
45 'cookies', | 45 'cookies', |
46 'crash_reporter', | 46 'crash_reporter', |
47 'databases', | 47 'databases', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 # HTML5 media performance tests. | 245 # HTML5 media performance tests. |
246 'MEDIA_TESTS': { | 246 'MEDIA_TESTS': { |
247 'linux': [ | 247 'linux': [ |
248 'media.media_playbacktime', | 248 'media.media_playbacktime', |
249 'media.media_perf', | 249 'media.media_perf', |
250 'media.media_fps', | 250 'media.media_fps', |
251 'media.media_event_simple_test', | 251 'media.media_event_simple_test', |
252 ], | 252 ], |
253 }, | 253 }, |
254 } | 254 } |
OLD | NEW |