| 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 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1346 fun:_ZN4skia15ImageOperations6ResizeE* | 1346 fun:_ZN4skia15ImageOperations6ResizeE* |
| 1347 } | 1347 } |
| 1348 { | 1348 { |
| 1349 bug_106912 | 1349 bug_106912 |
| 1350 Memcheck:Leak | 1350 Memcheck:Leak |
| 1351 ... | 1351 ... |
| 1352 fun:*tracked_objects*ThreadData*InitializeThreadContext* | 1352 fun:*tracked_objects*ThreadData*InitializeThreadContext* |
| 1353 fun:*base*PlatformThread*SetName* | 1353 fun:*base*PlatformThread*SetName* |
| 1354 } | 1354 } |
| 1355 { | 1355 { |
| 1356 bug_111669 | |
| 1357 Memcheck:Leak | |
| 1358 fun:_Znw* | |
| 1359 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi | |
| 1360 } | |
| 1361 { | |
| 1362 bug_112278 | 1356 bug_112278 |
| 1363 Memcheck:Uninitialized | 1357 Memcheck:Uninitialized |
| 1364 fun:fetch_texel_2d_f_rgba8888 | 1358 fun:fetch_texel_2d_f_rgba8888 |
| 1365 ... | 1359 ... |
| 1366 fun:sample_nearest_2d | 1360 fun:sample_nearest_2d |
| 1367 fun:fetch_texel_lod | 1361 fun:fetch_texel_lod |
| 1368 fun:fetch_texel | 1362 fun:fetch_texel |
| 1369 fun:_mesa_execute_program | 1363 fun:_mesa_execute_program |
| 1370 fun:run_program* | 1364 fun:run_program* |
| 1371 fun:_swrast_exec_fragment_program | 1365 fun:_swrast_exec_fragment_program |
| (...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 fun:calloc | 3600 fun:calloc |
| 3607 ... | 3601 ... |
| 3608 fun:ssl3_HandleClientHello | 3602 fun:ssl3_HandleClientHello |
| 3609 fun:ssl3_HandleHandshakeMessage | 3603 fun:ssl3_HandleHandshakeMessage |
| 3610 fun:ssl3_HandleHandshake | 3604 fun:ssl3_HandleHandshake |
| 3611 fun:ssl3_HandleRecord | 3605 fun:ssl3_HandleRecord |
| 3612 fun:ssl3_GatherCompleteHandshake | 3606 fun:ssl3_GatherCompleteHandshake |
| 3613 fun:SSL_ForceHandshake | 3607 fun:SSL_ForceHandshake |
| 3614 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv | 3608 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv |
| 3615 } | 3609 } |
| OLD | NEW |