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

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

Issue 2814103002: Disable video_decode_accelerator_gl_unittest on the Windows Intel bots. (Closed)
Patch Set: Created 3 years, 8 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 559103ab7ef4bb42f0c16bdcf619ad1e341f24ec..5178161e7072dfb8db84d7817e102d09fa917c08 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1510,6 +1510,15 @@ COMMON_GTESTS = {
'os_types': ['win']
},
],
+ # Windows Intel doesn't have the GL extensions to support this test
+ 'disabled_tester_configs': [
+ {
+ 'names': [
+ 'Win10 Debug (Intel HD 530)',
+ 'Win10 Release (Intel HD 530)',
+ ],
+ },
+ ],
'args': [
'--use-angle=gl',
'--use-test-data-path',
« 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