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

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

Issue 1749003002: Stop running webgl_conformance_gl_tests on Win7/Intel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | testing/buildbot/chromium.gpu.fyi.json » ('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 00037127fd079105d92c805572a9f51d59ead375..cd73964b958fb3ceb5aeee4c072346949b1b039a 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -621,12 +621,17 @@ TELEMETRY_TESTS = {
],
'disabled_tester_configs': [
{
- # BUG 555545: Disable webgl_conformance_gl_tests on Win/AMD
'swarming_dimension_sets': [
+ # BUG 555545: Disable webgl_conformance_gl_tests on Win/AMD
{
'gpu': '1002:6779',
'os': 'Windows-2008ServerR2-SP1'
},
+ # BUG 590951: Disable webgl_conformance_gl_tests on Win/Intel
+ {
+ 'gpu': '8086:041a',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
],
},
],
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698