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

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

Issue 7053027: Suppressing the leak and memory access error in webkit valrgind bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 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.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 1df9158855c7043edde8a99b2d3c9fed10c0e614..de4f41a2500216dcf17ac6684145dcd7649b6023 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4633,6 +4633,39 @@
fun:_ZN3net17UDPSocketLibevent15DidCompleteReadEv
fun:_ZN3net17UDPSocketLibevent11ReadWatcher28OnFileCanReadWithoutBlockingEi
}
+{
+ bug_83944_a
+ Memcheck:Leak
+ ...
+ fun:_ZN7fileapi23FileSystemOperationTest5SetUpEv
+}
+{
+ bug_83944_b
+ Memcheck:Addr1
+ fun:bcmp
+ fun:_ZNKSs7compareERKSs
+ fun:_ZSteqIcSt11char_traitsIcESaIcEEbRKSbIT_T0_T1_ES8_
+ fun:_ZNK4GURLeqERKS_
+ fun:_ZNSt4listI4GURLSaIS0_EE6removeERKS0_
+ fun:_ZN5quota12_GLOBAL__N_124MockQuotaEvictionHandler19EnsureOriginRemovedERK4GURL
+ fun:_ZN5quota12_GLOBAL__N_124MockQuotaEvictionHandler15EvictOriginDataERK4GURLNS_11StorageTypeEP14CallbackRunnerI6Tuple1INS_15QuotaStatusCodeEEE
+ fun:_ZN5quota28QuotaTemporaryStorageEvictor14OnGotLRUOriginERK4GURL
+ fun:_Z16DispatchToMethodIN5quota28QuotaTemporaryStorageEvictorEMS1_FvRK4GURLES4_EvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN4base21ScopedCallbackFactoryIN5quota28QuotaTemporaryStorageEvictorEE12CallbackImplIMS2_FvRK4GURLE6Tuple1IS7_EE13RunWithParamsERKSB_
+}
+{
+ bug_83944_c
+ Memcheck:Addr4
+ fun:_ZNKSs7compareERKSs
+ fun:_ZSteqIcSt11char_traitsIcESaIcEEbRKSbIT_T0_T1_ES8_
+ fun:_ZNK4GURLeqERKS_
+ fun:_ZNSt4listI4GURLSaIS0_EE6removeERKS0_
+ fun:_ZN5quota12_GLOBAL__N_124MockQuotaEvictionHandler19EnsureOriginRemovedERK4GURL
+ fun:_ZN5quota12_GLOBAL__N_124MockQuotaEvictionHandler15EvictOriginDataERK4GURLNS_11StorageTypeEP14CallbackRunnerI6Tuple1INS_15QuotaStatusCodeEEE
+ fun:_ZN5quota28QuotaTemporaryStorageEvictor14OnGotLRUOriginERK4GURL
+ fun:_Z16DispatchToMethodIN5quota28QuotaTemporaryStorageEvictorEMS1_FvRK4GURLES4_EvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN4base21ScopedCallbackFactoryIN5quota28QuotaTemporaryStorageEvictorEE12CallbackImplIMS2_FvRK4GURLE6Tuple1IS7_EE13RunWithParamsERKSB_
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« 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