Skip imagefiltersclipped GM on Galaxy S4
authorborenet <borenet@google.com>
Tue, 21 Jul 2015 12:57:22 +0000 (05:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Jul 2015 12:57:22 +0000 (05:57 -0700)
BUG=skia:4079

Review URL: https://codereview.chromium.org/1250473005

tools/dm_flags.json
tools/dm_flags.py

index ce3c5b1..dabaf11 100644 (file)
     "Hopstarter-Mac-Folders-Apple.ico", 
     "--match", 
     "~tabl_mozilla_0", 
-    "~desk_yahoonews_0"
+    "~desk_yahoonews_0", 
+    "~imagefiltersclipped"
   ], 
   "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
     "--config", 
index 8107970..93102cd 100755 (executable)
@@ -169,6 +169,9 @@ def get_args(bot):
   if 'iOS' in bot:
     match.append('~WritePixels')
 
+  if 'GalaxyS4' in bot:  # skia:4079
+    match.append('~imagefiltersclipped')
+
   if match:
     args.append('--match')
     args.extend(match)