OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |