Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: tools/wine_valgrind/chromium-valgrind-suppressions

Issue 5730004: Rename ExtensionsService to ExtensionService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/wine_memcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Chromium-specific suppressions 1 # Chromium-specific suppressions
2 { 2 {
3 dont_valgrind_python_1 3 dont_valgrind_python_1
4 Memcheck:Cond 4 Memcheck:Cond
5 ... 5 ...
6 obj:*python* 6 obj:*python*
7 } 7 }
8 { 8 {
9 dont_valgrind_python_2 9 dont_valgrind_python_2
10 Memcheck:Value4 10 Memcheck:Value4
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 ... 298 ...
299 fun:operator new 299 fun:operator new
300 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone 300 fun:browser_sync::UIModelWorker::DoWorkAndWaitUntilDone
301 fun:Syncer::SyncShare 301 fun:Syncer::SyncShare
302 } 302 }
303 { 303 {
304 bug_31644 304 bug_31644
305 Memcheck:Leak 305 Memcheck:Leak
306 ... 306 ...
307 fun:operator new 307 fun:operator new
308 fun:NewRunnableMethod<ExtensionsServiceBackend,void (__thiscall ExtensionsSer viceBackend::*)(void)> 308 fun:NewRunnableMethod<ExtensionServiceBackend,void (__thiscall ExtensionServi ceBackend::*)(void)>
309 fun:ExtensionsService::ClearProvidersForTesting 309 fun:ExtensionService::ClearProvidersForTesting
310 } 310 }
311 { 311 {
312 bug_33424 312 bug_33424
313 Memcheck:Leak 313 Memcheck:Leak
314 ... 314 ...
315 fun:net::TCPClientSocketWin::Read 315 fun:net::TCPClientSocketWin::Read
316 fun:net::*::DoReadHeaders 316 fun:net::*::DoReadHeaders
317 ... 317 ...
318 fun:net::*::OnIOComplete 318 fun:net::*::OnIOComplete
319 } 319 }
(...skipping 17 matching lines...) Expand all
337 ... 337 ...
338 fun:std::basic_stringbuf<char,std::char_traits<char>,std::allocator<char> >:: ~basic_stringbuf<char,std::char_traits<char>,std::allocator<char> > 338 fun:std::basic_stringbuf<char,std::char_traits<char>,std::allocator<char> >:: ~basic_stringbuf<char,std::char_traits<char>,std::allocator<char> >
339 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char> >::~basic_stringstream<char,std::char_traits<char>,std::allocator<char> > 339 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char> >::~basic_stringstream<char,std::char_traits<char>,std::allocator<char> >
340 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char> >::`vbase destructor' 340 fun:std::basic_stringstream<char,std::char_traits<char>,std::allocator<char> >::`vbase destructor'
341 fun:testing::internal::StrStreamToString 341 fun:testing::internal::StrStreamToString
342 fun:testing::Message::GetString 342 fun:testing::Message::GetString
343 fun:testing::AssertionResult::operator<<<enum net::LoadLog::EventPhase> 343 fun:testing::AssertionResult::operator<<<enum net::LoadLog::EventPhase>
344 ... 344 ...
345 fun:SSLClientSocketTest_ConnectMismatched_Test::TestBody 345 fun:SSLClientSocketTest_ConnectMismatched_Test::TestBody
346 } 346 }
OLDNEW
« no previous file with comments | « tools/valgrind/wine_memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698