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

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

Issue 645363005: Fix for memory leaks in SpeechRecognitionAudioSinkTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and clean up Created 6 years, 2 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
Index: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index fb817dca87ec20446de9a7963de652ed3f19d6e9..5840dc1b296f68d237ded3ce5ae6518f0e2576c9 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -667,37 +667,3 @@ blink_web.dll!blink::FrameView::removeFromAXObjectCache
blink_web.dll!blink::FrameView::prepareForDetach
blink_web.dll!blink::LocalFrame::setView
blink_web.dll!blink::FrameTree::~FrameTree
-
-UNINITIALIZED READ
-name=http://crbug.com/422472 (a)
-shared_memory_support.dll!media::FromInterleavedInternal<>
-shared_memory_support.dll!media::AudioBus::FromInterleavedPartial
-shared_memory_support.dll!media::AudioBus::FromInterleaved
-content.dll!content::SpeechRecognitionAudioSink::OnData
-content.dll!content::MediaStreamAudioSinkOwner::OnData
-content.dll!content::WebRtcLocalAudioTrack::Capture
-*!content::SpeechRecognitionAudioSinkTest_RecognizerNotifiedOnSocket_Test::TestBody
-*!testing::internal::HandleExceptionsInMethodIfSupported<>
-
-UNINITIALIZED READ
-name=http://crbug.com/422472 (b)
-shared_memory_support.dll!media::FromInterleavedInternal<>
-...
-*!content::SpeechRecognitionAudioSinkTest::CaptureAudio
-*!content::SpeechRecognitionAudioSinkTest_OnReadyStateChangedOccured_Test::TestBody
-
-UNINITIALIZED READ
-name=http://crbug.com/422472 (c)
-shared_memory_support.dll!media::FromInterleavedInternal<>
-...
-*!content::SpeechRecognitionAudioSinkTest::CaptureAudio
-*!content::SpeechRecognitionAudioSinkTest_SyncSocketFailsSendingData_Test::TestBody
-
-UNINITIALIZED READ
-name=http://crbug.com/422472 (d)
-content.dll!content::`anonymous namespace'::MaxAmplitude
-content.dll!content::MediaStreamAudioLevelCalculator::Calculate
-content.dll!content::WebRtcLocalAudioTrack::Capture
-...
-*!content::SpeechRecognitionAudioSinkTest_*_Test::TestBody
-
« no previous file with comments | « content/renderer/media/speech_recognition_audio_sink_unittest.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698