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

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

Issue 7649018: Suppress a data race in ResourceDispatcherHost::OnUserGesture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 fun:DeleteTask::Run 561 fun:DeleteTask::Run
562 } 562 }
563 { 563 {
564 bug_89295_b 564 bug_89295_b
565 ThreadSanitizer:Race 565 ThreadSanitizer:Race
566 fun:base::internal::WeakReference::Flag::Invalidate 566 fun:base::internal::WeakReference::Flag::Invalidate
567 ... 567 ...
568 fun:base::SupportsWeakPtr::~SupportsWeakPtr 568 fun:base::SupportsWeakPtr::~SupportsWeakPtr
569 fun:prerender::PrerenderManager::~PrerenderManager 569 fun:prerender::PrerenderManager::~PrerenderManager
570 } 570 }
571 {
572 bug_92889
573 ThreadSanitizer:Race
574 fun:base::TimeTicks::operator=
575 fun:ResourceDispatcherHost::OnUserGesture
576 fun:TabContents::OnUserGesture
577 fun:browser::Navigate
578 fun:Browser::OpenURLFromTab
579 fun:Browser::OpenURL
580 fun:TestingAutomationProvider::NavigateToURLBlockUntilNavigationsComplete
581 fun:DispatchToMethod
582 }
571 583
572 ############################ 584 ############################
573 # TSan false positives 585 # TSan false positives
574 { 586 {
575 tsanbug_62a 587 tsanbug_62a
576 ThreadSanitizer:Race 588 ThreadSanitizer:Race
577 fun:__memset_sse2 589 fun:__memset_sse2
578 } 590 }
579 591
580 { 592 {
581 tsanbug_62b 593 tsanbug_62b
582 ThreadSanitizer:Race 594 ThreadSanitizer:Race
583 fun:__GI_memcpy 595 fun:__GI_memcpy
584 } 596 }
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