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

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

Issue 10414049: Move youtube tests to FULL pyauto suite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'process_count', 76 'process_count',
77 'protector', 77 'protector',
78 'pyauto_webdriver', 78 'pyauto_webdriver',
79 'search_engines', 79 'search_engines',
80 'shortcuts', 80 'shortcuts',
81 'special_tabs', 81 'special_tabs',
82 'sync.SyncTest', 82 'sync.SyncTest',
83 'test_basic', 83 'test_basic',
84 'test_pyauto', 84 'test_pyauto',
85 'themes', 85 'themes',
86 'youtube',
87 86
88 # One-click infobars disabled on M20 by r135749. 87 # One-click infobars disabled on M20 by r135749.
89 # Re-enable for M21 after branch point. 88 # Re-enable for M21 after branch point.
90 '-infobars.OneClickInfobarTest', 89 '-infobars.OneClickInfobarTest',
91 90
92 # ================================================== 91 # ==================================================
93 # Disabled tests that need to be investigated/fixed. 92 # Disabled tests that need to be investigated/fixed.
94 # ================================================== 93 # ==================================================
95 # crbug.com/102798 94 # crbug.com/102798
96 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', 95 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 # crbug.com/117569 162 # crbug.com/117569
164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 163 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
165 # crbug.com/104227 164 # crbug.com/104227
166 '-sync.SyncIntegrationTest', 165 '-sync.SyncIntegrationTest',
167 # crbug.com/88679 166 # crbug.com/88679
168 '-sync.SyncTest', 167 '-sync.SyncTest',
169 # crbug.com/86949 168 # crbug.com/86949
170 '-sync.SyncTest.testRestartBrowser', 169 '-sync.SyncTest.testRestartBrowser',
171 # crbug.com/87642 170 # crbug.com/87642
172 '-sync.SyncTest.testDisableAndEnableDatatypes', 171 '-sync.SyncTest.testDisableAndEnableDatatypes',
173 # crbug.com/95621
174 '-youtube.YoutubeTest.testPlayerStatus',
175 # crbug.com/98526 172 # crbug.com/98526
176 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 173 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
177 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 174 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
178 # crbug.com/95031 175 # crbug.com/95031
179 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 176 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
180 ], 177 ],
181 178
182 'mac': [ 179 'mac': [
183 # ================================================== 180 # ==================================================
184 # Disabled tests that need to be investigated/fixed. 181 # Disabled tests that need to be investigated/fixed.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 '-passwords', 215 '-passwords',
219 # crbug.com/97140 216 # crbug.com/97140
220 '-plugins.PluginsTest.testDisableEnableAllPlugins', 217 '-plugins.PluginsTest.testDisableEnableAllPlugins',
221 # crbug.com/69619 218 # crbug.com/69619
222 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 219 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
223 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 220 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
224 '-sync', 221 '-sync',
225 # crbug.com/98526 222 # crbug.com/98526
226 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 223 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
227 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 224 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
228 # crbug.com/109035
229 '-youtube.YoutubeTest.testPlayerBytes',
230 # crbug.com/109035
231 '-youtube.YoutubeTest.testPlayerResolution',
232 ], 225 ],
233 226
234 'linux': [ # linux != chromeos 227 'linux': [ # linux != chromeos
235 'test_clean_exit', 228 'test_clean_exit',
236 # =========================== 229 # ===========================
237 # Permanently-disabled tests. 230 # Permanently-disabled tests.
238 # =========================== 231 # ===========================
239 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963 232 '-browser.BrowserTest.testWindowResize', # Details at: crbug.com/44963
240 # crbug.com/104206 233 # crbug.com/104206
241 '-notifications.NotificationsTest.testKillNotificationProcess', 234 '-notifications.NotificationsTest.testKillNotificationProcess',
(...skipping 26 matching lines...) Expand all
268 # Disabled tests that need to be investigated/fixed. 261 # Disabled tests that need to be investigated/fixed.
269 # ================================================== 262 # ==================================================
270 # crbug.com/85310 263 # crbug.com/85310
271 '-instant', 264 '-instant',
272 # crbug.com/91033 265 # crbug.com/91033
273 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 266 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
274 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 267 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
275 '-sync', 268 '-sync',
276 # crbug.com/66072 269 # crbug.com/66072
277 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 270 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
278 # crbug.com/109035
279 '-youtube.YoutubeTest.testPlayerBytes',
280 # crbug.com/109035
281 '-youtube.YoutubeTest.testPlayerResolution',
282 ], 271 ],
283 272
284 # ChromeOS is linux, but note that this section does not include the 273 # ChromeOS is linux, but note that this section does not include the
285 # entries in the linux section above. 274 # entries in the linux section above.
286 # These tests use the named automation interface to control the 275 # These tests use the named automation interface to control the
287 # primary chrome on ChromeOS. 276 # primary chrome on ChromeOS.
288 'chromeos': [ 277 'chromeos': [
289 'chromeos_basic', 278 'chromeos_basic',
290 'chromeos_browser', 279 'chromeos_browser',
291 'chromeos_firmware_version_checker', 280 'chromeos_firmware_version_checker',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 # The FULL suite includes CONTINUOUS, and more. 460 # The FULL suite includes CONTINUOUS, and more.
472 # This the suite that gets run on 'Google Chrome' builds. 461 # This the suite that gets run on 'Google Chrome' builds.
473 'FULL': { 462 'FULL': {
474 'all': [ 463 'all': [
475 '@CONTINUOUS', 464 '@CONTINUOUS',
476 'about_plugins_ui.ChromeAboutPluginsUITest', 465 'about_plugins_ui.ChromeAboutPluginsUITest',
477 'https.SSLTest', 466 'https.SSLTest',
478 'media.media_basic_playback', 467 'media.media_basic_playback',
479 'nacl_sdk', 468 'nacl_sdk',
480 'translate', 469 'translate',
470 'youtube',
481 471
482 # =========================== 472 # ===========================
483 # Permanently-disabled tests. 473 # Permanently-disabled tests.
484 # =========================== 474 # ===========================
485 # The chromoting webapp isn't currently available when FULL is run. 475 # The chromoting webapp isn't currently available when FULL is run.
486 '-chromoting_basic', 476 '-chromoting_basic',
487 477
488 # ================================================== 478 # ==================================================
489 # Disabled tests that need to be investigated/fixed. 479 # Disabled tests that need to be investigated/fixed.
490 # ================================================== 480 # ==================================================
(...skipping 27 matching lines...) Expand all
518 # crbug.com/115707 508 # crbug.com/115707
519 '-browser.BrowserTest.testMaxProcess', 509 '-browser.BrowserTest.testMaxProcess',
520 # crbug.com/111289 510 # crbug.com/111289
521 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 511 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
522 # crbug.com/113090 512 # crbug.com/113090
523 '-extensions.ExtensionsTest.testAllowIncognitoExtension', 513 '-extensions.ExtensionsTest.testAllowIncognitoExtension',
524 # crbug.com/125424 514 # crbug.com/125424
525 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix', 515 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix',
526 # crbug.com/115646 516 # crbug.com/115646
527 '-translate.TranslateTest.testSeveralLanguages', 517 '-translate.TranslateTest.testSeveralLanguages',
518 # crbug.com/95621
519 '-youtube.YoutubeTest.testPlayerStatus',
528 ], 520 ],
529 521
530 'mac': [ 522 'mac': [
523 # ==================================================
524 # Disabled tests that need to be investigated/fixed.
525 # ==================================================
526 # crbug.com/109035
527 '-youtube.YoutubeTest.testPlayerBytes',
528 '-youtube.YoutubeTest.testPlayerResolution',
529
531 # =========================== 530 # ===========================
532 # Permanently-disabled tests. 531 # Permanently-disabled tests.
533 # =========================== 532 # ===========================
534 # Consistently failing on Mac QA bots only: crbug.com/97810 533 # Consistently failing on Mac QA bots only: crbug.com/97810
535 '-process_count', 534 '-process_count',
536 ], 535 ],
537 536
538 'linux': [ 537 'linux': [
539 # Add back the omnibox tests excluded from the CONTINUOUS suite above 538 # Add back the omnibox tests excluded from the CONTINUOUS suite above
540 # because they do not produce omnibox results under virtual X on linux. 539 # because they do not produce omnibox results under virtual X on linux.
(...skipping 19 matching lines...) Expand all
560 # ================================================== 559 # ==================================================
561 # Disabled tests that need to be investigated/fixed. 560 # Disabled tests that need to be investigated/fixed.
562 # ================================================== 561 # ==================================================
563 # crbug.com/111289 562 # crbug.com/111289
564 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 563 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
565 # crbug.com/100365 564 # crbug.com/100365
566 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 565 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
567 # crbug.com/123419 566 # crbug.com/123419
568 '-browsing_data.BrowsingDataTest.testClearCookies', 567 '-browsing_data.BrowsingDataTest.testClearCookies',
569 '-databases.DatabasesTest.testDeleteAndUpdateDatabase', 568 '-databases.DatabasesTest.testDeleteAndUpdateDatabase',
569 # crbug.com/109035
570 '-youtube.YoutubeTest.testPlayerBytes',
571 '-youtube.YoutubeTest.testPlayerResolution',
570 ], 572 ],
571 573
572 'chromeos': [ 574 'chromeos': [
573 # =========================== 575 # ===========================
574 # Permanently-disabled tests. 576 # Permanently-disabled tests.
575 # =========================== 577 # ===========================
576 # No NaCl support on ChromeOS. 578 # No NaCl support on ChromeOS.
577 '-nacl_sdk', 579 '-nacl_sdk',
578 580
579 # ================================================== 581 # ==================================================
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 737
736 # WebRTC MediaStream tests. Requires webcam and audio device to be present on 738 # WebRTC MediaStream tests. Requires webcam and audio device to be present on
737 # the test machine. 739 # the test machine.
738 'WEBRTC': { 740 'WEBRTC': {
739 'all': [ 741 'all': [
740 'media_stream_infobar', 742 'media_stream_infobar',
741 'webrtc_call', 743 'webrtc_call',
742 ], 744 ],
743 }, 745 },
744 } 746 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698