| Index: tools/valgrind/memcheck/suppressions.txt
|
| diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
|
| index 7b0579adf341523df8b2f2306fb40fc03d06cdf6..ec5abfc469e790729e2f5886abd38da5734e3a2f 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
|
|
|