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

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

Issue 8702004: Refactor "Suppressions used" printing code in memcheck and tsan analyzer scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/memcheck_analyze.py ('k') | tools/valgrind/tsan_analyze.py » ('j') | 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ThreadSanitizer:Race 323 ThreadSanitizer:Race
324 fun:*URLFetcherCancelTest*TestContextReleased* 324 fun:*URLFetcherCancelTest*TestContextReleased*
325 } 325 }
326 { 326 {
327 Data race on bool in chrome/browser/net/url_fetcher_unittest (2) 327 Data race on bool in chrome/browser/net/url_fetcher_unittest (2)
328 ThreadSanitizer:Race 328 ThreadSanitizer:Race
329 fun:*CancelTestURLRequestContext*CancelTestURLRequestContext* 329 fun:*CancelTestURLRequestContext*CancelTestURLRequestContext*
330 } 330 }
331 331
332 { 332 {
333 ThreadSanitizer sanity test (ToolsSanityTest.DataRace). 333 ThreadSanitizer sanity test (ToolsSanityTest.DataRace)
334 ThreadSanitizer:Race 334 ThreadSanitizer:Race
335 fun:*TOOLS_SANITY_TEST_CONCURRENT_THREAD::ThreadMain 335 fun:*TOOLS_SANITY_TEST_CONCURRENT_THREAD::ThreadMain
336 } 336 }
337 337
338 { 338 {
339 Benign race (or even a false positive) on atomics in ThreadCollisionWarner 339 Benign race (or even a false positive) on atomics in ThreadCollisionWarner
340 ThreadSanitizer:Race 340 ThreadSanitizer:Race
341 fun:base::subtle::NoBarrier_Store 341 fun:base::subtle::NoBarrier_Store
342 fun:base::ThreadCollisionWarner::Leave 342 fun:base::ThreadCollisionWarner::Leave
343 } 343 }
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 { 681 {
682 bug_104769 682 bug_104769
683 ThreadSanitizer:Race 683 ThreadSanitizer:Race
684 fun:timeout_correct 684 fun:timeout_correct
685 fun:event_base_loop 685 fun:event_base_loop
686 fun:base::MessagePumpLibevent::Run 686 fun:base::MessagePumpLibevent::Run
687 fun:MessageLoop::RunInternal 687 fun:MessageLoop::RunInternal
688 fun:MessageLoop::RunHandler 688 fun:MessageLoop::RunHandler
689 fun:MessageLoop::Run 689 fun:MessageLoop::Run
690 } 690 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck_analyze.py ('k') | tools/valgrind/tsan_analyze.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698