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

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

Issue 2787123002: Update robust read pixels to output number of columns and rows written. (Closed)
Patch Set: Re-add WebGL2 GL tests. Created 3 years, 6 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/webgl2_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 34250d06483f2ce5a9308d508bcc685ecb98d57b..4d4f3e828d1cfd5f77ff640fbfae2dcece80d70d 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1865,12 +1865,6 @@ 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'],
},
@@ -2016,6 +2010,29 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'extra_browser_args': [
'--use-angle=gl',
],
+ },
+ 'webgl2_conformance_d3d11_passthrough_tests': {
+ 'tester_configs': [
+ {
+ # The WebGL 2.0 conformance tests take over an hour to run on
+ # the Debug bots, which is too long.
+ 'build_configs': ['Release'],
+ 'predicate': Predicates.FYI_ONLY,
+ # Only run on the NVIDIA Release Windows bots.
+ 'swarming_dimension_sets': [
+ {
+ 'gpu': '10de:104a',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ ],
+ 'disabled_instrumentation_types': ['tsan'],
+ },
+ ],
+ 'target_name': 'webgl_conformance',
+ 'extra_browser_args': [
+ '--use-angle=d3d11',
+ '--use-passthrough-cmd-decoder',
+ ],
'args': [
'--webgl-conformance-version=2.0.1',
# The current working directory when run via isolate is
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl2_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698