| 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 d7975a398a24c6cbe810f8f30e8c16c4b13d289b..e5df563c5f46bf257f94814c3aa1ca828fa3309b 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -535,11 +535,6 @@
|
| bb_annotations.PrintNamedStep('webgl_conformance_tests')
|
| RunCmd(['content/test/gpu/run_gpu_test.py',
|
| '--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')
|
|
|