| 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 b0460c3f97ca936d24d2ac848938185ed439b7f1..aab3b395ccd70d35ca834e474f5054208f16676f 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -428,6 +428,10 @@ def RunGPUTests(options):
|
| 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',
|
| + '--browser=android-content-shell', 'webgl_conformance',
|
| + '--webgl-conformance-version=1.0.1'])
|
|
|
|
|
| def GetTestStepCmds():
|
|
|