summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 12:53:19 +0000
committerskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 12:53:19 +0000
commitcce70f01b311ae5dfbe047620790949bea962584 (patch)
treefc27bc5c3181d7d413515db28ecce335fc956c85 /build
parentfe02041e2a60fc52fb12b1d5fdfbc4c8a3545cc1 (diff)
downloadchromium_src-cce70f01b311ae5dfbe047620790949bea962584.zip
chromium_src-cce70f01b311ae5dfbe047620790949bea962584.tar.gz
chromium_src-cce70f01b311ae5dfbe047620790949bea962584.tar.bz2
Run WebGL conformance tests on Android GPU bot
BUG=306462 TBR=navabi@chromium.org Review URL: https://codereview.chromium.org/27201003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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():