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 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1883 fun:TemplateURLServiceTest::AddKeywordWithDate | 1883 fun:TemplateURLServiceTest::AddKeywordWithDate |
1884 fun:TemplateURLServiceTest_ResetNonExtensionURLs_Test::TestBody | 1884 fun:TemplateURLServiceTest_ResetNonExtensionURLs_Test::TestBody |
1885 } | 1885 } |
1886 { | 1886 { |
1887 bug_246560b | 1887 bug_246560b |
1888 Heapcheck:Leak | 1888 Heapcheck:Leak |
1889 fun:std::basic_string::_Rep::_S_create | 1889 fun:std::basic_string::_Rep::_S_create |
1890 fun:std::operator+ | 1890 fun:std::operator+ |
1891 fun:TemplateURLServiceTest_ResetNonExtensionURLs_Test::TestBody | 1891 fun:TemplateURLServiceTest_ResetNonExtensionURLs_Test::TestBody |
1892 } | 1892 } |
| 1893 { |
| 1894 bug_246567a |
| 1895 Heapcheck:Leak |
| 1896 fun:v8::internal::PerThreadAssertScopeBase::AssertData |
| 1897 fun:v8::internal::PerThreadAssertScope::IsAllowed |
| 1898 fun:v8::internal::Heap::AllocateRaw |
| 1899 fun:v8::internal::Heap::Allocate |
| 1900 fun:v8::internal::Heap::AllocateForeign |
| 1901 fun:v8::internal::Heap::AllocateExternal |
| 1902 fun:v8::internal::Factory::NewExternal |
| 1903 fun:v8::External::New |
| 1904 fun:net::ProxyResolverV8::Context::InitV8 |
| 1905 fun:net::ProxyResolverV8::SetPacScript |
| 1906 fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver |
| 1907 fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking |
| 1908 } |
| 1909 { |
| 1910 bug_246567b |
| 1911 Heapcheck:Leak |
| 1912 fun:v8::internal::PerThreadAssertScopeBase::AssertData |
| 1913 fun:v8::internal::PerThreadAssertScope::IsAllowed |
| 1914 fun:v8::internal::HandleScope::CreateHandle |
| 1915 fun:Handle |
| 1916 fun:MacroAssembler |
| 1917 fun:v8::internal::Deoptimizer::EnsureCodeForDeoptimizationEntry |
| 1918 fun:v8::internal::Isolate::Init |
| 1919 fun:v8::internal::V8::Initialize |
| 1920 fun:v8::internal::Snapshot::Initialize |
| 1921 fun:InitializeHelper |
| 1922 fun:v8::V8::Initialize |
| 1923 fun:v8::Locker::Initialize |
| 1924 fun:net::ProxyResolverV8::Context::InitV8 |
| 1925 fun:net::ProxyResolverV8::SetPacScript |
| 1926 fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver |
| 1927 fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking |
| 1928 } |
OLD | NEW |