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

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

Issue 7618002: Disable pyAuto test for gpu.GpuTest.testGpuWithVideo (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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) 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
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
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 }
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