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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'protector', | 77 'protector', |
78 'pyauto_webdriver', | 78 'pyauto_webdriver', |
79 'search_engines', | 79 'search_engines', |
80 'shortcuts', | 80 'shortcuts', |
81 'special_tabs', | 81 'special_tabs', |
82 'sync.SyncTest', | 82 'sync.SyncTest', |
83 'test_basic', | 83 'test_basic', |
84 'test_pyauto', | 84 'test_pyauto', |
85 'themes', | 85 'themes', |
86 | 86 |
87 # One-click infobars disabled on M20 by r135749. | |
88 # Re-enable for M21 after branch point. | |
89 '-infobars.OneClickInfobarTest', | |
90 | |
91 # ================================================== | 87 # ================================================== |
92 # Disabled tests that need to be investigated/fixed. | 88 # Disabled tests that need to be investigated/fixed. |
93 # ================================================== | 89 # ================================================== |
94 # crbug.com/102798 | 90 # crbug.com/102798 |
95 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', | 91 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', |
96 # crbug.com/99475 | 92 # crbug.com/99475 |
97 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 93 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
98 # crbug.com/129102 | 94 # crbug.com/129102 |
99 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockInBrowserFS'
, | 95 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockInBrowserFS'
, |
100 # crbug.com/123396 | 96 # crbug.com/123396 |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
731 | 727 |
732 # 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 |
733 # the test machine. | 729 # the test machine. |
734 'WEBRTC': { | 730 'WEBRTC': { |
735 'all': [ | 731 'all': [ |
736 'media_stream_infobar', | 732 'media_stream_infobar', |
737 'webrtc_call', | 733 'webrtc_call', |
738 ], | 734 ], |
739 }, | 735 }, |
740 } | 736 } |
OLD | NEW |