Add an extension override bubble and warning box for proxy extensions.
[chromium-blink-merge.git] / tools / valgrind / memcheck / suppressions_linux.txt
blob6ce46070e6f01076ebe28cfa8944f0ae6860e9d7
1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over.
4 # 2. Intentional unit test errors, stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing.
7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system.
9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions.
12 # TODO(rnk): Should we move all of the Linux-only system library suppressions
13 # over from suppressions.txt?  We'd avoid wasting time parsing and matching
14 # suppressions on non-Linux, which is basically just Mac.
16 #-----------------------------------------------------------------------
18 # 1. Third party stuff we have no control over.
20 # 2. Intentional unit test errors, stuff that is somehow a false positive
21 # in our own code, or stuff that is so trivial it's not worth fixing.
23 # 3. Suppressions for real chromium bugs that are not yet fixed.