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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 # ================================================== | 77 # ================================================== |
78 # crbug.com/83686 | 78 # crbug.com/83686 |
79 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 79 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
80 # crbug.com/81271 | 80 # crbug.com/81271 |
81 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 81 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
82 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', | 82 '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData', |
83 # Browser crash when clearing browsing history and downloads together. | 83 # Browser crash when clearing browsing history and downloads together. |
84 # crbug.com/88128 | 84 # crbug.com/88128 |
85 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', | 85 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', |
86 '-browsing_data.BrowsingDataTest.testClearingAccuracy', | 86 '-browsing_data.BrowsingDataTest.testClearingAccuracy', |
87 # crbug.com/91764 | |
88 '-extensions.ExtensionsTest.testSetExtensionStates', | |
89 # Turkish I problem. crbug.com/60638 | 87 # Turkish I problem. crbug.com/60638 |
90 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 88 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
91 # crbug.com/89279 | 89 # crbug.com/89279 |
92 '-gpu', | 90 '-gpu', |
93 # crbug.com/87959 | 91 # crbug.com/87959 |
94 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | 92 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', |
95 # crbug.com/83459 | 93 # crbug.com/83459 |
96 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | 94 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
97 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 95 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
98 # crbug.com/91033 | 96 # crbug.com/91033 |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 | 478 |
481 # HTML5 media functional tests. | 479 # HTML5 media functional tests. |
482 'AV_FUNC': { | 480 'AV_FUNC': { |
483 'linux': [ | 481 'linux': [ |
484 'media.media_event_simple_action', | 482 'media.media_event_simple_action', |
485 'media.media_event_simple_test', | 483 'media.media_event_simple_test', |
486 'media.media_event_track', | 484 'media.media_event_track', |
487 ], | 485 ], |
488 }, | 486 }, |
489 } | 487 } |
OLD | NEW |