| OLD | NEW |
| 1 # There are four kinds of suppressions in this file. | 1 # There are four kinds of suppressions in this file. |
| 2 # | 2 # |
| 3 # 1. Third party stuff we have no control over. | 3 # 1. Third party stuff we have no control over. |
| 4 # | 4 # |
| 5 # 2. Bugs involving Wine. | 5 # 2. Bugs involving Wine. |
| 6 # | 6 # |
| 7 # 3. Chromium specific errors that are intentional unit test errors, | 7 # 3. Chromium specific errors that are intentional unit test errors, |
| 8 # or stuff that is somehow a false positive in our own code, | 8 # or stuff that is somehow a false positive in our own code, |
| 9 # or stuff that is so trivial it's not worth fixing. | 9 # or stuff that is so trivial it's not worth fixing. |
| 10 # | 10 # |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 495 ... | 495 ... |
| 496 fun:operator new | 496 fun:operator new |
| 497 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone | 497 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone |
| 498 fun:Syncer::SyncShare | 498 fun:Syncer::SyncShare |
| 499 } | 499 } |
| 500 { | 500 { |
| 501 bug_31644 | 501 bug_31644 |
| 502 Memcheck:Leak | 502 Memcheck:Leak |
| 503 ... | 503 ... |
| 504 fun:operator new | 504 fun:operator new |
| 505 fun:NewRunnableMethod<ExtensionsServiceBackend,void (__thiscall ExtensionsSer
viceBackend::*)(void)> | 505 fun:NewRunnableMethod<ExtensionServiceBackend,void (__thiscall ExtensionServi
ceBackend::*)(void)> |
| 506 fun:ExtensionsService::ClearProvidersForTesting | 506 fun:ExtensionService::ClearProvidersForTesting |
| 507 } | 507 } |
| 508 { | 508 { |
| 509 bug_33424 | 509 bug_33424 |
| 510 Memcheck:Leak | 510 Memcheck:Leak |
| 511 ... | 511 ... |
| 512 fun:net::TCPClientSocketWin::Read | 512 fun:net::TCPClientSocketWin::Read |
| 513 fun:net::*::DoReadHeaders | 513 fun:net::*::DoReadHeaders |
| 514 ... | 514 ... |
| 515 fun:net::*::OnIOComplete | 515 fun:net::*::OnIOComplete |
| 516 } | 516 } |
| (...skipping 17 matching lines...) Expand all Loading... |
| 534 ... | 534 ... |
| 535 fun:std::basic_stringbuf<char,std::char_traits<char>,std::allocator<char> >::
~basic_stringbuf<char,std::char_traits<char>,std::allocator<char> > | 535 fun:std::basic_stringbuf<char,std::char_traits<char>,std::allocator<char> >::
~basic_stringbuf<char,std::char_traits<char>,std::allocator<char> > |
| 536 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>
>::~basic_stringstream<char,std::char_traits<char>,std::allocator<char> > | 536 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>
>::~basic_stringstream<char,std::char_traits<char>,std::allocator<char> > |
| 537 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>
>::`vbase destructor' | 537 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char>
>::`vbase destructor' |
| 538 fun:testing::internal::StrStreamToString | 538 fun:testing::internal::StrStreamToString |
| 539 fun:testing::Message::GetString | 539 fun:testing::Message::GetString |
| 540 fun:testing::AssertionResult::operator<<<enum net::LoadLog::EventPhase> | 540 fun:testing::AssertionResult::operator<<<enum net::LoadLog::EventPhase> |
| 541 ... | 541 ... |
| 542 fun:SSLClientSocketTest_ConnectMismatched_Test::TestBody | 542 fun:SSLClientSocketTest_ConnectMismatched_Test::TestBody |
| 543 } | 543 } |
| OLD | NEW |