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

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

Issue 2133673003: Run WebGL 1.0 tests as part of the WebGL 2.0 conformance suite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More suppressions for failures and flaky tests. 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
« 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 61db377e8d8d5154ca47044b3a63cc41ff1d2fae..bd6ff4a63a63c8d22227269ee0f1f14bd0d93d45 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -930,7 +930,6 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'target_name': 'webgl_conformance',
'args': [
'--webgl-conformance-version=2.0.0',
- '--webgl2-only=true',
# The current working directory when run via isolate is
# out/Debug or out/Release. Reference this file relatively to
# it.
@@ -938,9 +937,9 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'../../content/test/data/gpu/webgl2_conformance_tests_output.json',
],
'swarming': {
- # These tests currently take about an hour to run. Split them
- # into roughly 5-minute shards.
- 'shards': 12,
+ # These tests currently take about an hour and fifteen minutes
+ # to run. Split them into roughly 5-minute shards.
+ 'shards': 15,
},
},
'webgl2_conformance_angle_tests': {
@@ -970,7 +969,6 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
],
'args': [
'--webgl-conformance-version=2.0.0',
- '--webgl2-only=true',
# The current working directory when run via isolate is
# out/Debug or out/Release. Reference this file relatively to
# it.
@@ -978,9 +976,9 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'../../content/test/data/gpu/webgl2_conformance_tests_output.json',
],
'swarming': {
- # These tests currently take about an hour to run. Split them
- # into roughly 5-minute shards.
- 'shards': 12,
+ # These tests currently take about an hour and fifteen minutes
+ # to run. Split them into roughly 5-minute shards.
+ 'shards': 15,
},
},
}
« 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