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

Unified Diff: tools/dm_flags.py

Issue 994343003: Skip WritePixels on GalaxyS3 (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 9 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 | « 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 fe3a66e11b999ec894df00929e2dbfd3380b25fc..d00f74cab98a5d913464860a8ab58159af479b14 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -77,7 +77,7 @@ def get_args(bot):
args.extend(['--threads', '1'])
if 'Valgrind' in bot: # skia:3021
match.append('~Threaded')
- if 'Xoom' in bot: # skia:1699
+ if 'Xoom' in bot or 'GalaxyS3' in bot: # skia:1699
match.append('~WritePixels')
# skia:3249: these images flakily don't decode on Android.
@@ -107,6 +107,7 @@ def self_test():
import coverage # This way the bots don't need coverage.py to be installed.
args = {}
cases = [
+ 'Test-Android-GalaxyS3-Mali400-Arm7-Debug',
'Test-Android-Nexus7-Tegra3-Arm7-Release',
'Test-Android-NexusPlayer-PowerVR-x86-Release',
'Test-Android-Xoom-Tegra2-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