| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 406 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
| 407 # This test fails due to crbug.com/85633 | 407 # This test fails due to crbug.com/85633 |
| 408 '-translate.TranslateTest.testSessionRestore', | 408 '-translate.TranslateTest.testSessionRestore', |
| 409 ], | 409 ], |
| 410 | 410 |
| 411 'win': [ | 411 'win': [ |
| 412 'enterprise', | 412 'enterprise', |
| 413 'gpu', | 413 'gpu', |
| 414 # crbug.com/92446 | 414 # crbug.com/92446 |
| 415 '-gpu.GpuTest.testGpuWithVideo', | 415 '-gpu.GpuTest.testGpuWithVideo', |
| 416 # Preloaded extensions affect process count: crbug.com/94350 |
| 417 '-process_count', |
| 416 ], | 418 ], |
| 417 | 419 |
| 418 'mac': [ | 420 'mac': [ |
| 419 ], | 421 ], |
| 420 | 422 |
| 421 'linux': [ | 423 'linux': [ |
| 422 'enterprise', | 424 'enterprise', |
| 423 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 425 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
| 424 # because they do not produce omnibox results under virtual X on linux. | 426 # because they do not produce omnibox results under virtual X on linux. |
| 425 # crbug.com/85310 | 427 # crbug.com/85310 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 | 499 |
| 498 # HTML5 media functional tests. | 500 # HTML5 media functional tests. |
| 499 'AV_FUNC': { | 501 'AV_FUNC': { |
| 500 'linux': [ | 502 'linux': [ |
| 501 'media.media_event_simple_action', | 503 'media.media_event_simple_action', |
| 502 'media.media_event_simple_test', | 504 'media.media_event_simple_test', |
| 503 'media.media_event_track', | 505 'media.media_event_track', |
| 504 ], | 506 ], |
| 505 }, | 507 }, |
| 506 } | 508 } |
| OLD | NEW |