aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-03-05 13:06:30 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-05 13:06:30 -0800
commit13e8e2396743af1ae7c69474b6f705bbf6e217b5 (patch)
tree5e0bbfb8ca104570bf88aee00bcecbfaf78377fa /tools/dm_flags.py
parent961707f384501da742a410c185e7afa332273d2d (diff)
Disable --config pdf temporarily on Valgrind bot.
Diffstat (limited to 'tools/dm_flags.py')
-rwxr-xr-xtools/dm_flags.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 548bb3515f..583d4f2b47 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -32,7 +32,8 @@ def get_args(bot):
else:
configs.extend(['msaa16', 'nvprmsaa16'])
# Runs out of memory on Android bots and Daisy. Everyone else seems fine.
- if 'Android' not in bot and 'Daisy' not in bot:
+ # Valgrind: PDF + .webp -> jumps depending on uninitialized memory. skia:3505
+ if 'Android' not in bot and 'Daisy' not in bot and 'Valgrind' not in bot:
configs.append('pdf')
# Xoom and NP are running out of RAM when we run all these modes. skia:3255