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

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

Issue 613843004: Suppress Uninitialized error on extensinos_unittsts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « tools/valgrind/drmemory/suppressions_full.txt ('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 e47da41a5417fcea9e68b49d3379f09d180c0db2..4d443e9a8dc7bb371040bd8606081d807d194760 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3459,3 +3459,10 @@
fun:_ZN4base19SequencedWorkerPoolC1EmRKSs
fun:_ZN16sync_file_system13drive_backend14SyncEngineTest5SetUpEv
}
+{
+ bug_418767
+ Memcheck:Uninitialized
+ fun:_ZN10extensions8core_api12cast_channel13CastTransport13SetErrorStateENS1_12ChannelErrorE
+ fun:_ZN10extensions8core_api12cast_channel13CastTransport1*CompleteEi
+ fun:_ZN10extensions8core_api12cast_channel13CastTransport1*ResultEi
+}
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698