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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2621163007: Use --disable-es3-apis when running WebGL tests on the passthrough cmd decoder. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 4ee575401f8622b117e526103538c74403d82a58..6f39ea0ed7e8358d130815b4cb371b0f6e88dde1 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1337,6 +1337,12 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'extra_browser_args': [
'--use-angle=d3d11',
'--use-passthrough-cmd-decoder',
+ # TODO(geofflang): Remove --disable-es3-apis once crbug.com/671217 is
+ # complete.
+ '--disable-es3-apis',
+ # TODO(geofflang): --disable-es3-gl-context is required because of
+ # crbug.com/680522
+ '--disable-es3-gl-context',
],
'asan_args': ['--is-asan'],
},
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698