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

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

Issue 11419286: Clean up the interactive_ui_tests TSan bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | « tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt ('k') | 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 # There are a few kinds of suppressions in this file. 1 # There are a few kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 347
348 ############################ 348 ############################
349 # 2.2 Benign races in Chromium 349 # 2.2 Benign races in Chromium
350 { 350 {
351 bug_61179 [benign race on tracked_objects::Births] 351 bug_61179 [benign race on tracked_objects::Births]
352 ThreadSanitizer:Race 352 ThreadSanitizer:Race
353 fun:tracked_objects::Births::*Birth* 353 fun:tracked_objects::Births::*Birth*
354 } 354 }
355 355
356 { 356 {
357 benign race on Histogram::Add
358 ThreadSanitizer:Race
359 ...
360 fun:base::SampleVector::Accumulate
361 fun:base::Histogram::Add
362 }
363
364 {
365 benign race on Histogram::SnapshotSamples
366 ThreadSanitizer:Race
367 ...
368 fun:base::HistogramSamples::Add
369 fun:base::Histogram::SnapshotSampleVector
370 fun:base::Histogram::SnapshotSamples
371 }
372
373 {
357 bug_62694 [benign races in Histogram in CookieMonster] 374 bug_62694 [benign races in Histogram in CookieMonster]
358 ThreadSanitizer:Race 375 ThreadSanitizer:Race
359 ... 376 ...
360 fun:base::Histogram::* 377 fun:base::Histogram::*
361 fun:net::CookieMonster::* 378 fun:net::CookieMonster::*
362 } 379 }
363 380
364 { 381 {
365 bug_64185a [probably-benign races in Histogram in skia::ImageOperations] 382 bug_64185a [probably-benign races in Histogram in skia::ImageOperations]
366 ThreadSanitizer:Race 383 ThreadSanitizer:Race
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 fun:::RunNamedProcessTypeMain 754 fun:::RunNamedProcessTypeMain
738 fun:::ContentMainRunnerImpl::Run 755 fun:::ContentMainRunnerImpl::Run
739 fun:content::ContentMain 756 fun:content::ContentMain
740 fun:ChromeMain 757 fun:ChromeMain
741 fun:main 758 fun:main
742 } 759 }
743 { 760 {
744 bug_106196 761 bug_106196
745 ThreadSanitizer:Race 762 ThreadSanitizer:Race
746 fun:tracked_objects::ThreadData::InitializeAndSetTrackingStatus 763 fun:tracked_objects::ThreadData::InitializeAndSetTrackingStatus
747 fun:ChildThread::OnSetProfilerStatus 764 fun:*ChildThread::OnSetProfilerStatus
748 fun:DispatchToMethod 765 fun:DispatchToMethod
749 } 766 }
750 { 767 {
751 bug_107903_a 768 bug_107903_a
752 ThreadSanitizer:Race 769 ThreadSanitizer:Race
753 ... 770 ...
754 fun:TestProfileSyncService::~TestProfileSyncService 771 fun:TestProfileSyncService::~TestProfileSyncService
755 fun:scoped_ptr::reset 772 fun:scoped_ptr::reset
756 fun:ProfileSyncServiceAutofillTest::TearDown 773 fun:ProfileSyncServiceAutofillTest::TearDown
757 } 774 }
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 bug_151499 1017 bug_151499
1001 ThreadSanitizer:Race 1018 ThreadSanitizer:Race
1002 fun:std::vector::size 1019 fun:std::vector::size
1003 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith 1020 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
1004 fun:testing::internal::FunctionMockerBase::InvokeWith 1021 fun:testing::internal::FunctionMockerBase::InvokeWith
1005 fun:testing::internal::FunctionMocker::Invoke 1022 fun:testing::internal::FunctionMocker::Invoke
1006 fun:safe_browsing::::MockSafeBrowsingService::MatchCsdWhitelistUrl 1023 fun:safe_browsing::::MockSafeBrowsingService::MatchCsdWhitelistUrl
1007 fun:safe_browsing::ClientSideDetectionHost::ShouldClassifyUrlRequest::CheckCs dWhitelist 1024 fun:safe_browsing::ClientSideDetectionHost::ShouldClassifyUrlRequest::CheckCs dWhitelist
1008 fun:base::internal::RunnableAdapter::Run 1025 fun:base::internal::RunnableAdapter::Run
1009 } 1026 }
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698