OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'test_basic', | 72 'test_basic', |
73 'test_pyauto', | 73 'test_pyauto', |
74 'themes', | 74 'themes', |
75 'youtube', | 75 'youtube', |
76 | 76 |
77 # ================================================== | 77 # ================================================== |
78 # Disabled tests that need to be investigated/fixed. | 78 # Disabled tests that need to be investigated/fixed. |
79 # ================================================== | 79 # ================================================== |
80 # crbug.com/83686 | 80 # crbug.com/83686 |
81 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 81 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
| 82 # crbug.com/97369 |
| 83 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
82 # Browser crash when clearing browsing history and downloads together. | 84 # Browser crash when clearing browsing history and downloads together. |
83 # crbug.com/88128 | 85 # crbug.com/88128 |
84 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', | 86 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', |
85 '-browsing_data.BrowsingDataTest.testClearingAccuracy', | 87 '-browsing_data.BrowsingDataTest.testClearingAccuracy', |
86 # Turkish I problem. crbug.com/60638 | 88 # Turkish I problem. crbug.com/60638 |
87 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 89 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
88 # crbug.com/87959 | 90 # crbug.com/87959 |
89 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | 91 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', |
90 # crbug.com/83459 | 92 # crbug.com/83459 |
91 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | 93 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 | 561 |
560 # HTML5 media functional tests. | 562 # HTML5 media functional tests. |
561 'AV_FUNC': { | 563 'AV_FUNC': { |
562 'linux': [ | 564 'linux': [ |
563 'media.media_event_simple_action', | 565 'media.media_event_simple_action', |
564 'media.media_event_simple_test', | 566 'media.media_event_simple_test', |
565 'media.media_event_track', | 567 'media.media_event_track', |
566 ], | 568 ], |
567 }, | 569 }, |
568 } | 570 } |
OLD | NEW |