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

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

Issue 177393003: Clean up MFYI by adding suppressions for new bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 254502)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -6094,7 +6094,7 @@
bug_329960
Memcheck:Leak
fun:_Znw*
- fun:_ZN7WebCore22V8PerContextDataHolder7installEN2v86HandleINS1_7ContextEEE
+ fun:_ZN7WebCore22V8PerContextDataHolder7installE*
fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv
...
fun:_ZN7WebCore12WorkerThread12workerThreadEv
@@ -6326,3 +6326,20 @@
fun:_ZN3gpu12GpuScheduler10PutChangedEv
fun:_ZN3gpu22InProcessCommandBuffer12PumpCommandsEv
}
+{
+ bug_348629
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN7WebCore11ThreadStateC1Ev
+ fun:_ZN7WebCore11ThreadState6attachEv
+ fun:_ZN7WebCore12WorkerThread12workerThreadEv
+ fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
+ fun:_ZN3WTFL16threadEntryPointEPv
+ fun:_ZN3WTFL19wtfThreadEntryPointEPv
+}
+{
+ bug_348630
+ Memcheck:Leak
+ fun:_Zna*
+ fun:_ZN7content30WebKitPlatformSupportChildImpl18waitMultipleEventsERKN5blink9WebVectorIPNS1_16WebWaitableEventEEE
+}
« no previous file with comments | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt ('k') | tools/valgrind/tsan/ignores_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698