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

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

Issue 3130012: Suppress data race in UI (bug 51890) and remove a suppression for a race fixe... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « 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 # Chromium 2 # Chromium
3 3
4 { 4 {
5 bug_23433 5 bug_23433
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 fun:*logging*SetMinLogLevel* 7 fun:*logging*SetMinLogLevel*
8 } 8 }
9 9
10 { 10 {
11 bug_24419 11 bug_24419
12 ThreadSanitizer:Race 12 ThreadSanitizer:Race
13 fun:*BrowserProcessImpl*nspector*iles* 13 fun:*BrowserProcessImpl*nspector*iles*
14 } 14 }
15 15
16 { 16 {
17 bug_25915
18 ThreadSanitizer:Race
19 fun:*browser_sync*BookmarkModelWorker*
20 }
21
22 {
23 bug_37496 17 bug_37496
24 ThreadSanitizer:Race 18 ThreadSanitizer:Race
25 ... 19 ...
26 fun:*browser_sync*SyncShareIntercept*Observe* 20 fun:*browser_sync*SyncShareIntercept*Observe*
27 } 21 }
28 22
29 { 23 {
30 bug_46642a 24 bug_46642a
31 ThreadSanitizer:Race 25 ThreadSanitizer:Race
32 fun:*media*PipelineImpl*InitializeTask* 26 fun:*media*PipelineImpl*InitializeTask*
33 } 27 }
34 28
35 { 29 {
36 bug_46642b 30 bug_46642b
37 ThreadSanitizer:Race 31 ThreadSanitizer:Race
38 fun:*media*PipelineImpl*GetCurrentTime* 32 fun:*media*PipelineImpl*GetCurrentTime*
39 } 33 }
40 34
35 {
36 bug_51890a
37 ThreadSanitizer:Race
38 ...
39 fun:history::TopSites::GenerateCanonicalURLs*
40 fun:history::TopSites::StoreMostVisited*
41 }
42
43 {
44 bug_51890b
45 ThreadSanitizer:Race
46 ...
47 fun:history::TopSites::SetPageThumbnail*
48 fun:TabContents::UpdateThumbnail*
49 }
50
41 ############################ 51 ############################
42 # Real races in third_party 52 # Real races in third_party
43 { 53 {
44 bug_23244 (libevent) 54 bug_23244 (libevent)
45 ThreadSanitizer:Race 55 ThreadSanitizer:Race
46 fun:event_* 56 fun:event_*
47 fun:event_* 57 fun:event_*
48 } 58 }
49 59
50 { 60 {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ThreadSanitizer:Race 297 ThreadSanitizer:Race
288 ... 298 ...
289 fun:gethostbyname2_r* 299 fun:gethostbyname2_r*
290 } 300 }
291 301
292 { 302 {
293 Benign race in nss (PR_EnterMonitor) 303 Benign race in nss (PR_EnterMonitor)
294 ThreadSanitizer:Race 304 ThreadSanitizer:Race
295 fun:PR_EnterMonitor 305 fun:PR_EnterMonitor
296 } 306 }
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