Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 11962008: Fix TSAN-detected data race: Sync with audio thread before accessing output_streams_ in unit test c… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/virtual_audio_input_stream_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index b4d8f44f14ef1de87d0f6b77873b84c43eddfbf9..19fe8c4d1cd1b340d3e388333e611c1489a71394 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -1000,10 +1000,3 @@
fun:media::MockMediaSource::AppendAtTime
fun:media::PipelineIntegrationTest_MediaSource_ConfigChange_WebM_Test::TestBody
}
-{
- bug_170245
- ThreadSanitizer:Race
- ...
- fun:media::VirtualAudioInputStreamTest::*
- fun:base::internal::RunnableAdapter::Run
-}
« no previous file with comments | « media/audio/virtual_audio_input_stream_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698