| OLD | NEW |
| 1 # There are three kinds of suppressions in this file: | 1 # There are three 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, stuff that is somehow a false positive | 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. | 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. | 8 # These should all be in chromium's bug tracking system. |
| 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 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2387 } | 2387 } |
| 2388 { | 2388 { |
| 2389 bug_340726 | 2389 bug_340726 |
| 2390 Memcheck:Leak | 2390 Memcheck:Leak |
| 2391 fun:_Znw* | 2391 fun:_Znw* |
| 2392 fun:_ZN4base17LoadNativeLibrary* | 2392 fun:_ZN4base17LoadNativeLibrary* |
| 2393 fun:_ZN3gfx26InitializeStaticGLBindings* | 2393 fun:_ZN3gfx26InitializeStaticGLBindings* |
| 2394 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* | 2394 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* |
| 2395 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv | 2395 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv |
| 2396 } | 2396 } |
| 2397 { |
| 2398 bug_340909 |
| 2399 Memcheck:Leak |
| 2400 fun:_Znw* |
| 2401 fun:_ZN3WTF17AtomicStringTable6createERNS_13WTFThreadDataE |
| 2402 fun:_ZN3WTFL17atomicStringTableEv |
| 2403 fun:_ZN3WTFL13atomicStringsEv |
| 2404 fun:_ZN3WTFL16addToStringTable* |
| 2405 fun:_ZN3WTF12AtomicString18addFromLiteralData* |
| 2406 fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE |
| 2407 fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE |
| 2408 fun:_ZN7WebCore9HTMLNames4initEv |
| 2409 } |
| OLD | NEW |