| 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |