diff options
author | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 16:40:53 +0000 |
---|---|---|
committer | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 16:40:53 +0000 |
commit | 74448822b048de2c4a45055e0b60a5be3c6b9136 (patch) | |
tree | 11eb3f14b4d1c8fd21dc3e6ee9420c2b7cdf07cf /build/android | |
parent | 79fd6b73fa785271bac902538192b3a95c85649f (diff) | |
download | chromium_src-74448822b048de2c4a45055e0b60a5be3c6b9136.zip chromium_src-74448822b048de2c4a45055e0b60a5be3c6b9136.tar.gz chromium_src-74448822b048de2c4a45055e0b60a5be3c6b9136.tar.bz2 |
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
Diffstat (limited to 'build/android')
-rwxr-xr-x | build/android/buildbot/bb_device_steps.py | 10 |
1 files changed, 3 insertions, 7 deletions
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', |