summaryrefslogtreecommitdiffstats
path: root/build/android/buildbot/bb_device_steps.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/buildbot/bb_device_steps.py')
-rwxr-xr-xbuild/android/buildbot/bb_device_steps.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 4990d77..cb09e90 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():