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

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

Issue 9963092: Disable a bunch of pyAuto tests due to CL 9963028 being reverted. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', 498 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
499 # crbug.com/109148 499 # crbug.com/109148
500 '-extensions.ExtensionsTest.testTriggerBrowserAction', 500 '-extensions.ExtensionsTest.testTriggerBrowserAction',
501 '-extensions.ExtensionsTest.testTriggerPageAction', 501 '-extensions.ExtensionsTest.testTriggerPageAction',
502 '-extensions.ExtensionsTest.testTriggerPageActionWithPopup', 502 '-extensions.ExtensionsTest.testTriggerPageActionWithPopup',
503 # crbug.com/109160 503 # crbug.com/109160
504 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', 504 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n',
505 # crbug.com/119605 505 # crbug.com/119605
506 '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalid', 506 '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalid',
507 '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalidChangeDis missedOnEdit', 507 '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalidChangeDis missedOnEdit',
508 # crbug.com/121594
509 '-browsing_data.BrowsingDataTest.testClearDownloads',
510 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads',
511 '-browsing_data.BrowsingDataTest.testClearingAccuracy',
512 '-downloads.DownloadsTest',
513 '-find_in_page.FindMatchTests.testSearchWithinSpecialURL',
514 '-history.HistoryTest.testDownloadNoHistory',
515 '-infobars.InfobarTest.testMultipleDownloadsInfobar',
516 '-prefs.PrefsTest.testDownloadDirPref',
517 '-translate.TranslateTest.testDownloadsNotTranslated',
508 ], 518 ],
509 519
510 'win': [ 520 'win': [
511 'gpu', 521 'gpu',
512 522
513 # =========================== 523 # ===========================
514 # Permanently-disabled tests. 524 # Permanently-disabled tests.
515 # =========================== 525 # ===========================
516 # Preloaded extensions affect process count: crbug.com/94350 526 # Preloaded extensions affect process count: crbug.com/94350
517 '-process_count', 527 '-process_count',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 713
704 # HTML5 media performance tests. 714 # HTML5 media performance tests.
705 'AV_PERF': { 715 'AV_PERF': {
706 'linux': [ 716 'linux': [
707 'media.media_constrained_network_perf', 717 'media.media_constrained_network_perf',
708 'media.media_jerky', 718 'media.media_jerky',
709 'media.media_stat_perf', 719 'media.media_stat_perf',
710 ], 720 ],
711 }, 721 },
712 } 722 }
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