From 78a70a135a04645efa9aedc2bb8ef8ba19dec9b5 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Fri, 20 Jan 2017 11:38:37 -0800 Subject: [PATCH] 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 --- test/valgrind-suppressions.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/test/valgrind-suppressions.txt b/test/valgrind-suppressions.txt index c148ad01e..c775f98b7 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 +} + -- 2.11.0