| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 | 91 |
| 92 # ================================================== | 92 # ================================================== |
| 93 # Disabled tests that need to be investigated/fixed. | 93 # Disabled tests that need to be investigated/fixed. |
| 94 # ================================================== | 94 # ================================================== |
| 95 # crbug.com/102798 | 95 # crbug.com/102798 |
| 96 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 96 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
| 97 # crbug.com/99475 | 97 # crbug.com/99475 |
| 98 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 98 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
| 99 # crbug.com/123396 | 99 # crbug.com/123396 |
| 100 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', | 100 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', |
| 101 # crbug.com/100593 | |
| 102 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', | |
| 103 # crbug.com/105560 | 101 # crbug.com/105560 |
| 104 '-notifications', | 102 '-notifications', |
| 105 # crbug.com/99506 | 103 # crbug.com/99506 |
| 106 '-notifications.NotificationsTest.testSpecialURLNotification', | 104 '-notifications.NotificationsTest.testSpecialURLNotification', |
| 107 # crbug.com/71715 | 105 # crbug.com/71715 |
| 108 '-omnibox.OmniboxTest.testHistoryResult', | 106 '-omnibox.OmniboxTest.testHistoryResult', |
| 109 # crbug.com/123019 | 107 # crbug.com/123019 |
| 110 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 108 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
| 111 # crbug.com/117720 | 109 # crbug.com/117720 |
| 112 '-passwords.PasswordTest.testPasswordAutofilledInIncognito', | 110 '-passwords.PasswordTest.testPasswordAutofilledInIncognito', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 # =========================== | 480 # =========================== |
| 483 # Permanently-disabled tests. | 481 # Permanently-disabled tests. |
| 484 # =========================== | 482 # =========================== |
| 485 # The chromoting webapp isn't currently available when FULL is run. | 483 # The chromoting webapp isn't currently available when FULL is run. |
| 486 '-chromoting_basic', | 484 '-chromoting_basic', |
| 487 | 485 |
| 488 # ================================================== | 486 # ================================================== |
| 489 # Disabled tests that need to be investigated/fixed. | 487 # Disabled tests that need to be investigated/fixed. |
| 490 # ================================================== | 488 # ================================================== |
| 491 # The source is behind. Waiting for dev to automate the update. | 489 # The source is behind. Waiting for dev to automate the update. |
| 492 '-nacl_sdk.NaClSDKTest.testVerifyNaClSDKChecksum', | |
| 493 # crbug.com/98681 | |
| 494 '-nacl_sdk.NaClSDKTest.testNaClSDK', | |
| 495 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', | |
| 496 # crbug.com/109160 | 490 # crbug.com/109160 |
| 497 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', | 491 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio
n', |
| 498 ], | 492 ], |
| 499 | 493 |
| 500 'win': [ | 494 'win': [ |
| 501 'gpu', | 495 'gpu', |
| 502 | 496 |
| 503 # =========================== | 497 # =========================== |
| 504 # Permanently-disabled tests. | 498 # Permanently-disabled tests. |
| 505 # =========================== | 499 # =========================== |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 | 727 |
| 734 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 728 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
| 735 # the test machine. | 729 # the test machine. |
| 736 'WEBRTC': { | 730 'WEBRTC': { |
| 737 'all': [ | 731 'all': [ |
| 738 'media_stream_infobar', | 732 'media_stream_infobar', |
| 739 'webrtc_call', | 733 'webrtc_call', |
| 740 ], | 734 ], |
| 741 }, | 735 }, |
| 742 } | 736 } |
| OLD | NEW |