| Index: infra/bots/recipes/swarm_test.py
|
| diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
|
| index 6393d6122435a5318f93d68e81c339db42be485f..1959ae65512f5d56a5ea560f9a0355e62f1de93d 100644
|
| --- a/infra/bots/recipes/swarm_test.py
|
| +++ b/infra/bots/recipes/swarm_test.py
|
| @@ -70,6 +70,9 @@ def dm_flags(bot):
|
| else:
|
| configs.append('msaa16')
|
|
|
| + if 'ANGLE' in bot:
|
| + configs.extend(['angle_gl_es2', 'angle_d3d11_es2'])
|
| +
|
| # With msaa, the S4 crashes and the NP produces a long error stream when we
|
| # run with MSAA. The Tegra2 and Tegra3 just don't support it. No record of
|
| # why we're not running msaa on iOS, probably started with gpu config and just
|
|
|