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

Unified Diff: tools/dm_flags.py

Issue 1528033002: Blacklist AndroidOne + WritePixelsTest (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 6d738de0cb8a17a5f0b0ad97ce2352c98a26610b..366ad2dd382550bc50b19f15102f548ac7f903dd 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -180,6 +180,9 @@ def get_args(bot):
if 'GalaxyS3' in bot: # skia:1699
match.append('~WritePixels')
+
+ if 'AndroidOne' in bot: # skia:4711
+ match.append('~WritePixels')
if 'NexusPlayer' in bot:
match.append('~ResourceCache')
@@ -207,6 +210,7 @@ def self_test():
args = {}
cases = [
'Pretend-iOS-Bot',
+ 'Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release',
'Test-Android-GCC-Nexus9-GPU-TegraK1-Arm64-Debug',
'Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug',
'Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release',
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698