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

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

Issue 1562013: Suppression memcheck:Addr4 error in chromium os valgrind(4) ui_test (Closed)
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 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after
2643 fun:_ZN8chromeos19GoogleAuthenticator12AuthenticateEP7ProfileRKSsS4_ 2643 fun:_ZN8chromeos19GoogleAuthenticator12AuthenticateEP7ProfileRKSsS4_
2644 fun:_Z16DispatchToMethodIN8chromeos19GoogleAuthenticatorEMNS0_13Authenticator EFbP7ProfileRKSsS6_EP14TestingProfileSsSsEvPT_T0_RK6Tuple3IT1_T2_T3_E 2644 fun:_Z16DispatchToMethodIN8chromeos19GoogleAuthenticatorEMNS0_13Authenticator EFbP7ProfileRKSsS6_EP14TestingProfileSsSsEvPT_T0_RK6Tuple3IT1_T2_T3_E
2645 fun:_ZN14RunnableMethodIN8chromeos19GoogleAuthenticatorEMNS0_13AuthenticatorE FbP7ProfileRKSsS6_E6Tuple3IP14TestingProfileSsSsEE3RunEv 2645 fun:_ZN14RunnableMethodIN8chromeos19GoogleAuthenticatorEMNS0_13AuthenticatorE FbP7ProfileRKSsS6_E6Tuple3IP14TestingProfileSsSsEE3RunEv
2646 fun:_ZN11MessageLoop7RunTaskEP4Task 2646 fun:_ZN11MessageLoop7RunTaskEP4Task
2647 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 2647 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
2648 fun:_ZN11MessageLoop6DoWorkEv 2648 fun:_ZN11MessageLoop6DoWorkEv
2649 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 2649 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
2650 fun:_ZN11MessageLoop11RunInternalEv 2650 fun:_ZN11MessageLoop11RunInternalEv
2651 fun:_ZN11MessageLoop10RunHandlerEv 2651 fun:_ZN11MessageLoop10RunHandlerEv
2652 } 2652 }
2653 2653 {
2654 bug_40505
2655 Memcheck:Addr4
2656 fun:_ZN4base9TimeDeltaaSES0_
2657 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestERK16URLRequestStatus
2658 fun:_Z16DispatchToMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusES2_EvP T_T0_RK6Tuple1IT1_E
2659 fun:_ZN14RunnableMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusE6Tuple1 IS2_EE3RunEv
2660 fun:_ZN11MessageLoop7RunTaskEP4Task
2661 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
2662 fun:_ZN11MessageLoop6DoWorkEv
2663 fun:_ZN4base16MessagePumpForUI17RunWithDispatcherEPNS_11MessagePump8DelegateE PNS0_10DispatcherE
2664 fun:_ZN11MessageLoop11RunInternalEv
2665 fun:_ZN11MessageLoop10RunHandlerEv
2666 fun:_ZN16MessageLoopForUI3RunEPN4base16MessagePumpForUI10DispatcherE
2667 }
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