| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 '-ntp.NTPTest.testSetMenuModeOn', | 250 '-ntp.NTPTest.testSetMenuModeOn', |
| 251 '-ntp.NTPTest.testSetThumbnailModeOff', | 251 '-ntp.NTPTest.testSetThumbnailModeOff', |
| 252 '-ntp.NTPTest.testUninstallApp', | 252 '-ntp.NTPTest.testUninstallApp', |
| 253 '-omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow', | 253 '-omnibox.OmniboxTest.testBookmarkResultInNewTabAndWindow', |
| 254 '-omnibox.OmniboxTest.testContentHistory', | 254 '-omnibox.OmniboxTest.testContentHistory', |
| 255 '-omnibox.OmniboxTest.testDifferentTypesOfResults', | 255 '-omnibox.OmniboxTest.testDifferentTypesOfResults', |
| 256 '-omnibox.OmniboxTest.testFetchHistoryResultItems', | 256 '-omnibox.OmniboxTest.testFetchHistoryResultItems', |
| 257 '-omnibox.OmniboxTest.testGoogleSearch', | 257 '-omnibox.OmniboxTest.testGoogleSearch', |
| 258 '-omnibox.OmniboxTest.testInlinAutoComplete', | 258 '-omnibox.OmniboxTest.testInlinAutoComplete', |
| 259 '-omnibox.OmniboxTest.testSuggest', | 259 '-omnibox.OmniboxTest.testSuggest', |
| 260 '-plugins_check', | |
| 261 ], | 260 ], |
| 262 }, | 261 }, |
| 263 | 262 |
| 264 # The FULL suite includes CONTINUOUS, and more. | 263 # The FULL suite includes CONTINUOUS, and more. |
| 265 'FULL': { | 264 'FULL': { |
| 266 'all': [ | 265 'all': [ |
| 267 '@CONTINUOUS', | 266 '@CONTINUOUS', |
| 268 'translate', | 267 'translate', |
| 269 # This test fails due to crbug.com/35485 | 268 # This test fails due to crbug.com/35485 |
| 270 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 269 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 284 ], | 283 ], |
| 285 | 284 |
| 286 'chromeos': [ | 285 'chromeos': [ |
| 287 # Exclusions that have not been narrowed to other categories yet. | 286 # Exclusions that have not been narrowed to other categories yet. |
| 288 # crosbug.com/12653 | 287 # crosbug.com/12653 |
| 289 '-translate', | 288 '-translate', |
| 290 ], | 289 ], |
| 291 }, | 290 }, |
| 292 | 291 |
| 293 } | 292 } |
| OLD | NEW |