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

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

Issue 15912008: Suppress uninitialized read report in VideoDestinationHandlerTest.Open on Mac OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 3ebb97e7e3e86fd632f819ef06bdc8f9bf4e64ff..800ea94c840544a58979d94ef8a3f8f752c12c27 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2362,3 +2362,11 @@
fun:_ZN5media19ScreenCaptureDevice4Core9DoCaptureEv
fun:_ZN5media19ScreenCaptureDevice4Core7DoStartEv
}
+{
+ bug_244420
+ Memcheck:Uninitialized
+ ...
+ fun:_ZN9talk_baseL8ToStringIyEESsRKT_
+ fun:_ZN7content23VideoDestinationHandler4OpenEPNS_28MediaStreamDependencyFactoryEPNS_28MediaStreamRegistryInterfaceERKSsPPNS_20FrameWriterInterfaceE
+ fun:_ZN7content37VideoDestinationHandlerTest_Open_Test8TestBodyEv
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698