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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 8375031: omnibox.OmniboxTest.testOmniboxSearchHistory is failing once in a while on Linux 64 bit ubuntu bu... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 9 years, 2 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 # System password manager obstructs password automation. 252 # System password manager obstructs password automation.
253 '-passwords', 253 '-passwords',
254 254
255 # ================================================== 255 # ==================================================
256 # Disabled tests that need to be investigated/fixed. 256 # Disabled tests that need to be investigated/fixed.
257 # ================================================== 257 # ==================================================
258 # crbug.com/91225 258 # crbug.com/91225
259 '-find_in_page.FindMatchTests.testSearchInPDF', 259 '-find_in_page.FindMatchTests.testSearchInPDF',
260 # crbug.com/85310 260 # crbug.com/85310
261 '-instant', 261 '-instant',
262 # crbug.com/91033
263 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
262 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 264 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
263 '-sync', 265 '-sync',
264 # crbug.com/87837 266 # crbug.com/87837
265 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 267 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
266 # crbug.com/66072 268 # crbug.com/66072
267 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 269 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
268 ], 270 ],
269 271
270 # ChromeOS is linux, but note that this section does not include the 272 # ChromeOS is linux, but note that this section does not include the
271 # entries in the linux section above. 273 # entries in the linux section above.
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 578
577 # HTML5 media functional tests. 579 # HTML5 media functional tests.
578 'AV_FUNC': { 580 'AV_FUNC': {
579 'linux': [ 581 'linux': [
580 'media.media_event_simple_action', 582 'media.media_event_simple_action',
581 'media.media_event_simple_test', 583 'media.media_event_simple_test',
582 'media.media_event_track', 584 'media.media_event_track',
583 ], 585 ],
584 }, 586 },
585 } 587 }
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