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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 7109039: flash.FlashTest.testDisableFlashPlugin is failing only on Linux64 bit bot. Venkat is fixing it. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 9 years, 6 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 163 '-browser.BrowserTest.testWindowResize', # crbug.com/44963
164 # System password manager obstructs password automation. 164 # System password manager obstructs password automation.
165 '-passwords', 165 '-passwords',
166 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 166 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
167 '-sync', 167 '-sync',
168 168
169 # Several omnibox tests do not show omnibox results when run 169 # Several omnibox tests do not show omnibox results when run
170 # under virtual X on linux. The CONTINUOUS suite runs under virtual X 170 # under virtual X on linux. The CONTINUOUS suite runs under virtual X
171 # on the chromium bots, so exlcude these from here. They're included 171 # on the chromium bots, so exlcude these from here. They're included
172 # back in the FULL suite below. 172 # back in the FULL suite below.
173 # crbug.com/85632
174 '-flash.FlashTest.testDisableFlashPlugin',
173 # crbug.com/85310 175 # crbug.com/85310
174 '-instant', 176 '-instant',
175 '-omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow', 177 '-omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow',
176 '-omnibox.OmniboxTest.testDifferentTypesOfResults', 178 '-omnibox.OmniboxTest.testDifferentTypesOfResults',
177 '-omnibox.OmniboxTest.testFetchHistoryResultItems', 179 '-omnibox.OmniboxTest.testFetchHistoryResultItems',
178 '-omnibox.OmniboxTest.testInlinAutoComplete', 180 '-omnibox.OmniboxTest.testInlinAutoComplete',
179 '-omnibox.OmniboxTest.testSelect', 181 '-omnibox.OmniboxTest.testSelect',
180 '-omnibox.OmniboxTest.testSuggestPref', 182 '-omnibox.OmniboxTest.testSuggestPref',
181 ], 183 ],
182 184
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 # HTML5 media performance tests. 313 # HTML5 media performance tests.
312 'MEDIA_TESTS': { 314 'MEDIA_TESTS': {
313 'linux': [ 315 'linux': [
314 'media.media_playbacktime', 316 'media.media_playbacktime',
315 'media.media_perf', 317 'media.media_perf',
316 'media.media_fps', 318 'media.media_fps',
317 'media.media_event_simple_test', 319 'media.media_event_simple_test',
318 ], 320 ],
319 }, 321 },
320 } 322 }
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