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

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

Issue 8956038: Disable broken chromeos_file_browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 # this platform. 279 # this platform.
280 '-policy', 280 '-policy',
281 '-policy_prefs_ui', 281 '-policy_prefs_ui',
282 282
283 # ================================================== 283 # ==================================================
284 # Disabled tests that need to be investigated/fixed. 284 # Disabled tests that need to be investigated/fixed.
285 # ================================================== 285 # ==================================================
286 # crosbug.com/19556 286 # crosbug.com/19556
287 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 287 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
288 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', 288 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry',
289 # FileBrowser test API as broken - crosbug.com/24257
290 '-chromeos_file_browser.ChromeosFileBrowserTest.testCopyFolderInDialog',
291 '-chromeos_file_browser.ChromeosFileBrowserTest.testCopyFolderInFullPage',
292 '-chromeos_file_browser.ChromeosFileBrowserTest.testCreateFolderInDialog',
293 '-chromeos_file_browser.ChromeosFileBrowserTest.testCreateFolderInFullPage ',
294 '-chromeos_file_browser.ChromeosFileBrowserTest.testCutFolderInDialog',
295 '-chromeos_file_browser.ChromeosFileBrowserTest.testCutFolderInFullPage',
296 '-chromeos_file_browser.ChromeosFileBrowserTest.testDeleteFolderInDialog',
297 '-chromeos_file_browser.ChromeosFileBrowserTest.testDeleteFolderInFullPage ',
298 '-chromeos_file_browser.ChromeosFileBrowserTest.testGetSelectedDirectorySi zeStats',
299 '-chromeos_file_browser.ChromeosFileBrowserTest.testRenameFolderInDialog',
300 '-chromeos_file_browser.ChromeosFileBrowserTest.testRenameFolderInFullPage ',
301 '-chromeos_file_browser.ChromeosFileBrowserTest.testSelectMultipleFoldersI nFullPage',
289 # Downloads panel stays even after declining a download. 302 # Downloads panel stays even after declining a download.
290 # crosbug.com/14728 303 # crosbug.com/14728
291 '-downloads.DownloadsTest.testDeclineDangerousDownload', 304 '-downloads.DownloadsTest.testDeclineDangerousDownload',
292 # Need internal data dirs in autotest package. crosbug.com/6855 305 # Need internal data dirs in autotest package. crosbug.com/6855
293 '-find_in_page.FindMatchTests.testSearchInPDF', 306 '-find_in_page.FindMatchTests.testSearchInPDF',
294 # Plugin crash infobar does not show up for file:/// flash urls 307 # Plugin crash infobar does not show up for file:/// flash urls
295 # crosbug.com/14971 308 # crosbug.com/14971
296 '-infobars.InfobarTest.testPluginCrashInfobar', 309 '-infobars.InfobarTest.testPluginCrashInfobar',
297 # Flaky: crosbug.com/14439 310 # Flaky: crosbug.com/14439
298 '-instant', 311 '-instant',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 625
613 # HTML5 media functional tests. 626 # HTML5 media functional tests.
614 'AV_FUNC': { 627 'AV_FUNC': {
615 'linux': [ 628 'linux': [
616 'media.media_event_simple_action', 629 'media.media_event_simple_action',
617 'media.media_event_simple_test', 630 'media.media_event_simple_test',
618 'media.media_event_track', 631 'media.media_event_track',
619 ], 632 ],
620 }, 633 },
621 } 634 }
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