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 1902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1913 fun:std::string::_Rep::_S_create | 1913 fun:std::string::_Rep::_S_create |
1914 fun:std::string::_S_construct | 1914 fun:std::string::_S_construct |
1915 fun:std::string::_S_construct_aux | 1915 fun:std::string::_S_construct_aux |
1916 fun:std::string::_S_construct | 1916 fun:std::string::_S_construct |
1917 fun:std::basic_string::basic_string | 1917 fun:std::basic_string::basic_string |
1918 fun:file_util::CreateTemporaryDirInDirImpl | 1918 fun:file_util::CreateTemporaryDirInDirImpl |
1919 fun:file_util::CreateNewTempDirectory | 1919 fun:file_util::CreateNewTempDirectory |
1920 fun:ScopedTempDir::CreateUniqueTempDir | 1920 fun:ScopedTempDir::CreateUniqueTempDir |
1921 fun:BrowsingDataQuotaHelperTest::SetUp | 1921 fun:BrowsingDataQuotaHelperTest::SetUp |
1922 } | 1922 } |
| 1923 { |
| 1924 bug_91845_a |
| 1925 Heapcheck:Leak |
| 1926 ... |
| 1927 fun:BrowserAccessibilityManager::CreateAccessibilityTree |
| 1928 ... |
| 1929 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody |
| 1930 } |
| 1931 { |
| 1932 bug_91845_b |
| 1933 Heapcheck:Leak |
| 1934 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody |
| 1935 } |
| 1936 { |
| 1937 bug_91845_c |
| 1938 Heapcheck:Leak |
| 1939 ... |
| 1940 fun:BrowserAccessibilityManager::Create |
| 1941 fun:BrowserAccessibilityManager::CreateEmptyDocument |
| 1942 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody |
| 1943 } |
OLD | NEW |