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

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

Issue 2617263002: Reland of Run video_decode_accelerator_unittest on windows GPU bots. (Closed)
Patch Set: rebase Created 3 years, 11 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.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 65240c5f553376142c5c45aa65de4871ee049cb0..5e6e4484b2349bea8a05e8780d1aecc2b78c3433 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1089,6 +1089,16 @@ COMMON_GTESTS = {
'tab_capture_end2end_tests_run',
],
},
+ 'video_decode_accelerator_unittest': {
+ 'tester_configs': [
+ {
+ 'os_types': ['win']
+ },
+ ],
+ 'args': [
+ '--use-test-data-path',
+ ],
+ },
}
# This requires a hack because the isolate's name is different than
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698