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:
parent
7ffbcf909d
commit
7d0cd9c3c6
@ -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.
|
||||
|
@ -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$')
|
||||
|
Loading…
Reference in New Issue
Block a user