OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 4526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4537 { | 4537 { |
4538 bug_100914_a | 4538 bug_100914_a |
4539 Memcheck:Leak | 4539 Memcheck:Leak |
4540 fun:_Znw* | 4540 fun:_Znw* |
4541 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll | 4541 fun:_ZN12webkit_media18BufferedDataSource20CreateResourceLoaderEll |
4542 } | 4542 } |
4543 { | 4543 { |
4544 bug_100914_b | 4544 bug_100914_b |
4545 Memcheck:Leak | 4545 Memcheck:Leak |
4546 ... | 4546 ... |
4547 fun:_ZN12webkit_media22MockBufferedDataSource24CreateMockResourceLoaderEll | 4547 fun:_ZN12webkit_media22MockBufferedDataSource24CreateMockResourceLoaderE?? |
4548 } | 4548 } |
4549 { | 4549 { |
4550 bug_100916 | 4550 bug_100916 |
4551 Memcheck:Leak | 4551 Memcheck:Leak |
4552 fun:_Znw* | 4552 fun:_Znw* |
4553 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work
erE | 4553 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work
erE |
4554 ... | 4554 ... |
4555 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE | 4555 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE |
4556 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi | 4556 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi |
4557 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE | 4557 fun:_ZN7WebCore8V8Worker19constructorCallbackERKN2v89ArgumentsE |
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5256 obj:/lib/libselinux.so.1 | 5256 obj:/lib/libselinux.so.1 |
5257 obj:/lib/libselinux.so.1 | 5257 obj:/lib/libselinux.so.1 |
5258 } | 5258 } |
5259 { | 5259 { |
5260 bug_todo_grep | 5260 bug_todo_grep |
5261 Memcheck:Leak | 5261 Memcheck:Leak |
5262 fun:malloc | 5262 fun:malloc |
5263 obj:/bin/grep | 5263 obj:/bin/grep |
5264 obj:/bin/grep | 5264 obj:/bin/grep |
5265 } | 5265 } |
OLD | NEW |