| 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 c418a576aaef6e1d391957d024da4cc33ff85086..19d2c2ce627e94db64df8df44565b0ecc842bec7 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -479,6 +479,16 @@ def RunGPUTests(options):
|
| '--browser=android-content-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',
|
| + '--browser',
|
| + 'android-content-shell',
|
| + '--build-revision',
|
| + str(revision),
|
| + '--test-machine-name',
|
| + EscapeBuilderName(builder_name)])
|
| +
|
|
|
| def GetTestStepCmds():
|
| return [
|
|
|