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

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

Issue 10536119: Disable testHelpShortcut until new IDC change populates on chrome-qa bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 # =========================== 482 # ===========================
483 # The chromoting webapp isn't currently available when FULL is run. 483 # The chromoting webapp isn't currently available when FULL is run.
484 '-chromoting_basic', 484 '-chromoting_basic',
485 485
486 # ================================================== 486 # ==================================================
487 # Disabled tests that need to be investigated/fixed. 487 # Disabled tests that need to be investigated/fixed.
488 # ================================================== 488 # ==================================================
489 # The source is behind. Waiting for dev to automate the update. 489 # The source is behind. Waiting for dev to automate the update.
490 # crbug.com/109160 490 # crbug.com/109160
491 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', 491 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n',
492 # crbug.com/132272
493 '-shortcuts.ShortcutsTest.testHelpShortcut',
492 # crbug.com/129802 494 # crbug.com/129802
493 '-translate.TranslateTest.testAlwaysTranslateLanguageButton', 495 '-translate.TranslateTest.testAlwaysTranslateLanguageButton',
494 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate', 496 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate',
495 '-translate.TranslateTest.testToggleTranslateOption', 497 '-translate.TranslateTest.testToggleTranslateOption',
496 ], 498 ],
497 499
498 'win': [ 500 'win': [
499 'gpu', 501 'gpu',
500 502
501 # =========================== 503 # ===========================
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'all': [ 790 'all': [
789 'media_stream_infobar', 791 'media_stream_infobar',
790 'webrtc_call', 792 'webrtc_call',
791 793
792 # Disabled tests. 794 # Disabled tests.
793 # ROAP issue: crbug.com/130531 795 # ROAP issue: crbug.com/130531
794 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', 796 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall',
795 ], 797 ],
796 }, 798 },
797 } 799 }
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