Index: tools/dm_flags.py |
diff --git a/tools/dm_flags.py b/tools/dm_flags.py |
index 548bb3515f127561c1e520949d6988788a03c014..583d4f2b479f96508d459b7fb63a5104194245e7 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 |