| Index: build/android/buildbot/bb_device_steps.py
|
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
|
| index f80a2a46b326d5a4aa8f74c019aafb136a37fd3d..7a8dddc4a3b626d7e20f7d26efc477bda561c68e 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',
|
|
|