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

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

Issue 1570014: Suppress Valgrind leak (heapcheck already suppressed).... (Closed) Base URL: svn://chrome-svn/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 | 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 # 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 2651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 fun:_ZN8chromeos19GoogleAuthenticator12AuthenticateEP7ProfileRKSsS4_ 2662 fun:_ZN8chromeos19GoogleAuthenticator12AuthenticateEP7ProfileRKSsS4_
2663 fun:_Z16DispatchToMethodIN8chromeos19GoogleAuthenticatorEMNS0_13Authenticator EFbP7ProfileRKSsS6_EP14TestingProfileSsSsEvPT_T0_RK6Tuple3IT1_T2_T3_E 2663 fun:_Z16DispatchToMethodIN8chromeos19GoogleAuthenticatorEMNS0_13Authenticator EFbP7ProfileRKSsS6_EP14TestingProfileSsSsEvPT_T0_RK6Tuple3IT1_T2_T3_E
2664 fun:_ZN14RunnableMethodIN8chromeos19GoogleAuthenticatorEMNS0_13AuthenticatorE FbP7ProfileRKSsS6_E6Tuple3IP14TestingProfileSsSsEE3RunEv 2664 fun:_ZN14RunnableMethodIN8chromeos19GoogleAuthenticatorEMNS0_13AuthenticatorE FbP7ProfileRKSsS6_E6Tuple3IP14TestingProfileSsSsEE3RunEv
2665 fun:_ZN11MessageLoop7RunTaskEP4Task 2665 fun:_ZN11MessageLoop7RunTaskEP4Task
2666 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 2666 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
2667 fun:_ZN11MessageLoop6DoWorkEv 2667 fun:_ZN11MessageLoop6DoWorkEv
2668 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 2668 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
2669 fun:_ZN11MessageLoop11RunInternalEv 2669 fun:_ZN11MessageLoop11RunInternalEv
2670 fun:_ZN11MessageLoop10RunHandlerEv 2670 fun:_ZN11MessageLoop10RunHandlerEv
2671 } 2671 }
2672 2672 {
2673 bug_40499
2674 Memcheck:Leak
2675 fun:_Znw*
2676 fun:_ZN19UserScriptSlaveTest9SerializeERK10UserScript
2677 ...
2678 fun:_ZN7testing4Test3RunEv
2679 fun:_ZN7testing8internal12TestInfoImpl3RunEv
2680 fun:_ZN7testing8TestCase3RunEv
2681 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
2682 fun:_ZN7testing8UnitTest3RunEv
2683 fun:_ZN9TestSuite3RunEv
2684 fun:main
2685 }
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