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

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

Issue 9553013: Disable PyAuto apptest in the FULL suite on ChromeOS until r125069 is picked up. (Closed) Base URL: http://git.chromium.org/git/chromium/src@master
Patch Set: Fixed comment. Created 8 years, 9 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
« 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'all': [ 453 'all': [
454 '@CONTINUOUS', 454 '@CONTINUOUS',
455 'media.media_basic_playback', 455 'media.media_basic_playback',
456 'nacl_sdk', 456 'nacl_sdk',
457 'translate', 457 'translate',
458 'about_plugins_ui', 458 'about_plugins_ui',
459 459
460 # ================================================== 460 # ==================================================
461 # Disabled tests that need to be investigated/fixed. 461 # Disabled tests that need to be investigated/fixed.
462 # ================================================== 462 # ==================================================
463 # Disable app tests until r125069 reaches Google Chrome.
464 '-apptest',
463 # This test fails due to crbug.com/35485 465 # This test fails due to crbug.com/35485
464 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 466 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
465 # This test fails due to crbug.com/50706 467 # This test fails due to crbug.com/50706
466 '-translate.TranslateTest.testToggleTranslateOption', 468 '-translate.TranslateTest.testToggleTranslateOption',
467 # crbug.com/85601 469 # crbug.com/85601
468 '-translate.TranslateTest.testAlwaysTranslateInIncognito', 470 '-translate.TranslateTest.testAlwaysTranslateInIncognito',
469 # This test fails due to crbug.com/85633 471 # This test fails due to crbug.com/85633
470 '-translate.TranslateTest.testSessionRestore', 472 '-translate.TranslateTest.testSessionRestore',
471 # The source is behind. Waiting for dev to automate the update. 473 # The source is behind. Waiting for dev to automate the update.
472 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', 474 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 ], 691 ],
690 }, 692 },
691 693
692 # HTML5 media performance tests. 694 # HTML5 media performance tests.
693 'AV_PERF': { 695 'AV_PERF': {
694 'linux': [ 696 'linux': [
695 'media.media_constrained_network_perf', 697 'media.media_constrained_network_perf',
696 ], 698 ],
697 }, 699 },
698 } 700 }
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