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

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

Issue 5966002: Suppress data race on bool in HistoryURLProvider... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « 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 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 fun:MetricsService::InitTask::Run* 102 fun:MetricsService::InitTask::Run*
103 } 103 }
104 104
105 { 105 {
106 bug_64188 106 bug_64188
107 ThreadSanitizer:Race 107 ThreadSanitizer:Race
108 ... 108 ...
109 fun:base::RefCounted<net::NetLog::EventParameters>::* 109 fun:base::RefCounted<net::NetLog::EventParameters>::*
110 } 110 }
111 111
112 {
113 bug_66994a
114 ThreadSanitizer:Race
115 fun:HistoryURLProvider::Stop*
116 fun:AutocompleteController::Stop*
117 }
118
119 {
120 bug_66994b
121 ThreadSanitizer:Race
122 ...
123 fun:HistoryURLProvider::ExecuteWithDB*
124 }
125
112 ############################ 126 ############################
113 # Benign races 127 # Benign races
114 { 128 {
115 bug_62694 [benign races in Histogram in CookieMonster] 129 bug_62694 [benign races in Histogram in CookieMonster]
116 ThreadSanitizer:Race 130 ThreadSanitizer:Race
117 ... 131 ...
118 fun:base::Histogram::* 132 fun:base::Histogram::*
119 fun:net::CookieMonster::* 133 fun:net::CookieMonster::*
120 } 134 }
121 135
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 ThreadSanitizer:Race 442 ThreadSanitizer:Race
429 ... 443 ...
430 fun:gethostbyname2_r* 444 fun:gethostbyname2_r*
431 } 445 }
432 446
433 { 447 {
434 Benign race in nss (PR_EnterMonitor) 448 Benign race in nss (PR_EnterMonitor)
435 ThreadSanitizer:Race 449 ThreadSanitizer:Race
436 fun:PR_EnterMonitor 450 fun:PR_EnterMonitor
437 } 451 }
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