commit | f4d21dabbf80dda7740f715fdf39f29c5b59f67c | [log] [tgz] |
---|---|---|
author | Caleb Raitto <caraitto@chromium.org> | Wed Jun 05 16:45:52 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 05 16:45:52 2019 |
tree | 366425cb4b5f2e8d0a504425d3077e0b5574aa9b | |
parent | 87b20413e8355641b2d8a6a555dee1250ba3f909 [diff] |
Disable leaking remoting_unittests on LSAN. See crrev.com/c/1590404 and the linked bug for context -- the goal is to fix the broken memory-leak checking in Chromium's ASAN (AddressSanitizer) trybots, which are supposed to also run LSAN (LeakSanitizer). Currently-leaking tests must be fixed or disabled before leak checking can be enabled in the ASAN trybot. WARNING: This will result in a loss of ASAN coverage for the affected tests given that LSAN runs as part of the ASAN trybot. If that's not acceptable, we can wait until the leaks are fixed before fixing leak detection in trybots, but keep in mind that newly-introduced leaks Chromium-wide won't be caught until then. Bug: 961064 Change-Id: I1aa3f6165fdc264b1cfdd7ae20b4fc354495c19a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639052 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#666319}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .