| 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 '-translate.TranslateTest.testSeveralLanguages', | 390 '-translate.TranslateTest.testSeveralLanguages', |
| 391 # crbug.com/85601 | 391 # crbug.com/85601 |
| 392 '-translate.TranslateTest.testAlwaysTranslateInIncognito', | 392 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
| 393 # This test fails due to crbug.com/85633 | 393 # This test fails due to crbug.com/85633 |
| 394 '-translate.TranslateTest.testSessionRestore', | 394 '-translate.TranslateTest.testSessionRestore', |
| 395 ], | 395 ], |
| 396 | 396 |
| 397 'win': [ | 397 'win': [ |
| 398 'enterprise', | 398 'enterprise', |
| 399 'gpu', | 399 'gpu', |
| 400 # crbug.com/92446 |
| 401 '-gpu.GpuTest.testGpuWithVideo', |
| 400 ], | 402 ], |
| 401 | 403 |
| 402 'mac': [ | 404 'mac': [ |
| 403 ], | 405 ], |
| 404 | 406 |
| 405 'linux': [ | 407 'linux': [ |
| 406 'enterprise', | 408 'enterprise', |
| 407 # Add back the omnibox tests excluded from the CONTINUOUS suite above | 409 # Add back the omnibox tests excluded from the CONTINUOUS suite above |
| 408 # because they do not produce omnibox results under virtual X on linux. | 410 # because they do not produce omnibox results under virtual X on linux. |
| 409 # crbug.com/85310 | 411 # crbug.com/85310 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 | 476 |
| 475 # HTML5 media functional tests. | 477 # HTML5 media functional tests. |
| 476 'AV_FUNC': { | 478 'AV_FUNC': { |
| 477 'linux': [ | 479 'linux': [ |
| 478 'media.media_event_simple_action', | 480 'media.media_event_simple_action', |
| 479 'media.media_event_simple_test', | 481 'media.media_event_simple_test', |
| 480 'media.media_event_track', | 482 'media.media_event_track', |
| 481 ], | 483 ], |
| 482 }, | 484 }, |
| 483 } | 485 } |
| OLD | NEW |