Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
Nirnimesh
2012/07/31 20:15:10
Remove ":" from the CL's title
yihongg1
2012/08/03 00:40:06
Done.
| |
| 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 # |
| 11 # Within each platform, tests are specified in up to 3 groups: (1) enabled | 11 # Within each platform, tests are specified in up to 3 groups: (1) enabled |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 33 # This is the suite that gets run on 'Chromium' builds. | 33 # This is the suite that gets run on 'Chromium' builds. |
| 34 'CONTINUOUS': { | 34 'CONTINUOUS': { |
| 35 'all': [ | 35 'all': [ |
| 36 'about_plugins_ui.AboutPluginsUITest', | 36 'about_plugins_ui.AboutPluginsUITest', |
| 37 'apptest', | 37 'apptest', |
| 38 'autofill', | 38 'autofill', |
| 39 'bookmark_bar', | 39 'bookmark_bar', |
| 40 'bookmarks', | 40 'bookmarks', |
| 41 'browser', | 41 'browser', |
| 42 'browsing_data', | 42 'browsing_data', |
| 43 'chromoting_basic', | 43 'chromoting.it2me_basic', |
| 44 'codesign', | 44 'codesign', |
| 45 'content', | 45 'content', |
| 46 'cookies', | 46 'cookies', |
| 47 'crash_reporter', | 47 'crash_reporter', |
| 48 'databases', | 48 'databases', |
| 49 'downloads', | 49 'downloads', |
| 50 'execute_javascript', | 50 'execute_javascript', |
| 51 'extensions', | 51 'extensions', |
| 52 'find_in_page', | 52 'find_in_page', |
| 53 'flash', | 53 'flash', |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 278 'chromeos_time', | 278 'chromeos_time', |
| 279 'chromeos_update', | 279 'chromeos_update', |
| 280 'chromeos_wifi_sanity', | 280 'chromeos_wifi_sanity', |
| 281 | 281 |
| 282 # =========================== | 282 # =========================== |
| 283 # Permanently-disabled tests. | 283 # Permanently-disabled tests. |
| 284 # =========================== | 284 # =========================== |
| 285 # You cannot resize the browser window on ChromeOS. | 285 # You cannot resize the browser window on ChromeOS. |
| 286 '-browser.BrowserTest.testWindowResize', | 286 '-browser.BrowserTest.testWindowResize', |
| 287 # ChromeOS doesn't yet support the chromoting host. | 287 # ChromeOS doesn't yet support the chromoting host. |
| 288 '-chromoting_basic', | 288 '-chromoting.it2me_basic', |
|
simonmorris
2012/07/30 22:44:24
Should this line be '-chromoting', to block all th
yihongg1
2012/08/03 00:40:06
We are only enabling chromoting.it2me_basic on con
| |
| 289 # No codesign verification on ChromeOS. | 289 # No codesign verification on ChromeOS. |
| 290 '-codesign', | 290 '-codesign', |
| 291 # Import tests are invalid on ChromeOS since Chrome is the only browser. | 291 # Import tests are invalid on ChromeOS since Chrome is the only browser. |
| 292 '-imports', | 292 '-imports', |
| 293 # Sync is already signed in with the login account. | 293 # Sync is already signed in with the login account. |
| 294 # So one-click infobar tests do tno apply to chromeos. | 294 # So one-click infobar tests do tno apply to chromeos. |
| 295 '-infobars.OneClickInfobarTest', | 295 '-infobars.OneClickInfobarTest', |
| 296 # Multi-profile doesn't apply to chromeos yet. | 296 # Multi-profile doesn't apply to chromeos yet. |
| 297 '-multiprofile', | 297 '-multiprofile', |
| 298 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | 298 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 475 'translate', | 475 'translate', |
| 476 'youtube', | 476 'youtube', |
| 477 | 477 |
| 478 # Remove after r138552 reaches QA bots. (05/24/2012) | 478 # Remove after r138552 reaches QA bots. (05/24/2012) |
| 479 '-test_pyauto.PyAutoTest.testCallOnInvalidWindow', | 479 '-test_pyauto.PyAutoTest.testCallOnInvalidWindow', |
| 480 | 480 |
| 481 # =========================== | 481 # =========================== |
| 482 # Permanently-disabled tests. | 482 # Permanently-disabled tests. |
| 483 # =========================== | 483 # =========================== |
| 484 # The chromoting webapp isn't currently available when FULL is run. | 484 # The chromoting webapp isn't currently available when FULL is run. |
| 485 '-chromoting_basic', | 485 '-chromoting.it2me_basic', |
|
simonmorris
2012/07/30 22:44:24
Just '-chromoting'?
yihongg1
2012/08/03 00:40:06
Same as above explanation.
On 2012/07/30 22:44:24,
| |
| 486 | 486 |
| 487 # ================================================== | 487 # ================================================== |
| 488 # Disabled tests that need to be investigated/fixed. | 488 # Disabled tests that need to be investigated/fixed. |
| 489 # ================================================== | 489 # ================================================== |
| 490 # The source is behind. Waiting for dev to automate the update. | 490 # The source is behind. Waiting for dev to automate the update. |
| 491 # crbug.com/109160 | 491 # crbug.com/109160 |
| 492 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', | 492 '-execute_javascript.ExecuteJavascriptTest.testExecuteJavascriptInExtensio n', |
| 493 # crbug.com/129802 | 493 # crbug.com/129802 |
| 494 '-translate.TranslateTest.testAlwaysTranslateLanguageButton', | 494 '-translate.TranslateTest.testAlwaysTranslateLanguageButton', |
| 495 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate', | 495 '-translate.TranslateTest.testChangeTargetLanguageAlwaysTranslate', |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 750 'all': [ | 750 'all': [ |
| 751 'media_stream_infobar', | 751 'media_stream_infobar', |
| 752 'webrtc_call', | 752 'webrtc_call', |
| 753 | 753 |
| 754 # Disabled tests. | 754 # Disabled tests. |
| 755 # ROAP issue: crbug.com/130531 | 755 # ROAP issue: crbug.com/130531 |
| 756 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', | 756 '-webrtc_call.WebRTCCallTest.testSimpleWebRtcRoapCall', |
| 757 ], | 757 ], |
| 758 }, | 758 }, |
| 759 } | 759 } |
| OLD | NEW |