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

Unified Diff: infra/bots/recipes/swarm_test.py

Issue 2245063002: Skip CompressCheckerboard unit test on N6. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: ~ Created 4 years, 4 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 | infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_test.py
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index 65ec6933e65aaa30a007166d2b53267df7d5bd20..2be11951f207b22f471981c5b40b39624ee4f151 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -286,6 +286,9 @@ def dm_flags(bot):
if 'Valgrind' in bot: # skia:3021
match.append('~Threaded')
+ if 'Nexus6' in bot: # skia:5637
+ match.append('~CompressCheckerboard')
+
if 'GalaxyS3' in bot: # skia:1699
match.append('~WritePixels')
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698