| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 bug_257276 | 105 bug_257276 |
| 106 Memcheck:Leak | 106 Memcheck:Leak |
| 107 ... | 107 ... |
| 108 fun:ripc_DrawPath | 108 fun:ripc_DrawPath |
| 109 fun:CGContextDrawPath | 109 fun:CGContextDrawPath |
| 110 } | 110 } |
| 111 { | 111 { |
| 112 bug_257276_b | 112 bug_257276_b |
| 113 Memcheck:Leak | 113 Memcheck:Leak |
| 114 fun:malloc_zone_malloc | 114 fun:malloc_zone_malloc |
| 115 fun:_CFRuntimeCreateInstance | 115 ... |
| 116 fun:CFNumberCreate | |
| 117 fun:get_colorspace | |
| 118 fun:initImagePng | |
| 119 fun:_CGImagePluginInitPNG | |
| 120 fun:makeImagePlus | |
| 121 fun:CGImageSourceCreateImageAtIndex | |
| 122 fun:CGImageCreateWithPNGDataProvider | |
| 123 fun:setCursorFromBundle | 116 fun:setCursorFromBundle |
| 124 fun:CoreCursorSet | 117 fun:CoreCursorSet |
| 125 fun:-[NSCursor set] | 118 fun:-[NSCursor set] |
| 126 } | 119 } |
| 127 | 120 |
| 128 # 2. Intentional unit test errors, stuff that is somehow a false positive | 121 # 2. Intentional unit test errors, stuff that is somehow a false positive |
| 129 # in our own code, or stuff that is so trivial it's not worth fixing. | 122 # in our own code, or stuff that is so trivial it's not worth fixing. |
| 130 { | 123 { |
| 131 # Mac Sandbox test cases are registered in a global map. This code is only | 124 # Mac Sandbox test cases are registered in a global map. This code is only |
| 132 # used in the unit test binary. | 125 # used in the unit test binary. |
| (...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2452 fun:-[NSBundle _initInfoDictionary] | 2445 fun:-[NSBundle _initInfoDictionary] |
| 2453 fun:+[NSBundle mainBundle] | 2446 fun:+[NSBundle mainBundle] |
| 2454 fun:_ZN4base3mac11OuterBundleEv | 2447 fun:_ZN4base3mac11OuterBundleEv |
| 2455 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv | 2448 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv |
| 2456 fun:_ZN4base3mac10AmIBundledEv | 2449 fun:_ZN4base3mac10AmIBundledEv |
| 2457 fun:_ZN7content25TestWebKitPlatformSupportC2Ev | 2450 fun:_ZN7content25TestWebKitPlatformSupportC2Ev |
| 2458 fun:_ZN7content25TestWebKitPlatformSupportC1Ev | 2451 fun:_ZN7content25TestWebKitPlatformSupportC1Ev |
| 2459 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE | 2452 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE |
| 2460 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE | 2453 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE |
| 2461 } | 2454 } |
| OLD | NEW |