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

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

Issue 2264103002: compress_r11eac_blocks() required more alignment than dst has. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Turn test back on. 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 3bbb59d1f01c60180037d9cd30e9a1deb8ff8a1d..1ceba3a1a26e26d5b7efcd5457da9bca3649e684 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -298,9 +298,6 @@ 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