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

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

Issue 2689873002: Run angle_white_box_tests on Win GPU.FYI (Closed)
Patch Set: Created 3 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 | « BUILD.gn ('k') | 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 0ad1f3e4f26bbe0f047ca049c3494012adfc1aa7..024c8885b598a374627360b251a11a7528bcc268 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1162,6 +1162,22 @@ COMMON_GTESTS = {
'--test-launcher-retry-limit=0'
]
},
+ # white_box tests should run where end2end tests run
+ 'angle_white_box_tests': {
+ 'tester_configs': [
+ {
+ 'predicate': Predicates.FYI_AND_OPTIONAL,
+ # There are only Windows white box tests
Jamie Madill 2017/02/12 00:02:01 should probably comment that we should run these o
ynovikov 2017/02/16 00:33:41 Done.
+ 'os_types': ['win'],
+ },
+ ],
+ 'desktop_args': [
+ '--use-gpu-in-tests',
Jamie Madill 2017/02/12 00:02:01 pretty sure this argument does nothing and can be
ynovikov 2017/02/16 00:33:41 Done. (I've search for its usage, and it looks lik
+ # ANGLE test retries deliberately disabled to prevent flakiness.
+ # http://crbug.com/669196
+ '--test-launcher-retry-limit=0'
+ ]
+ },
'angle_unittests': {
'desktop_args': [
'--use-gpu-in-tests',
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698