summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt7
-rw-r--r--tools/valgrind/memcheck/suppressions.txt8
2 files changed, 15 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 057e76a..2f18890 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1807,3 +1807,10 @@
...
fun:ProfileSigninConfirmationDialogTest_*_Test::TestBody
}
+{
+ bug_225596
+ Heapcheck:Leak
+ fun:chromeos::input_method::InputMethodManagerImpl::Init
+ fun:chromeos::input_method::Initialize
+ fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::TestBody
+} \ No newline at end of file
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 737f8f2..246ab81 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6932,3 +6932,11 @@
fun:_ZN20SafeBrowsingDatabase6CreateEbbbb
fun:_ZN27SafeBrowsingDatabaseManager11GetDatabaseEv
}
+{
+ bug_225596
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8chromeos12input_method22InputMethodManagerImpl4InitERK13scoped_refptrIN4base19SequencedTaskRunnerEES7_
+ fun:_ZN8chromeos12input_method10InitializeERK13scoped_refptrIN4base19SequencedTaskRunnerEES6_
+ fun:_ZN8chromeos12input_method48InputMethodConfigurationTest_TestInitialize_Test8TestBodyEv
+} \ No newline at end of file