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

Side by Side Diff: PYAUTO_TESTS

Issue 7572045: Disabled an extension test that was failing across all platforms. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
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',
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
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 }
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