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 e5df563c5f46bf257f94814c3aa1ca828fa3309b..d7975a398a24c6cbe810f8f30e8c16c4b13d289b 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -537,6 +537,11 @@ def RunGPUTests(options): |
'--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', |
+ '--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', |