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

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance.py

Issue 22909011: Added support for GPU-based expectations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
Index: content/test/gpu/gpu_tests/webgl_conformance.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py
index 234a244b07166aa59847ebfc6956f10b93f48ce0..a96ec64254e5fbd08064b39e1fbc413aba4f55a6 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance.py
@@ -61,6 +61,7 @@ class WebglConformanceValidator(page_test.PageTest):
def CustomizeBrowserOptions(self, options):
options.AppendExtraBrowserArg(
'--disable-gesture-requirement-for-media-playback')
+ options.AppendExtraBrowserArg('--enable-gpu-benchmarking')
Ken Russell (switch to Gerrit) 2013/08/15 19:25:28 This argument isn't necessary in order to use the
class WebglConformance(test_module.Test):
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/page_runner.py » ('j') | tools/telemetry/telemetry/page/page_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698