Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 7550054: Revert 95703 - Disabled an extension test that was failing across all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698