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

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

Issue 8856008: Enable testProcessCountExtensionProcess, testProcessCountFlashProcess on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 246
247 # ================================================== 247 # ==================================================
248 # Disabled tests that need to be investigated/fixed. 248 # Disabled tests that need to be investigated/fixed.
249 # ================================================== 249 # ==================================================
250 # crbug.com/91225 250 # crbug.com/91225
251 '-find_in_page.FindMatchTests.testSearchInPDF', 251 '-find_in_page.FindMatchTests.testSearchInPDF',
252 # crbug.com/85310 252 # crbug.com/85310
253 '-instant', 253 '-instant',
254 # crbug.com/91033 254 # crbug.com/91033
255 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 255 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
256 # crbug.com/102767
257 '-process_count.ProcessCountTest.testProcessCountExtensionProcess',
258 '-process_count.ProcessCountTest.testProcessCountFlashProcess',
259 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 256 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
260 '-sync', 257 '-sync',
261 # crbug.com/87837 258 # crbug.com/87837
262 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 259 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
263 # crbug.com/66072 260 # crbug.com/66072
264 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 261 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
265 # crbug.com/103379 262 # crbug.com/103379
266 '-policy.PolicyTest.testDisable3DAPIs', 263 '-policy.PolicyTest.testDisable3DAPIs',
267 ], 264 ],
268 265
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 618
622 # HTML5 media functional tests. 619 # HTML5 media functional tests.
623 'AV_FUNC': { 620 'AV_FUNC': {
624 'linux': [ 621 'linux': [
625 'media.media_event_simple_action', 622 'media.media_event_simple_action',
626 'media.media_event_simple_test', 623 'media.media_event_simple_test',
627 'media.media_event_track', 624 'media.media_event_track',
628 ], 625 ],
629 }, 626 },
630 } 627 }
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