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

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

Issue 8425003: Suppress memory errors on tracked_objects. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | « tools/valgrind/memcheck/suppressions_mac.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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 fun:*Log* 265 fun:*Log*
266 ... 266 ...
267 fun:*Worker* 267 fun:*Worker*
268 ... 268 ...
269 obj:*ipc_tests 269 obj:*ipc_tests
270 } 270 }
271 271
272 { 272 {
273 bug_68481 [test-only race on bool] 273 bug_68481 [test-only race on bool]
274 ThreadSanitizer:Race 274 ThreadSanitizer:Race
275 fun:tracked_objects::ThreadData::StartTracking* 275 ...
276 fun:tracked_objects::TrackedObjectsTest_MinimalStartupShutdown_Test::TestBody* 276 fun:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup
277 fun:tracked_objects::TrackedObjectsTest_MinimalStartupShutdown_Test::*
277 } 278 }
278 279
279 # TODO(timurrrr): bug item 280 # TODO(timurrrr): bug item
280 { 281 {
281 Data race on bool in AssertReporter [test-only] 282 Data race on bool in AssertReporter [test-only]
282 ThreadSanitizer:Race 283 ThreadSanitizer:Race
283 ... 284 ...
284 fun:*AssertReporter*warn* 285 fun:*AssertReporter*warn*
285 } 286 }
286 287
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 ThreadSanitizer:Race 638 ThreadSanitizer:Race
638 fun:content::BrowserThreadImpl::~BrowserThreadImpl 639 fun:content::BrowserThreadImpl::~BrowserThreadImpl
639 fun:content::TestBrowserThread::~TestBrowserThread 640 fun:content::TestBrowserThread::~TestBrowserThread
640 } 641 }
641 { 642 {
642 bug_102134b 643 bug_102134b
643 ThreadSanitizer:Race 644 ThreadSanitizer:Race
644 fun:BrowserThread::~BrowserThread 645 fun:BrowserThread::~BrowserThread
645 fun:DeprecatedBrowserThread::~DeprecatedBrowserThread 646 fun:DeprecatedBrowserThread::~DeprecatedBrowserThread
646 } 647 }
648 {
649 bug_102327_a
650 ThreadSanitizer:Race
651 fun:tracked_objects::ThreadData::Initialize
652 fun:tracked_objects::ThreadData::InitializeThreadContext
653 fun:base::Thread::ThreadMain
654 fun:base::::ThreadFunc
655 }
656 {
657 bug_102327_b
658 ThreadSanitizer:Race
659 ...
660 fun:tracked_objects::ThreadData::TallyABirthIfActive
661 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask
662 fun:base::PosixDynamicThreadPool::WaitForTask
663 fun:base::::WorkerThread::ThreadMain
664 fun:base::::ThreadFunc
665 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions_mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698