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

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

Issue 7006024: Add one more suppression for the sqlite race (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 # Real races in Chromium 2 # Real races in Chromium
3 { 3 {
4 bug_23433 4 bug_23433
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 fun:*logging*SetMinLogLevel* 6 fun:*logging*SetMinLogLevel*
7 } 7 }
8 8
9 { 9 {
10 bug_24419 10 bug_24419
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 } 258 }
259 259
260 { 260 {
261 bug_84094_b (Could be benign. See bug for details) 261 bug_84094_b (Could be benign. See bug for details)
262 ThreadSanitizer:Race 262 ThreadSanitizer:Race
263 fun:sqlite3StatusSet 263 fun:sqlite3StatusSet
264 fun:pcache1Alloc 264 fun:pcache1Alloc
265 } 265 }
266 266
267 { 267 {
268 bug_84094_c (Could be benign. See bug for details)
269 ThreadSanitizer:Race
270 ...
271 fun:pcache1Unpin
272 fun:pcacheUnpin
273 fun:sqlite3PcacheMakeClean
274 fun:sqlite3PcacheCleanAll
275 }
276
277
278 {
268 bug_84467_a (Could be benign. See bug for details) 279 bug_84467_a (Could be benign. See bug for details)
269 ThreadSanitizer:Race 280 ThreadSanitizer:Race
270 fun:unixTempFileDir 281 fun:unixTempFileDir
271 } 282 }
272 283
273 { 284 {
274 bug_84467_b (Could be benign. See bug for details) 285 bug_84467_b (Could be benign. See bug for details)
275 ThreadSanitizer:Race 286 ThreadSanitizer:Race
276 fun:pcache1Fetch 287 fun:pcache1Fetch
277 fun:sqlite3PcacheFetch 288 fun:sqlite3PcacheFetch
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 tsanbug_62a 538 tsanbug_62a
528 ThreadSanitizer:Race 539 ThreadSanitizer:Race
529 fun:__memset_sse2 540 fun:__memset_sse2
530 } 541 }
531 542
532 { 543 {
533 tsanbug_62b 544 tsanbug_62b
534 ThreadSanitizer:Race 545 ThreadSanitizer:Race
535 fun:__GI_memcpy 546 fun:__GI_memcpy
536 } 547 }
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