| 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/123396 | 94 # crbug.com/123396 |
| 99 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', | 95 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', |
| 100 # crbug.com/105560 | 96 # crbug.com/105560 |
| (...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 | 743 |
| 748 # WebRTC MediaStream tests. Requires webcam and audio device to be present on | 744 # WebRTC MediaStream tests. Requires webcam and audio device to be present on |
| 749 # the test machine. | 745 # the test machine. |
| 750 'WEBRTC': { | 746 'WEBRTC': { |
| 751 'all': [ | 747 'all': [ |
| 752 'media_stream_infobar', | 748 'media_stream_infobar', |
| 753 'webrtc_call', | 749 'webrtc_call', |
| 754 ], | 750 ], |
| 755 }, | 751 }, |
| 756 } | 752 } |
| OLD | NEW |