Chromium Code Reviews| 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 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1818 { | 1818 { |
| 1819 bug_28824 | 1819 bug_28824 |
| 1820 Memcheck:Leak | 1820 Memcheck:Leak |
| 1821 fun:_Znw* | 1821 fun:_Znw* |
| 1822 ... | 1822 ... |
| 1823 fun:_ZN7Profile13CreateProfileERK8FilePath | 1823 fun:_ZN7Profile13CreateProfileERK8FilePath |
| 1824 fun:_ZN14ProfileManager13CreateProfileERK8FilePath | 1824 fun:_ZN14ProfileManager13CreateProfileERK8FilePath |
| 1825 fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv | 1825 fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv |
| 1826 } | 1826 } |
| 1827 { | 1827 { |
| 1828 bug_29026 | 1828 bug_29026 |
|
jamesr
2009/12/01 00:11:51
29026 was merged into 29004, could you change that
| |
| 1829 Memcheck:Leak | 1829 Memcheck:Leak |
| 1830 fun:_Znw* | 1830 fun:_Znw* |
| 1831 fun:_ZN3net129_GLOBAL__N__b_slave_chromium_rel_linux_valgrind_builder_build_s rc_net_flip_flip_network_transaction_unittest.cc_00000000_DB93990219SessionDepen denciesC1Ev | 1831 ... |
| 1832 fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequest InfoEPNS_17DelayedSocketDataE | 1832 fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequest InfoEPNS_17DelayedSocketDataE |
| 1833 fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv | 1833 fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv |
| 1834 fun:_ZN7testing4Test3RunEv | 1834 fun:_ZN7testing4Test3RunEv |
| 1835 fun:_ZN7testing8internal12TestInfoImpl3RunEv | 1835 fun:_ZN7testing8internal12TestInfoImpl3RunEv |
| 1836 fun:_ZN7testing8TestCase3RunEv | 1836 fun:_ZN7testing8TestCase3RunEv |
| 1837 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv | 1837 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv |
| 1838 fun:_ZN7testing8UnitTest3RunEv | 1838 fun:_ZN7testing8UnitTest3RunEv |
| 1839 fun:_ZN9TestSuite3RunEv | 1839 fun:_ZN9TestSuite3RunEv |
| 1840 fun:main | 1840 fun:main |
| 1841 } | 1841 } |
| 1842 } | 1842 } |
| OLD | NEW |