Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 6802014: Update plugins_check to run on ChromeOS (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/win_plugins_list.txt ('k') | chrome/test/functional/plugins_check.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/test/data/win_plugins_list.txt ('k') | chrome/test/functional/plugins_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698