diff options
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 7b0579a..ec5abfc 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1,4 +1,4 @@ -# There are three kinds of suppressions in this file. +# There are four kinds of suppressions in this file. # 1. third party stuff we have no control over # # 2. intentional unit test errors, or stuff that is somehow a false positive @@ -8,6 +8,8 @@ # These should all be in chromium's bug tracking system (but a few aren't yet). # Periodically we should sweep this file and the bug tracker clean by # running overnight and removing outdated bugs/suppressions. +# +# 4. issues that happen only on Google workstations. #----------------------------------------------------------------------- # 1. third party stuff we have no control over @@ -5369,8 +5371,16 @@ fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE } +{ + bug_94664 + Memcheck:Cond + fun:_ZN16BookmarksHandler6LoadedEP13BookmarkModelb + fun:_ZN13BookmarkModel11DoneLoadingEP19BookmarkLoadDetails + fun:_ZN15BookmarkStorage14OnLoadFinishedEbRK8FilePath +} + #----------------------------------------------------------------------- -# These only occur on our Google workstations +# 4. These only occur on our Google workstations { bug_todo_freeres Memcheck:Free |