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

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

Issue 2709613012: Test WebGL with the passthrough command decoder on Linux. (Closed)
Patch Set: Update expectations Created 3 years, 10 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 4327074ec472d9b527911f1960234a485915d998..3a9871af2e9d453a4dbad28dd0673363900d506c 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1551,6 +1551,22 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
],
'asan_args': ['--is-asan'],
},
+ 'webgl_conformance_gl_passthrough': {
+ 'tester_configs': [
+ {
+ # Run this on the FYI waterfall and optional tryservers.
+ 'predicate': Predicates.FYI_AND_OPTIONAL,
+ 'os_types': ['linux'],
+ }
+ ],
+ 'target_name': 'webgl_conformance',
+ 'extra_browser_args': [
+ '--use-gl=angle',
+ '--use-angle=gl',
+ '--use-passthrough-cmd-decoder',
+ ],
+ 'asan_args': ['--is-asan'],
+ },
'webgl2_conformance_tests': {
'tester_configs': [
{
« 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