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, 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 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1489 } | 1489 } |
1490 { | 1490 { |
1491 bug_65940_b | 1491 bug_65940_b |
1492 Heapcheck:Leak | 1492 Heapcheck:Leak |
1493 fun:__gnu_cxx::new_allocator::allocate | 1493 fun:__gnu_cxx::new_allocator::allocate |
1494 fun:std::_Vector_base::_M_allocate | 1494 fun:std::_Vector_base::_M_allocate |
1495 fun:std::vector::_M_insert_aux | 1495 fun:std::vector::_M_insert_aux |
1496 fun:std::vector::push_back | 1496 fun:std::vector::push_back |
1497 fun:IPC::ChannelProxy::Context::OnAddFilter | 1497 fun:IPC::ChannelProxy::Context::OnAddFilter |
1498 } | 1498 } |
| 1499 { |
| 1500 bug_136936 |
| 1501 Heapcheck:Leak |
| 1502 ... |
| 1503 fun:std::basic_string::_Rep::_S_create |
| 1504 ... |
| 1505 fun:base::PlatformThread::SetName |
| 1506 } |
OLD | NEW |