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

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

Issue 4383001: Suppress data races under AtExitManager until its threading nature is underst... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 { 149 {
150 bug_61585 150 bug_61585
151 ThreadSanitizer:UnlockForeign 151 ThreadSanitizer:UnlockForeign
152 fun:pthread_mutex_destroy 152 fun:pthread_mutex_destroy
153 ... 153 ...
154 fun:NSS_Shutdown 154 fun:NSS_Shutdown
155 ... 155 ...
156 fun:*AtExitManager* 156 fun:*AtExitManager*
157 } 157 }
158 158
159 {
160 bug_61753
161 ThreadSanitizer:Race
162 ...
163 fun:*AtExitManager*
164 }
165
159 ############################ 166 ############################
160 # Data races in tests 167 # Data races in tests
161 168
162 { 169 {
163 bug_30582 170 bug_30582
164 ThreadSanitizer:Race 171 ThreadSanitizer:Race
165 fun:*LongCallbackD* 172 fun:*LongCallbackD*
166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* 173 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody*
167 } 174 }
168 175
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 ThreadSanitizer:Race 365 ThreadSanitizer:Race
359 ... 366 ...
360 fun:gethostbyname2_r* 367 fun:gethostbyname2_r*
361 } 368 }
362 369
363 { 370 {
364 Benign race in nss (PR_EnterMonitor) 371 Benign race in nss (PR_EnterMonitor)
365 ThreadSanitizer:Race 372 ThreadSanitizer:Race
366 fun:PR_EnterMonitor 373 fun:PR_EnterMonitor
367 } 374 }
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