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

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

Issue 184243004: Suppress memory issue in MachineStatisticsInitializer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 fab150b400d77d31e6b1e5b5917616134c2e6ca9..9aeded6c0a7fcc1596e1a28162e0ac3014d09049 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6321,3 +6321,12 @@
fun:_ZN7content9webcrypto12_GLOBAL__N_118ArrayBufferMatchesERKSt6vectorIhSaIhEERKN5blink14WebArrayBufferE
fun:_ZN7content9webcrypto53SharedCryptoTest_AesKwRawSymkeyUnwrapCorruptData_Test8TestBodyEv
}
+{
+ bug_349948
+ Memcheck:Unaddressable
+ ...
+ fun:_ZN22DefaultSingletonTraitsIN12_GLOBAL__N_128MachineStatisticsInitializerEE3NewEv
+ fun:_ZN9SingletonIN12_GLOBAL__N_128MachineStatisticsInitializerE22DefaultSingletonTraitsIS1_ES1_E3getEv
+ fun:_ZN12_GLOBAL__N_128MachineStatisticsInitializer11GetInstanceEv
+ fun:_ZN12_GLOBAL__N_130CrosLanguageOptionsHandlerTestC1Ev
+}
« 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