diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-25 03:31:12 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-25 03:31:12 +0000 |
commit | 389234f616253acb78d7be1509d3ba1391391ef3 (patch) | |
tree | d2abcfc6014bacb1a00890bb6ac57529db179008 /build | |
parent | 1d21c5f0e5456c059e4cfe48fa0194912cbbfdbc (diff) | |
download | chromium_src-389234f616253acb78d7be1509d3ba1391391ef3.zip chromium_src-389234f616253acb78d7be1509d3ba1391391ef3.tar.gz chromium_src-389234f616253acb78d7be1509d3ba1391391ef3.tar.bz2 |
Fully unreference run_gpu_test and delete it.
Second try. TBR'ing because the CQ won't catch failures in this area
anyway; I'll watch the bots as this lands.
BUG=346585
TBR=zmo@chromium.org,skyostil@chromium.org,yfriedman@chromium.org
Review URL: https://codereview.chromium.org/177653008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/android/buildbot/bb_device_steps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py index 84a668d..d7cc590 100755 --- a/build/android/buildbot/bb_device_steps.py +++ b/build/android/buildbot/bb_device_steps.py @@ -452,7 +452,7 @@ def RunGPUTests(options): bb_annotations.PrintNamedStep('gpu_tests') revision = _GetRevision(options) - RunCmd(['content/test/gpu/run_gpu_test', + RunCmd(['content/test/gpu/run_gpu_test.py', 'pixel', '--browser', 'android-content-shell', @@ -468,7 +468,7 @@ def RunGPUTests(options): options.build_properties.get('buildername', 'noname'))]) bb_annotations.PrintNamedStep('webgl_conformance_tests') - RunCmd(['content/test/gpu/run_gpu_test', + RunCmd(['content/test/gpu/run_gpu_test.py', '--browser=android-content-shell', 'webgl_conformance', '--webgl-conformance-version=1.0.1']) |