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

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

Issue 6670113: Suppress races on mktime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 } 461 }
462 462
463 { 463 {
464 fun:timegm 464 fun:timegm
465 ThreadSanitizer:Race 465 ThreadSanitizer:Race
466 ... 466 ...
467 fun:timegm 467 fun:timegm
468 } 468 }
469 469
470 { 470 {
471 fun:mktime
472 ThreadSanitizer:Race
473 ...
474 fun:mktime
475 }
476
477 {
471 Benign race in nss (PR_EnterMonitor) 478 Benign race in nss (PR_EnterMonitor)
472 ThreadSanitizer:Race 479 ThreadSanitizer:Race
473 fun:PR_EnterMonitor 480 fun:PR_EnterMonitor
474 } 481 }
475 482
476 ############################ 483 ############################
477 # TSan false positives 484 # TSan false positives
478 { 485 {
479 tsanbug_62a 486 tsanbug_62a
480 ThreadSanitizer:Race 487 ThreadSanitizer:Race
(...skipping 15 matching lines...) Expand all
496 fun:WebCore::DocumentLoader::~DocumentLoader* 503 fun:WebCore::DocumentLoader::~DocumentLoader*
497 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl* 504 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl*
498 } 505 }
499 506
500 { 507 {
501 bug_70085b 508 bug_70085b
502 ThreadSanitizer:Race 509 ThreadSanitizer:Race
503 fun:WebCore::SecurityOrigin::~SecurityOrigin* 510 fun:WebCore::SecurityOrigin::~SecurityOrigin*
504 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref* 511 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref*
505 } 512 }
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