Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 132 # Some download test fails on win official builder, only thru buildbot | 132 # Some download test fails on win official builder, only thru buildbot |
| 133 # when downloading the small zip file. | 133 # when downloading the small zip file. |
| 134 # crbug.com/91225 | 134 # crbug.com/91225 |
| 135 '-find_in_page.FindMatchTests.testSearchInPDF', | 135 '-find_in_page.FindMatchTests.testSearchInPDF', |
| 136 # Disabled on vista in the actual test. crbug.com/89767 | 136 # Disabled on vista in the actual test. crbug.com/89767 |
| 137 # -imports.ImportsTest.testImportFirefoxDataTwice | 137 # -imports.ImportsTest.testImportFirefoxDataTwice |
| 138 # Disabled on vista in the actual test. crbug.com/89767 | 138 # Disabled on vista in the actual test. crbug.com/89767 |
| 139 # -imports.ImportsTest.testFirefoxImportFromPrefs | 139 # -imports.ImportsTest.testFirefoxImportFromPrefs |
| 140 # Disabled on vista in the actual test. crbug.com/89767 | 140 # Disabled on vista in the actual test. crbug.com/89767 |
| 141 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs | 141 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs |
| 142 # crbug.com/92446 | |
|
Nirnimesh
2011/08/11 03:58:04
It's not included in the CONTINUOUS suite. Remove
dyu1
2011/08/11 18:11:35
Done.
| |
| 143 '-gpu.GpuTest.testGpuWithVideo', | |
| 142 # crbug.com/66072 | 144 # crbug.com/66072 |
| 143 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 145 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 144 # crbug.com/85598 | 146 # crbug.com/85598 |
| 145 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 147 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 146 '-ntp.NTPTest.testLaunchAppFullScreen', | 148 '-ntp.NTPTest.testLaunchAppFullScreen', |
| 147 '-ntp.NTPTest.testLaunchAppNewWindow', | 149 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 148 '-ntp.NTPTest.testLaunchAppPinnedTab', | 150 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 149 '-ntp.NTPTest.testLaunchAppRegularTab', | 151 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 150 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 152 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 151 '-ntp.NTPTest.testUninstallApp', | 153 '-ntp.NTPTest.testUninstallApp', |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 375 # The FULL suite includes CONTINUOUS, and more. | 377 # The FULL suite includes CONTINUOUS, and more. |
| 376 # This the suite that gets run on 'Google Chrome' builds. | 378 # This the suite that gets run on 'Google Chrome' builds. |
| 377 'FULL': { | 379 'FULL': { |
| 378 'all': [ | 380 'all': [ |
| 379 '@CONTINUOUS', | 381 '@CONTINUOUS', |
| 380 'translate', | 382 'translate', |
| 381 | 383 |
| 382 # ================================================== | 384 # ================================================== |
| 383 # Disabled tests that need to be investigated/fixed. | 385 # Disabled tests that need to be investigated/fixed. |
| 384 # ================================================== | 386 # ================================================== |
| 387 # crbug.com/92446 | |
| 388 '-gpu.GpuTest.testGpuWithVideo', | |
|
Nirnimesh
2011/08/11 03:58:04
It's not enabled in the 'all' section. Why exclude
dyu1
2011/08/11 18:11:35
Done.
| |
| 385 # This test fails due to crbug.com/35485 | 389 # This test fails due to crbug.com/35485 |
| 386 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 390 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
| 387 # This test fails due to crbug.com/50706 | 391 # This test fails due to crbug.com/50706 |
| 388 '-translate.TranslateTest.testToggleTranslateOption', | 392 '-translate.TranslateTest.testToggleTranslateOption', |
| 389 # crbug.com/70280 | 393 # crbug.com/70280 |
| 390 '-translate.TranslateTest.testSeveralLanguages', | 394 '-translate.TranslateTest.testSeveralLanguages', |
| 391 # crbug.com/85601 | 395 # crbug.com/85601 |
| 392 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 396 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
| 393 # This test fails due to crbug.com/85633 | 397 # This test fails due to crbug.com/85633 |
| 394 '-translate.TranslateTest.testSessionRestore', | 398 '-translate.TranslateTest.testSessionRestore', |
| 395 ], | 399 ], |
| 396 | 400 |
| 397 'win': [ | 401 'win': [ |
| 398 'enterprise', | 402 'enterprise', |
| 399 'gpu', | 403 'gpu', |
|
Nirnimesh
2011/08/11 03:58:04
you should add the exclusion here
dyu1
2011/08/11 18:11:35
Done.
| |
| 400 ], | 404 ], |
| 401 | 405 |
| 402 'mac': [ | 406 'mac': [ |
| 403 ], | 407 ], |
| 404 | 408 |
| 405 'linux': [ | 409 'linux': [ |
| 406 'enterprise', | 410 'enterprise', |
| 407 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 411 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
| 408 # because they do not produce omnibox results under virtual X on linux. | 412 # because they do not produce omnibox results under virtual X on linux. |
| 409 # crbug.com/85310 | 413 # crbug.com/85310 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 474 | 478 |
| 475 # HTML5 media functional tests. | 479 # HTML5 media functional tests. |
| 476 'AV_FUNC': { | 480 'AV_FUNC': { |
| 477 'linux': [ | 481 'linux': [ |
| 478 'media.media_event_simple_action', | 482 'media.media_event_simple_action', |
| 479 'media.media_event_simple_test', | 483 'media.media_event_simple_test', |
| 480 'media.media_event_track', | 484 'media.media_event_track', |
| 481 ], | 485 ], |
| 482 }, | 486 }, |
| 483 } | 487 } |
| OLD | NEW |