| 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', |
| 87 # Turkish I problem. crbug.com/60638 | 89 # Turkish I problem. crbug.com/60638 |
| 88 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 90 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 89 # crbug.com/89279 | 91 # crbug.com/89279 |
| 90 '-gpu', | 92 '-gpu', |
| 91 # crbug.com/87959 | 93 # crbug.com/87959 |
| 92 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | 94 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', |
| 93 # crbug.com/83459 | 95 # crbug.com/83459 |
| 94 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | 96 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
| 95 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 97 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
| 96 # crbug.com/91033 | 98 # crbug.com/91033 |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 | 480 |
| 479 # HTML5 media functional tests. | 481 # HTML5 media functional tests. |
| 480 'AV_FUNC': { | 482 'AV_FUNC': { |
| 481 'linux': [ | 483 'linux': [ |
| 482 'media.media_event_simple_action', | 484 'media.media_event_simple_action', |
| 483 'media.media_event_simple_test', | 485 'media.media_event_simple_test', |
| 484 'media.media_event_track', | 486 'media.media_event_track', |
| 485 ], | 487 ], |
| 486 }, | 488 }, |
| 487 } | 489 } |
| OLD | NEW |