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

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

Issue 187413004: Fixed the Memcheck:Uninitialized warning in WebRtcLocalAudioTrackAdapterTest_AddAndRemoveSink (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased Created 6 years, 10 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 | « content/renderer/media/webrtc/webrtc_local_audio_track_adapter_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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 0c6ffddfd8e5d074caae5e2b67c0a3f3518bd8cb..d3d10bffcddb9a7ad512eb4bc44f5fb82327860a 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6314,11 +6314,3 @@
fun:_ZN3WTFL16threadEntryPointEPv
fun:_ZN3WTFL19wtfThreadEntryPointEPv
}
-{
- bug_349152
- Memcheck:Uninitialized
- ...
- fun:_ZN7content31MediaStreamAudioLevelCalculator9CalculateEPKsii
- fun:_ZN7content21WebRtcLocalAudioTrack7CaptureEPKsN4base9TimeDeltaEibb
- fun:_ZN7content54WebRtcLocalAudioTrackAdapterTest_AddAndRemoveSink_Test8TestBodyEv
-}
« no previous file with comments | « content/renderer/media/webrtc/webrtc_local_audio_track_adapter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698