aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-04-28 15:55:35 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-04 13:46:43 +0000
commit40c0f249e60dbca7686952de5a459a8dd415a3be (patch)
tree90284e3255ebcdcd863a02da45e1463234c0b38d /infra
parent22d5ee5595ff1ff900fb6f400d4a657bafa534c4 (diff)
Turn on verbose logging for Valgrind_PreAbandonGpuContext bot.
Bug: skia:6575 Change-Id: I0e7d355ff8eea5af78585ef0eef78d509e52d580 Reviewed-on: https://skia-review.googlesource.com/14652 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json1
-rw-r--r--infra/bots/recipes/test.py3
2 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json b/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json
index 12df5211bd..971e347b82 100644
--- a/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json
+++ b/infra/bots/recipes/test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind_PreAbandonGpuContext.json
@@ -480,6 +480,7 @@
".SRW",
"--match",
"~Threaded",
+ "--verbose",
"--preAbandonGpuContext"
],
"env": {
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 14bcd016ad..71da3e7a22 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -535,6 +535,9 @@ def dm_flags(bot):
or 'Win8-MSVC-ShuttleB' in bot):
args.append('--noRAW_threading')
+ if 'Valgrind' in bot and 'PreAbandonGpuContext' in bot:
+ args.append('--verbose')
+
return args