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

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

Issue 5284005: Suppress a data race on net::URLRequestThrottlerEntryInterface reference coun... (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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 fun:MetricsService::InitTask::Run* 109 fun:MetricsService::InitTask::Run*
110 } 110 }
111 111
112 { 112 {
113 bug_64188 113 bug_64188
114 ThreadSanitizer:Race 114 ThreadSanitizer:Race
115 ... 115 ...
116 fun:base::RefCounted<net::NetLog::EventParameters>::* 116 fun:base::RefCounted<net::NetLog::EventParameters>::*
117 } 117 }
118 118
119 {
120 bug_64501
121 ThreadSanitizer:Race
122 ...
123 fun:base::RefCounted<net::URLRequestThrottlerEntryInterface>::*
124 }
125
119 ############################ 126 ############################
120 # Benign races 127 # Benign races
121 { 128 {
122 bug_62694 [benign races in Histogram in CookieMonster] 129 bug_62694 [benign races in Histogram in CookieMonster]
123 ThreadSanitizer:Race 130 ThreadSanitizer:Race
124 ... 131 ...
125 fun:base::Histogram::* 132 fun:base::Histogram::*
126 fun:net::CookieMonster::* 133 fun:net::CookieMonster::*
127 } 134 }
128 135
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 ThreadSanitizer:Race 442 ThreadSanitizer:Race
436 ... 443 ...
437 fun:gethostbyname2_r* 444 fun:gethostbyname2_r*
438 } 445 }
439 446
440 { 447 {
441 Benign race in nss (PR_EnterMonitor) 448 Benign race in nss (PR_EnterMonitor)
442 ThreadSanitizer:Race 449 ThreadSanitizer:Race
443 fun:PR_EnterMonitor 450 fun:PR_EnterMonitor
444 } 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