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

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

Issue 10545138: Disable testSpecialURL due to test crashing on win 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 492 # crbug.com/132272
493 '-shortcuts.ShortcutsTest.testHelpShortcut', 493 '-shortcuts.ShortcutsTest.testHelpShortcut',
494 # crbug.com/132285
495 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
494 # crbug.com/129802 496 # crbug.com/129802
495 '-translate.TranslateTest.testAlwaysTranslateLanguageButton', 497 '-translate.TranslateTest.testAlwaysTranslateLanguageButton',
496 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate', 498 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate',
497 '-translate.TranslateTest.testToggleTranslateOption', 499 '-translate.TranslateTest.testToggleTranslateOption',
498 ], 500 ],
499 501
500 'win': [ 502 'win': [
501 'gpu', 503 'gpu',
502 504
503 # =========================== 505 # ===========================
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'all': [ 792 'all': [
791 'media_stream_infobar', 793 'media_stream_infobar',
792 'webrtc_call', 794 'webrtc_call',
793 795
794 # Disabled tests. 796 # Disabled tests.
795 # ROAP issue: crbug.com/130531 797 # ROAP issue: crbug.com/130531
796 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', 798 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall',
797 ], 799 ],
798 }, 800 },
799 } 801 }
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