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

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

Issue 1561015: Relaxes the suppression rule for Issue 40505.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 10 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
« 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 # There are three kinds of suppressions in this file. 1 # There are three 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 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after
2681 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv 2681 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
2682 fun:_ZN7testing8UnitTest3RunEv 2682 fun:_ZN7testing8UnitTest3RunEv
2683 fun:_ZN9TestSuite3RunEv 2683 fun:_ZN9TestSuite3RunEv
2684 fun:main 2684 fun:main
2685 } 2685 }
2686 { 2686 {
2687 bug_40505 2687 bug_40505
2688 Memcheck:Addr4 2688 Memcheck:Addr4
2689 fun:_ZN4base9TimeDeltaaSES0_ 2689 fun:_ZN4base9TimeDeltaaSES0_
2690 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestERK16URLRequestStatus 2690 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestERK16URLRequestStatus
2691 fun:_Z16DispatchToMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusES2_EvP T_T0_RK6Tuple1IT1_E
2692 fun:_ZN14RunnableMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusE6Tuple1 IS2_EE3RunEv
2693 fun:_ZN11MessageLoop7RunTaskEP4Task
2694 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
2695 fun:_ZN11MessageLoop6DoWorkEv
2696 fun:_ZN4base16MessagePumpForUI17RunWithDispatcherEPNS_11MessagePump8DelegateE PNS0_10DispatcherE
2697 fun:_ZN11MessageLoop11RunInternalEv
2698 fun:_ZN11MessageLoop10RunHandlerEv
2699 fun:_ZN16MessageLoopForUI3RunEPN4base16MessagePumpForUI10DispatcherE
2700 } 2691 }
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