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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 7633026: 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 '-ntp.NTPTest.testLaunchAppNewWindow', 147 '-ntp.NTPTest.testLaunchAppNewWindow',
148 '-ntp.NTPTest.testLaunchAppPinnedTab', 148 '-ntp.NTPTest.testLaunchAppPinnedTab',
149 '-ntp.NTPTest.testLaunchAppRegularTab', 149 '-ntp.NTPTest.testLaunchAppRegularTab',
150 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 150 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
151 '-ntp.NTPTest.testUninstallApp', 151 '-ntp.NTPTest.testUninstallApp',
152 # crbug.com/91222 152 # crbug.com/91222
153 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', 153 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
154 # crbug.com/70694, crbug.com/73078 154 # crbug.com/70694, crbug.com/73078
155 '-passwords.PasswordTest.testInfoBarDisappearByReload', 155 '-passwords.PasswordTest.testInfoBarDisappearByReload',
156 '-passwords.PasswordTest.testNeverSavePasswords', 156 '-passwords.PasswordTest.testNeverSavePasswords',
157 # crbug.com/91887
158 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage',
159 # crbug.com/67588 157 # crbug.com/67588
160 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 158 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
161 # crbug.com/88679 159 # crbug.com/88679
162 '-sync', 160 '-sync',
163 # crbug.com/86949 161 # crbug.com/86949
164 '-sync.SyncTest.testRestartBrowser', 162 '-sync.SyncTest.testRestartBrowser',
165 # crbug.com/87642 163 # crbug.com/87642
166 '-sync.SyncTest.testDisableAndEnableDatatypes', 164 '-sync.SyncTest.testDisableAndEnableDatatypes',
167 # crbug.com/88190 165 # crbug.com/88190
168 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 166 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 472
475 # HTML5 media functional tests. 473 # HTML5 media functional tests.
476 'AV_FUNC': { 474 'AV_FUNC': {
477 'linux': [ 475 'linux': [
478 'media.media_event_simple_action', 476 'media.media_event_simple_action',
479 'media.media_event_simple_test', 477 'media.media_event_simple_test',
480 'media.media_event_track', 478 'media.media_event_track',
481 ], 479 ],
482 }, 480 },
483 } 481 }
OLDNEW
« no previous file with comments | « data/nacl_sdk/nacl_sdk_setting ('k') | functional/nacl_sdk.py » ('j') | functional/nacl_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698