commit | a498c649422ebe5b7c766af89833f5a6aa05cb0a | [log] [tgz] |
---|---|---|
author | Gabriel Charette <gab@chromium.org> | Wed Jan 08 18:32:47 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 08 18:32:47 2020 |
tree | 53190e09e2f4f05617c4548c5f9fa03c738133e9 | |
parent | d35a5b7293dfb7f46e4e41865bc1091df5dc3e34 [diff] |
[base] Fix flakiness in MessagePumpLibeventTest.QuitWatcher The TSAN log shows that the issue is that the test's WriteFDWrapper is using the |pipefds_| on |io_thread_| unsynchronized with the main thread closing the pipe from TearDown(). Joining the test's |io_thread_| solves the issue. R=fdoray@chromium.org Bug: 955440 Change-Id: Ifc4966518d2e6abce4d0a3cd8b301e3241a057f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990340 Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by: François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#729406}
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 .