OLD | NEW |
1 { | 1 { |
2 # See http://code.google.com/p/chromium/issues/detail?id=9565 | 2 # See http://code.google.com/p/chromium/issues/detail?id=9565 |
3 # This should have been handled by platform-specific suppression. | 3 # This should have been handled by platform-specific suppression. |
4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed | 4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed |
5 setenv() leaks on Mac intentionally. | 5 setenv() leaks on Mac intentionally. |
6 Memcheck:Leak | 6 Memcheck:Leak |
7 ... | 7 ... |
8 fun:__setenv | 8 fun:__setenv |
9 fun:setenv$UNIX2003 | 9 fun:setenv$UNIX2003 |
10 } | 10 } |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 fun:_ZN7testing8internal12TestInfoImpl3RunEv | 267 fun:_ZN7testing8internal12TestInfoImpl3RunEv |
268 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE | 268 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE |
269 fun:_ZNK7testing8internal4ListIPNS_8TestInfoEE7ForEachIPFvS3_EEEvT_ | 269 fun:_ZNK7testing8internal4ListIPNS_8TestInfoEE7ForEachIPFvS3_EEEvT_ |
270 fun:_ZN7testing8TestCase3RunEv | 270 fun:_ZN7testing8TestCase3RunEv |
271 fun:_ZN7testing8TestCase11RunTestCaseEPS0_ | 271 fun:_ZN7testing8TestCase11RunTestCaseEPS0_ |
272 fun:_ZNK7testing8internal4ListIPNS_8TestCaseEE7ForEachIPFvS3_EEEvT_ | 272 fun:_ZNK7testing8internal4ListIPNS_8TestCaseEE7ForEachIPFvS3_EEEvT_ |
273 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv | 273 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv |
274 fun:_ZN7testing8UnitTest3RunEv | 274 fun:_ZN7testing8UnitTest3RunEv |
275 fun:main | 275 fun:main |
276 } | 276 } |
| 277 |
| 278 { |
| 279 bug_15819 |
| 280 Memcheck:Cond |
| 281 fun:_ZNK10CMMMtxOnly10ConvertMinE10CMM3x3Type10CMM3x1TypeR12CMMMinBuffermm |
| 282 ... |
| 283 fun:CGContextDrawImage |
| 284 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage |
| 285 } |
| 286 |
| 287 { |
| 288 bug_15819 |
| 289 Memcheck:Value4 |
| 290 fun:_ZNK10CMMConvLut7ConvertER10CMMMinBitsP14CMMRuntimeInfomm |
| 291 ... |
| 292 fun:CGContextDrawImage |
| 293 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage |
| 294 } |
OLD | NEW |