| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 # crbug.com/83686 | 80 # crbug.com/83686 |
| 81 '-autofill.AutofillTest.testFillProfileCrazyCharacters', | 81 '-autofill.AutofillTest.testFillProfileCrazyCharacters', |
| 82 # crbug.com/97369 | 82 # crbug.com/97369 |
| 83 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', | 83 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', |
| 84 # Browser crash when clearing browsing history and downloads together. | 84 # Browser crash when clearing browsing history and downloads together. |
| 85 # crbug.com/88128 | 85 # crbug.com/88128 |
| 86 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', | 86 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', |
| 87 '-browsing_data.BrowsingDataTest.testClearingAccuracy', | 87 '-browsing_data.BrowsingDataTest.testClearingAccuracy', |
| 88 # Turkish I problem. crbug.com/60638 | 88 # Turkish I problem. crbug.com/60638 |
| 89 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', | 89 '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder', |
| 90 # crbug.com/87959 | |
| 91 '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', | |
| 92 # crbug.com/83459 | |
| 93 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | |
| 94 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 | 90 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 |
| 95 # crbug.com/91033 | 91 # crbug.com/91033 |
| 96 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 92 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
| 97 # crbug.com/82629 - real bug. | 93 # crbug.com/82629 - real bug. |
| 98 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 94 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
| 99 # crbug.com/47935 | 95 # crbug.com/47935 |
| 100 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 96 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
| 101 # crbug.com/83827 | 97 # crbug.com/83827 |
| 102 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', | 98 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', |
| 103 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', | 99 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 'omnibox.OmniboxTest.testFetchHistoryResultItems', | 475 'omnibox.OmniboxTest.testFetchHistoryResultItems', |
| 480 'omnibox.OmniboxTest.testGoogleSearch', | 476 'omnibox.OmniboxTest.testGoogleSearch', |
| 481 'omnibox.OmniboxTest.testInlinAutoComplete', | 477 'omnibox.OmniboxTest.testInlinAutoComplete', |
| 482 'omnibox.OmniboxTest.testSelect', | 478 'omnibox.OmniboxTest.testSelect', |
| 483 'omnibox.OmniboxTest.testSuggest', | 479 'omnibox.OmniboxTest.testSuggest', |
| 484 'omnibox.OmniboxTest.testSuggestPref', | 480 'omnibox.OmniboxTest.testSuggestPref', |
| 485 | 481 |
| 486 # ================================================== | 482 # ================================================== |
| 487 # Disabled tests that need to be investigated/fixed. | 483 # Disabled tests that need to be investigated/fixed. |
| 488 # ================================================== | 484 # ================================================== |
| 489 # crbug.com/83459 | |
| 490 '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies', | |
| 491 | |
| 492 # crbug.com/95035 | 485 # crbug.com/95035 |
| 493 '-enterprise.EnterpriseTestReverse.testEnable3DAPI', | 486 '-enterprise.EnterpriseTestReverse.testEnable3DAPI', |
| 494 ], | 487 ], |
| 495 | 488 |
| 496 'chromeos': [ | 489 'chromeos': [ |
| 497 # =========================== | 490 # =========================== |
| 498 # Permanently-disabled tests. | 491 # Permanently-disabled tests. |
| 499 # =========================== | 492 # =========================== |
| 500 # No NaCl support on ChromeOS. | 493 # No NaCl support on ChromeOS. |
| 501 '-nacl_sdk', | 494 '-nacl_sdk', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 | 554 |
| 562 # HTML5 media functional tests. | 555 # HTML5 media functional tests. |
| 563 'AV_FUNC': { | 556 'AV_FUNC': { |
| 564 'linux': [ | 557 'linux': [ |
| 565 'media.media_event_simple_action', | 558 'media.media_event_simple_action', |
| 566 'media.media_event_simple_test', | 559 'media.media_event_simple_test', |
| 567 'media.media_event_track', | 560 'media.media_event_track', |
| 568 ], | 561 ], |
| 569 }, | 562 }, |
| 570 } | 563 } |
| OLD | NEW |