| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |