mercurial: disable msan, hopefully only for a while (#1865)

Our new fuzzer requires CPython, and I'm getting extremely
confusing (and implausible-looking based on reading of CPython source)
msan issues, so let's disable msan for this project for now.
This commit is contained in:
Augie Fackler 2018-10-10 10:03:23 -04:00 committed by Abhishek Arya
parent 0584bccf21
commit 8e87c896e2
1 changed files with 3 additions and 1 deletions

View File

@ -7,5 +7,7 @@ auto_ccs:
- "martinvonz@google.com" - "martinvonz@google.com"
sanitizers: sanitizers:
- address - address
- memory
- undefined - undefined
# TODO: re-enable memory when we figure out how to work with cpython
# and msan at the same time.
# - memory