Commit 15e88e7f authored by Jonathan Metzman's avatar Jonathan Metzman Committed by Commit Bot

Document the fact that MSAN bugs can only be reproed on precise/pangolin

Bug: 906126
Change-Id: I4a6cce3f2b535fe24e44dd4569cb005c6edc2bc8
Reviewed-on: https://chromium-review.googlesource.com/c/1340481Reviewed-by: default avatarMax Moroz <mmoroz@chromium.org>
Commit-Queue: Jonathan Metzman <metzman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608896}
parent aa4bfdb3
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
### MSan ### MSan
You need to [download prebuilt instrumented libraries](https://www.chromium.org/developers/testing/memorysanitizer#TOC-How-to-build-and-run) Memory Sanitizer (MSan) in Chromium only supports Ubuntu Precise/Trusty and not
to use MSan ([crbug/653712](https://bugs.chromium.org/p/chromium/issues/detail?id=653712)): Rodete.
```bash Thus, our [reproduce tool] cannot reproduce bugs found using MSan.
GYP_DEFINES='use_goma=1 msan=1 use_prebuilt_instrumented_libraries=1' gclient runhooks You can try to reproduce them manually by using [these instructions] on how to
``` run MSan-instrumented code in docker.
### UBSan ### UBSan
...@@ -142,4 +142,6 @@ fuzzer_test("my_fuzzer") { ...@@ -142,4 +142,6 @@ fuzzer_test("my_fuzzer") {
[Address Sanitizer]: http://clang.llvm.org/docs/AddressSanitizer.html [Address Sanitizer]: http://clang.llvm.org/docs/AddressSanitizer.html
[Memory Sanitizer]: http://clang.llvm.org/docs/MemorySanitizer.html [Memory Sanitizer]: http://clang.llvm.org/docs/MemorySanitizer.html
[Undefined Behavior Sanitizer]: http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html [Undefined Behavior Sanitizer]: http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
[reproduce tool]: https://github.com/google/clusterfuzz-tools
[these instructions]: https://www.chromium.org/developers/testing/memorysanitizer#TOC-Running-on-other-distros-using-Docker
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment