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.