Commented out Pixel tests for Android bot.

They can't run properly until the snapshot code is properly hooked up to the android-content-shell.

BUG=285932
R=ccameron@chromium.org
TBR=Sami, cmp

Review URL: https://codereview.chromium.org/27580002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228986 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
bajones@chromium.org 2013-10-16 21:59:53 +00:00
Родитель 05db126cc0
Коммит 078e2a160f
1 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -425,9 +425,15 @@ def RunWebRTCTests(options):
def RunGPUTests(options): def RunGPUTests(options):
InstallApk(options, INSTRUMENTATION_TESTS['ContentShell'], False) InstallApk(options, INSTRUMENTATION_TESTS['ContentShell'], False)
bb_annotations.PrintNamedStep('gpu_tests')
RunCmd(['content/test/gpu/run_gpu_test', # Pixel tests require that the browser implements GrabWindowSnapshot and
'--browser=android-content-shell', 'pixel']) # GrabViewSnapshot, which android-content-shell currently does not.
# (crbug.com/285932)
# bb_annotations.PrintNamedStep('gpu_tests')
# RunCmd(['content/test/gpu/run_gpu_test',
# '--browser=android-content-shell', 'pixel'])
bb_annotations.PrintNamedStep('webgl_conformance_tests') bb_annotations.PrintNamedStep('webgl_conformance_tests')
RunCmd(['content/test/gpu/run_gpu_test', RunCmd(['content/test/gpu/run_gpu_test',
'--browser=android-content-shell', 'webgl_conformance', '--browser=android-content-shell', 'webgl_conformance',