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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 7541046: Adding pyauto tests for the NaCl SDK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 9 years, 4 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 | « data/nacl_sdk/nacl_sdk_setting ('k') | functional/nacl_sdk.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'downloads', 46 'downloads',
47 'execute_javascript', 47 'execute_javascript',
48 'extensions', 48 'extensions',
49 'find_in_page', 49 'find_in_page',
50 'flash', 50 'flash',
51 'history', 51 'history',
52 'https', 52 'https',
53 'imports', 53 'imports',
54 'infobars', 54 'infobars',
55 'instant', 55 'instant',
56 'nacl_sdk',
56 'navigation', 57 'navigation',
57 'notifications', 58 'notifications',
58 'ntp', 59 'ntp',
59 'omnibox', 60 'omnibox',
60 'passwords', 61 'passwords',
61 'pdf', 62 'pdf',
62 'plugins', 63 'plugins',
63 'plugins_check', 64 'plugins_check',
64 'popups', 65 'popups',
65 'prefs', 66 'prefs',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 # crbug.com/86524 115 # crbug.com/86524
115 '-plugins.PluginsTest.testAllowPluginException', 116 '-plugins.PluginsTest.testAllowPluginException',
116 # crbug.com/87811 117 # crbug.com/87811
117 '-plugins.PluginsTest.testDisableEnableAllPlugins', 118 '-plugins.PluginsTest.testDisableEnableAllPlugins',
118 # crbug.com/85307 119 # crbug.com/85307
119 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 120 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
120 # crbug.com/88574 121 # crbug.com/88574
121 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 122 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
122 # crbug.com/88593 123 # crbug.com/88593
123 '-sync.SyncTest.testPersonalStuffSyncSection', 124 '-sync.SyncTest.testPersonalStuffSyncSection',
125 # crbug.com/91553
126 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
127 '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery',
124 ], 128 ],
125 129
126 'win': [ 130 'win': [
127 # ================================================== 131 # ==================================================
128 # Disabled tests that need to be investigated/fixed. 132 # Disabled tests that need to be investigated/fixed.
129 # ================================================== 133 # ==================================================
130 # crbug.com/89081 134 # crbug.com/89081
131 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', 135 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers',
132 # Some download test fails on win official builder, only thru buildbot 136 # Some download test fails on win official builder, only thru buildbot
133 # when downloading the small zip file. 137 # when downloading the small zip file.
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 268
265 # =========================== 269 # ===========================
266 # Permanently-disabled tests. 270 # Permanently-disabled tests.
267 # =========================== 271 # ===========================
268 # You cannot resize the browser window on ChromeOS. 272 # You cannot resize the browser window on ChromeOS.
269 '-browser.BrowserTest.testWindowResize', 273 '-browser.BrowserTest.testWindowResize',
270 # No codesign verification on ChromeOS. 274 # No codesign verification on ChromeOS.
271 '-codesign', 275 '-codesign',
272 # Import tests are invalid on ChromeOS since Chrome is the only browser. 276 # Import tests are invalid on ChromeOS since Chrome is the only browser.
273 '-imports', 277 '-imports',
278 # No NaCl support on ChromeOS.
279 '-nacl_sdk',
274 280
275 # ================================================== 281 # ==================================================
276 # Disabled tests that need to be investigated/fixed. 282 # Disabled tests that need to be investigated/fixed.
277 # ================================================== 283 # ==================================================
278 # crbug.com/90882 284 # crbug.com/90882
279 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', 285 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers',
280 # Flaky: crosbug.com/14394 286 # Flaky: crosbug.com/14394
281 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', 287 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads',
282 # Downloads panel stays even after declining a download. 288 # Downloads panel stays even after declining a download.
283 # crosbug.com/14728 289 # crosbug.com/14728
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 480
475 # HTML5 media functional tests. 481 # HTML5 media functional tests.
476 'AV_FUNC': { 482 'AV_FUNC': {
477 'linux': [ 483 'linux': [
478 'media.media_event_simple_action', 484 'media.media_event_simple_action',
479 'media.media_event_simple_test', 485 'media.media_event_simple_test',
480 'media.media_event_track', 486 'media.media_event_track',
481 ], 487 ],
482 }, 488 },
483 } 489 }
OLDNEW
« no previous file with comments | « data/nacl_sdk/nacl_sdk_setting ('k') | functional/nacl_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698