Fix recipe comments for ASAN.

No-Try: true
Change-Id: Ifd97ba438fd30d2d9197857c86bfb010a97827a3
Reviewed-on: https://skia-review.googlesource.com/79702
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Ben Wagner 2017-12-04 12:28:37 -05:00 committed by Skia Commit-Bot
parent 7ffbcf909d
commit 7d0cd9c3c6
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ def nanobench_flags(api, bot):
if 'Vulkan' in bot and 'NexusPlayer' in bot:
match.append('~blendmode_') # skia:6691
if 'ASAN' in bot and 'CPU' in bot:
# skia:4632
# floor2int_undef benches undefined behavior, so ASAN correctly complains.
match.append('~^floor2int_undef$')
# We do not need or want to benchmark the decodes of incomplete images.

View File

@ -559,7 +559,7 @@ def dm_flags(api, bot):
args.extend(['--gpuThreads', '0'])
if 'ASAN' in bot and 'CPU' in bot:
# skia:4632
# skia:7052
for config in ['565', '8888', 'f16', 'srgb']:
blacklist([config, 'gm', '_', 'clippedcubic2'])
match.append('~^PathOpsCubicIntersection$')