| 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 665c7360ffda547444db71a48760fc06c9118ce7..8ad42b90d1507f8af0a1fa34793e3f8bc8e104da 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -535,7 +535,7 @@ def RunGPUTests(options):
|
|
|
| bb_annotations.PrintNamedStep('pixel_tests')
|
| RunCmd(['content/test/gpu/run_gpu_test.py',
|
| - 'pixel',
|
| + 'pixel', '-v',
|
| '--browser',
|
| 'android-content-shell',
|
| '--build-revision',
|
| @@ -549,18 +549,18 @@ def RunGPUTests(options):
|
| EscapeBuilderName(builder_name)])
|
|
|
| bb_annotations.PrintNamedStep('webgl_conformance_tests')
|
| - RunCmd(['content/test/gpu/run_gpu_test.py',
|
| + RunCmd(['content/test/gpu/run_gpu_test.py', '-v',
|
| '--browser=android-content-shell', 'webgl_conformance',
|
| '--webgl-conformance-version=1.0.1'])
|
|
|
| bb_annotations.PrintNamedStep('android_webview_webgl_conformance_tests')
|
| - RunCmd(['content/test/gpu/run_gpu_test.py',
|
| + RunCmd(['content/test/gpu/run_gpu_test.py', '-v',
|
| '--browser=android-webview-shell', 'webgl_conformance',
|
| '--webgl-conformance-version=1.0.1'])
|
|
|
| bb_annotations.PrintNamedStep('gpu_rasterization_tests')
|
| RunCmd(['content/test/gpu/run_gpu_test.py',
|
| - 'gpu_rasterization',
|
| + 'gpu_rasterization', '-v',
|
| '--browser',
|
| 'android-content-shell',
|
| '--build-revision',
|
|
|