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

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

Issue 2149823002: Not for commit: force failure in the first WebGL conformance test. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 73af5dfdbe0ad094105f58802b0d1cd28e073d1d..a02be5c2dd5730a970f70e468655f799553782aa 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance.py
@@ -104,7 +104,8 @@ class WebglConformanceValidator(gpu_test_base.ValidatorBase):
'--disable-gpu-process-crash-limit',
'--js-flags=--expose-gc',
'--test-type=gpu',
- '--enable-experimental-canvas-features'
+ '--enable-experimental-canvas-features',
+ '--enable-gpu-benchmarking'
])
browser = browser_finder.FindBrowser(options.finder_options)
if (browser.target_os.startswith('android') and
@@ -135,7 +136,8 @@ class Webgl2ConformanceValidator(WebglConformanceValidator):
'--js-flags=--expose-gc',
'--enable-unsafe-es3-apis',
'--test-type=gpu',
- '--enable-experimental-canvas-features'
+ '--enable-experimental-canvas-features',
+ '--enable-gpu-benchmarking'
])
browser = browser_finder.FindBrowser(options.finder_options)
if browser.target_os == 'darwin':
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_integration_test.py ('k') | content/test/gpu/gpu_tests/webgl_conformance_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698