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

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

Issue 4379001: Suppress a test-only data race in ipc_tests... (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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 ############################ 159 ############################
160 # Data races in tests 160 # Data races in tests
161 161
162 { 162 {
163 bug_30582 163 bug_30582
164 ThreadSanitizer:Race 164 ThreadSanitizer:Race
165 fun:*LongCallbackD* 165 fun:*LongCallbackD*
166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* 166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody*
167 } 167 }
168 168
169 {
170 bug_61731
171 ThreadSanitizer:Race
172 fun:*Log*
173 ...
174 fun:*Worker*
175 ...
176 obj:*ipc_tests
177 }
178
169 # TODO(timurrrr): bug item 179 # TODO(timurrrr): bug item
170 { 180 {
171 Data race on bool in AssertReporter [test-only] 181 Data race on bool in AssertReporter [test-only]
172 ThreadSanitizer:Race 182 ThreadSanitizer:Race
173 ... 183 ...
174 fun:*AssertReporter*warn* 184 fun:*AssertReporter*warn*
175 } 185 }
176 186
177 # TODO(timurrrr): bug item 187 # TODO(timurrrr): bug item
178 { 188 {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ThreadSanitizer:Race 358 ThreadSanitizer:Race
349 ... 359 ...
350 fun:gethostbyname2_r* 360 fun:gethostbyname2_r*
351 } 361 }
352 362
353 { 363 {
354 Benign race in nss (PR_EnterMonitor) 364 Benign race in nss (PR_EnterMonitor)
355 ThreadSanitizer:Race 365 ThreadSanitizer:Race
356 fun:PR_EnterMonitor 366 fun:PR_EnterMonitor
357 } 367 }
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