summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-01-20 11:38:37 -0800
committer Andreas Gampe <agampe@google.com> 2017-01-20 11:38:37 -0800
commit78a70a135a04645efa9aedc2bb8ef8ba19dec9b5 (patch)
treeb1d06ce4e33562aa90c933d7bb10c7b7893a655e
parent7c3de08e2fb20e90c01389b44d0e6e6e8248ecfd (diff)
ART: More valgrind suppressions
Local host seems different from build bots. Bug: 31684920 Test: m valgrind-test-art-host-gtest-runtime_callbacks_test Change-Id: Ie662373e7779be1694b8d338b3ddf91b5fd25df1
-rw-r--r--test/valgrind-suppressions.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/valgrind-suppressions.txt b/test/valgrind-suppressions.txt
index c148ad01e1..c775f98b70 100644
--- a/test/valgrind-suppressions.txt
+++ b/test/valgrind-suppressions.txt
@@ -46,3 +46,26 @@
fun:_ZN14UnwindMapLocal5BuildEv
fun:_ZN12BacktraceMap6CreateEib
}
+{
+ BackTraceReading64
+ Memcheck:Addr8
+ fun:access_mem_unrestricted
+ fun:_Uelf64_memory_read
+ fun:_Uelf64_get_load_base
+ fun:map_create_list
+ fun:unw_map_local_create
+ fun:_ZN14UnwindMapLocal5BuildEv
+ fun:_ZN12BacktraceMap6CreateEib
+}
+{
+ BackTraceReading32
+ Memcheck:Addr4
+ fun:access_mem_unrestricted
+ fun:_Uelf32_memory_read
+ fun:_Uelf32_get_load_base
+ fun:map_create_list
+ fun:unw_map_local_create
+ fun:_ZN14UnwindMapLocal5BuildEv
+ fun:_ZN12BacktraceMap6CreateEib
+}
+