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

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

Issue 9243027: Re-enable file browser tests on chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 # this platform. 285 # this platform.
286 '-policy', 286 '-policy',
287 '-policy_prefs_ui', 287 '-policy_prefs_ui',
288 288
289 # ================================================== 289 # ==================================================
290 # Disabled tests that need to be investigated/fixed. 290 # Disabled tests that need to be investigated/fixed.
291 # ================================================== 291 # ==================================================
292 # crosbug.com/19556 292 # crosbug.com/19556
293 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 293 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
294 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry', 294 '-autofill.AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry',
295 # FileBrowser test API as broken - crosbug.com/24257
296 '-chromeos_file_browser.ChromeosFileBrowserTest.testCopyFolderInDialog',
297 '-chromeos_file_browser.ChromeosFileBrowserTest.testCopyFolderInFullPage',
298 '-chromeos_file_browser.ChromeosFileBrowserTest.testCreateFolderInDialog',
299 '-chromeos_file_browser.ChromeosFileBrowserTest.testCreateFolderInFullPage ',
300 '-chromeos_file_browser.ChromeosFileBrowserTest.testCutFolderInDialog',
301 '-chromeos_file_browser.ChromeosFileBrowserTest.testCutFolderInFullPage',
302 '-chromeos_file_browser.ChromeosFileBrowserTest.testDeleteFolderInDialog',
303 '-chromeos_file_browser.ChromeosFileBrowserTest.testDeleteFolderInFullPage ',
304 '-chromeos_file_browser.ChromeosFileBrowserTest.testGetSelectedDirectorySi zeStats',
305 '-chromeos_file_browser.ChromeosFileBrowserTest.testRenameFolderInDialog',
306 '-chromeos_file_browser.ChromeosFileBrowserTest.testRenameFolderInFullPage ',
307 '-chromeos_file_browser.ChromeosFileBrowserTest.testSelectMultipleFoldersI nFullPage',
308 # Downloads panel stays even after declining a download. 295 # Downloads panel stays even after declining a download.
309 # crosbug.com/14728 296 # crosbug.com/14728
310 '-downloads.DownloadsTest.testDeclineDangerousDownload', 297 '-downloads.DownloadsTest.testDeclineDangerousDownload',
311 # crosbug.com/19556 298 # crosbug.com/19556
312 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 299 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
313 '-extensions.ExtensionsTest.testAllowIncognitoExtension', 300 '-extensions.ExtensionsTest.testAllowIncognitoExtension',
314 '-extensions.ExtensionsTest.testDisableEnableExtension', 301 '-extensions.ExtensionsTest.testDisableEnableExtension',
315 # Need internal data dirs in autotest package. crosbug.com/6855 302 # Need internal data dirs in autotest package. crosbug.com/6855
316 '-find_in_page.FindMatchTests.testSearchInPDF', 303 '-find_in_page.FindMatchTests.testSearchInPDF',
317 # crosbug.com/24496 304 # crosbug.com/24496
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 ], 620 ],
634 }, 621 },
635 622
636 # HTML5 media performance tests. 623 # HTML5 media performance tests.
637 'AV_PERF': { 624 'AV_PERF': {
638 'linux': [ 625 'linux': [
639 'media.media_constrained_network_perf', 626 'media.media_constrained_network_perf',
640 ], 627 ],
641 }, 628 },
642 } 629 }
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