aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/dm_flags.json3
-rwxr-xr-xtools/dm_flags.py3
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/dm_flags.json b/tools/dm_flags.json
index ce3c5b1f5d..dabaf11d55 100644
--- a/tools/dm_flags.json
+++ b/tools/dm_flags.json
@@ -423,7 +423,8 @@
"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",
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 81079701e1..93102cd957 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -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)