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

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

Issue 177393003: Clean up MFYI by adding suppressions for new bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 months 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/tsan/ignores_win32.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 ############################ 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 23 matching lines...) Expand all
34 fun:CoFreeAllLibraries 34 fun:CoFreeAllLibraries
35 } 35 }
36 36
37 { 37 {
38 bug_158099_mmdevice_endpoint_shutdown_too_fast 38 bug_158099_mmdevice_endpoint_shutdown_too_fast
39 ThreadSanitizer:Race 39 ThreadSanitizer:Race
40 fun:GetLocalIdFromEndpointId 40 fun:GetLocalIdFromEndpointId
41 ... 41 ...
42 } 42 }
43 43
44 {
45 NSPStartup
46 ThreadSanitizer:Race
47 fun:NSPStartup
48 ...
49 fun:WahOpenHandleHelper
50 ...
51 fun:WSALookupServiceBeginW
52 ...
53 fun:socket
54 }
55
56 {
57 __crtIsPackagedApp
58 ThreadSanitizer:Race
59 fun:__crtIsPackagedApp
60 fun:_threadstartex
61 fun:BaseThreadInitThunk
62 }
63
44 ############################ 64 ############################
45 # Chromium 65 # Chromium
46 66
47 { 67 {
48 Benign race durung InitializeClock 68 Benign race durung InitializeClock
49 ThreadSanitizer:Race 69 ThreadSanitizer:Race
50 ... 70 ...
51 fun:*InitializeClock* 71 fun:*InitializeClock*
52 } 72 }
53 73
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 fun:PK11_GenerateKeyPair 318 fun:PK11_GenerateKeyPair
299 fun:crypto::RSAPrivateKey::CreateWithParams 319 fun:crypto::RSAPrivateKey::CreateWithParams
300 fun:crypto::RSAPrivateKey::CreateWithParams 320 fun:crypto::RSAPrivateKey::CreateWithParams
301 fun:crypto::RSAPrivateKey::Create 321 fun:crypto::RSAPrivateKey::Create
302 fun:crypto::RSAPrivateKey::Create 322 fun:crypto::RSAPrivateKey::Create
303 fun:remoting::RsaKeyPair::Generate 323 fun:remoting::RsaKeyPair::Generate
304 fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair 324 fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair
305 fun:remoting::Me2MeNativeMessagingHost::ProcessRequest 325 fun:remoting::Me2MeNativeMessagingHost::ProcessRequest
306 fun:base::internal::RunnableAdapter::Run 326 fun:base::internal::RunnableAdapter::Run
307 } 327 }
OLDNEW
« no previous file with comments | « tools/valgrind/tsan/ignores_win32.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698