webrtc/tools_webrtc/sanitizers
Taylor Brandstetter 3d8b171fe3 Removing some TSan suppressions around Thread class.
Specifically, removing suppressions for:

race:rtc::MessageQueueManager::Clear
race:rtc::Thread::Clear
deadlock:rtc::MessageQueueManager::Clear
deadlock:rtc::MessageQueueManager::ClearInternal

These issues have hopefully been fixed by this and other CLs:
https://webrtc-review.googlesource.com/c/src/+/59466

NOTRY=True

Bug: webrtc:3911, webrtc:4456
Change-Id: I12ce9df0d74381cce4a05e69382029d7fabe2c42
Reviewed-on: https://webrtc-review.googlesource.com/59840
Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23689}
2018-06-20 19:42:48 +00:00
..
lsan_suppressions_webrtc.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
OWNERS Remove pbos@webrtc.org from all OWNERS. 2017-11-01 08:03:46 +00:00
README Rename tools-webrtc -> tools_webrtc 2017-05-09 06:30:13 +00:00
tsan_suppressions_webrtc.cc Removing some TSan suppressions around Thread class. 2018-06-20 19:42:48 +00:00

This directory contains suppressions for sanitizer tools.
They're overriding the default ones for Chromium using our
webrtc/supplement.gypi file.