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

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

Issue 440014: Suppress some VDSOSupport valgrind errors. (Closed)
Patch Set: Created 11 years, 1 month 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 9a773e467b2fa90e83ff028313f470d8169df03c..f181f2aa3abdcc90238062e4d2a7f80298fdb465 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -357,14 +357,38 @@
fun:_ZN4base14VDSOInitHelperC1Ev
fun:_Z41__static_initialization_and_destruction_0ii
fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
- obj:/b/slave/webkit-rel-linux-valgrind-layout/build/src/sconsbuild/Release/test_shell
- obj:/b/slave/webkit-rel-linux-valgrind-layout/build/src/sconsbuild/Release/test_shell
+ ...
fun:__libc_csu_init
fun:(below main)
}
{
# Valgrind issues with tcmalloc's VDSOSupport module
bug_28149b
+ Memcheck:Addr2
+ fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv
+ fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv
+ fun:_ZN4base11VDSOSupportC1Ev
+ fun:_ZN4base11VDSOSupport4InitEv
+ fun:_ZN4base14VDSOInitHelperC1Ev
+ fun:_Z41__static_initialization_and_destruction_0ii
+ fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
+ ...
+ fun:__libc_csu_init
+ fun:(below main)
+}
+{
+ # Valgrind issues with tcmalloc's VDSOSupport module
+ bug_28149c
+ Memcheck:Addr2
+ ...
+ fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
+ ...
+ fun:_Z41__static_initialization_and_destruction_0ii
+ ...
+}
+{
+ # Valgrind issues with tcmalloc's VDSOSupport module
+ bug_28149d
Memcheck:Addr4
...
fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
@@ -372,7 +396,6 @@
fun:_Z41__static_initialization_and_destruction_0ii
...
}
-
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing
« 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