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

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

Issue 16076002: Suppress invalid read/write in Mac screen capture test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 b8b2dd348f8a518cb39573ef1d0bf2b59422fcd8..5374df09859016e86a0dd2cf03ab505c7ef9796a 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2353,3 +2353,12 @@
fun:_ZN9file_util14FileEnumerator4NextEv
fun:_ZN10disk_cache11SimpleIndex15RestoreFromDiskERKN4base8FilePathE
}
+{
+ bug_244102
+ Memcheck:Unaddressable
+ ...
+ fun:_ZN5media12_GLOBAL__N_117ScreenCapturerMac10GlBlitFastERKN6webrtc12DesktopFrameERKNS2_13DesktopRegionE
+ fun:_ZN5media12_GLOBAL__N_117ScreenCapturerMac7CaptureERKN6webrtc13DesktopRegionE
+ fun:_ZN5media19ScreenCaptureDevice4Core9DoCaptureEv
+ fun:_ZN5media19ScreenCaptureDevice4Core7DoStartEv
+}
« 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