| 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 11 matching lines...) Expand all Loading... |
| 22 # CoreAudio leak. See http://crbug.com/9351 | 22 # CoreAudio leak. See http://crbug.com/9351 |
| 23 bug_9351 | 23 bug_9351 |
| 24 Memcheck:Leak | 24 Memcheck:Leak |
| 25 ... | 25 ... |
| 26 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFl
mmS2_PvES3_ | 26 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFl
mmS2_PvES3_ |
| 27 ... | 27 ... |
| 28 fun:_ZN9HALSystem16CheckOutInstanceEv | 28 fun:_ZN9HALSystem16CheckOutInstanceEv |
| 29 ... | 29 ... |
| 30 } | 30 } |
| 31 { | 31 { |
| 32 # Mac test_shell_tests. See http://crbug.com/11134 | |
| 33 # Doesn't happen on bots, but happens like crazy on the smo | |
| 34 # test machine 'caliban'. Don't delete just because it | |
| 35 # doesn't happen on the bots. | |
| 36 bug_11134 | |
| 37 Memcheck:Uninitialized | |
| 38 fun:vCMMVectorConvert8BitRGBToRGB | |
| 39 fun:_ZNK15CMMConvRGBToRGB7ConvertER8CMM8BitsP14CMMRuntimeInfomm | |
| 40 } | |
| 41 { | |
| 42 # Mac system library bug? See http://crbug.com/11327 | 32 # Mac system library bug? See http://crbug.com/11327 |
| 43 bug_11327 | 33 bug_11327 |
| 44 Memcheck:Uninitialized | 34 Memcheck:Uninitialized |
| 45 fun:_ZN19AudioConverterChain5ResetEv | 35 fun:_ZN19AudioConverterChain5ResetEv |
| 46 fun:AudioConverterReset | 36 fun:AudioConverterReset |
| 47 obj:/System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio | 37 obj:/System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio |
| 48 } | 38 } |
| 49 { | 39 { |
| 50 # Mac system library bug? See http://crbug.com/11327 | 40 # Mac system library bug? See http://crbug.com/11327 |
| 51 bug_11327b | 41 bug_11327b |
| (...skipping 2332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2384 { | 2374 { |
| 2385 bug_231969 | 2375 bug_231969 |
| 2386 Memcheck:Uninitialized | 2376 Memcheck:Uninitialized |
| 2387 fun:rangematch | 2377 fun:rangematch |
| 2388 fun:fnmatch1 | 2378 fun:fnmatch1 |
| 2389 fun:fnmatch1 | 2379 fun:fnmatch1 |
| 2390 fun:fnmatch$UNIX2003 | 2380 fun:fnmatch$UNIX2003 |
| 2391 fun:_ZN9file_util14FileEnumerator4NextEv | 2381 fun:_ZN9file_util14FileEnumerator4NextEv |
| 2392 fun:_ZN10disk_cache11SimpleIndex15RestoreFromDiskERKN4base8FilePathE | 2382 fun:_ZN10disk_cache11SimpleIndex15RestoreFromDiskERKN4base8FilePathE |
| 2393 } | 2383 } |
| OLD | NEW |