disable splicer on MSAN bot

Not sure what to do about this long term.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN

Change-Id: If9e86c285914ce2d8255ac25197845728d7c5d49
Reviewed-on: https://skia-review.googlesource.com/6842
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
Mike Klein 2017-01-10 14:31:13 -05:00
parent 7243f490a8
commit c7adce1193

View File

@ -31,7 +31,7 @@ declare_args() {
skia_enable_gpu = true
skia_enable_pdf = true
skia_enable_splicer =
is_skia_standalone &&
is_skia_standalone && sanitize != "MSAN" &&
(is_linux || is_mac || (is_android && target_cpu == "arm64"))
skia_enable_tools = is_skia_standalone
skia_enable_vulkan_debug_layers = is_skia_standalone && is_debug