Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/apkbuilder_action.gypi ('k') | build/android/chrome_with_libs.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 665c7360ffda547444db71a48760fc06c9118ce7..8ad42b90d1507f8af0a1fa34793e3f8bc8e104da 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -535,7 +535,7 @@ def RunGPUTests(options):
bb_annotations.PrintNamedStep('pixel_tests')
RunCmd(['content/test/gpu/run_gpu_test.py',
- 'pixel',
+ 'pixel', '-v',
'--browser',
'android-content-shell',
'--build-revision',
@@ -549,18 +549,18 @@ def RunGPUTests(options):
EscapeBuilderName(builder_name)])
bb_annotations.PrintNamedStep('webgl_conformance_tests')
- RunCmd(['content/test/gpu/run_gpu_test.py',
+ RunCmd(['content/test/gpu/run_gpu_test.py', '-v',
'--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',
+ RunCmd(['content/test/gpu/run_gpu_test.py', '-v',
'--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',
+ 'gpu_rasterization', '-v',
'--browser',
'android-content-shell',
'--build-revision',
« no previous file with comments | « build/android/apkbuilder_action.gypi ('k') | build/android/chrome_with_libs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698