commit | dac3cdf636a4ea9bc4b25ef51c4a233aa0e7d5f0 | [log] [tgz] |
---|---|---|
author | Matt Menke <[email protected]> | Fri Feb 01 20:44:14 2019 |
committer | Commit Bot <[email protected]> | Fri Feb 01 20:44:14 2019 |
tree | 27fc2a8df1f5d419d4c0a545555ad63f16e9183b | |
parent | bb81774be8f11e535ded48c144b65690f06b2a05 [diff] |
Enable HostResolverImpl unit tests under thread sanitizer. HostResolverImpl used to use a worker pool, a global base/ object which didn't work well with thread sanitizer. It has since been converted to use the shiny new(ish) base/task_scheduler code, which doesn't have this issue. Bug: 334140 Change-Id: Ief61b2d677191baf9b3f8c0170e206d64bc4b0ae Reviewed-on: https://chromium-review.googlesource.com/c/1450391 Reviewed-by: Eric Roman <[email protected]> Commit-Queue: Matt Menke <[email protected]> Cr-Commit-Position: refs/heads/master@{#628444}
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 .