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

Side by Side Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 11641006: Valgrind: Fix TSAN suppression syntax. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | « no previous file | 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 ############################ 1 ############################
2 # Reports on the guts of Windows 2 # Reports on the guts of Windows
3 { 3 {
4 UuidCreate 4 UuidCreate
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 ... 6 ...
7 fun:UuidCreate 7 fun:UuidCreate
8 } 8 }
9 9
10 { 10 {
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 fun:RtlMultiByteToUnicodeSize 195 fun:RtlMultiByteToUnicodeSize
196 fun:TpCallbackMayRunLong 196 fun:TpCallbackMayRunLong
197 fun:TpCallbackMayRunLong 197 fun:TpCallbackMayRunLong
198 fun:BaseThreadInitThunk 198 fun:BaseThreadInitThunk
199 } 199 }
200 { 200 {
201 bug_144928_b 201 bug_144928_b
202 ThreadSanitizer:Race 202 ThreadSanitizer:Race
203 fun:google_breakpad::CrashGenerationServer::~CrashGenerationServer 203 fun:google_breakpad::CrashGenerationServer::~CrashGenerationServer
204 fun:google_breakpad::CrashGenerationServer::`scalar deleting destructor' 204 fun:google_breakpad::CrashGenerationServer::`scalar deleting destructor'
205 fun:base::DefaultDeleter::operator() 205 fun:base::DefaultDeleter*
206 fun:base::internal::scoped_ptr_impl::~scoped_ptr_impl 206 fun:base::internal::scoped_ptr_impl::~scoped_ptr_impl
207 fun:remoting::BreakpadWinDeathTest::~BreakpadWinDeathTest 207 fun:remoting::BreakpadWinDeathTest::~BreakpadWinDeathTest
208 fun:remoting::BreakpadWinDeathTest_TestAccessViolation_Test::`scalar deleting destructor' 208 fun:remoting::BreakpadWinDeathTest_TestAccessViolation_Test::`scalar deleting destructor'
209 fun:testing::Test::DeleteSelf_ 209 fun:testing::Test::DeleteSelf_
210 fun:testing::internal::HandleExceptionsInMethodIfSupported 210 fun:testing::internal::HandleExceptionsInMethodIfSupported
211 } 211 }
212 212
213 { 213 {
214 bug_146119 214 bug_146119
215 ThreadSanitizer:Race 215 ThreadSanitizer:Race
(...skipping 16 matching lines...) Expand all
232 bug_157076_b 232 bug_157076_b
233 ThreadSanitizer:Race 233 ThreadSanitizer:Race
234 fun:memset 234 fun:memset
235 fun:_free_dbg_nolock 235 fun:_free_dbg_nolock
236 fun:_free_dbg 236 fun:_free_dbg
237 fun:_aligned_free_dbg 237 fun:_aligned_free_dbg
238 fun:_aligned_free 238 fun:_aligned_free
239 fun:media::ReleaseData 239 fun:media::ReleaseData
240 fun:base::internal::RunnableAdapter::Run 240 fun:base::internal::RunnableAdapter::Run
241 } 241 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698