From 74448822b048de2c4a45055e0b60a5be3c6b9136 Mon Sep 17 00:00:00 2001 From: "skyostil@chromium.org" Date: Tue, 22 Oct 2013 16:40:53 +0000 Subject: android: Re-enable pixel test on GPU bot now that we can take screenshots BUG=285932 TBR=navabi@chromium.org Review URL: https://codereview.chromium.org/34953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230147 0039d316-1c4b-4281-b951-d872f2087c98 --- build/android/buildbot/bb_device_steps.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'build/android') diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py index f80a2a4..7a8dddc 100755 --- a/build/android/buildbot/bb_device_steps.py +++ b/build/android/buildbot/bb_device_steps.py @@ -436,13 +436,9 @@ def RunWebRTCNativeTests(options): def RunGPUTests(options): InstallApk(options, INSTRUMENTATION_TESTS['ContentShell'], False) - # Pixel tests require that the browser implements GrabWindowSnapshot and - # 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('gpu_tests') + RunCmd(['content/test/gpu/run_gpu_test', + '--browser=android-content-shell', 'pixel']) bb_annotations.PrintNamedStep('webgl_conformance_tests') RunCmd(['content/test/gpu/run_gpu_test', -- cgit v1.1