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

Side by Side Diff: tools/lsan/suppressions.txt

Issue 213833007: Suppress leaks in WebCore::V8PerIsolateData::ensureDomInJSContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« 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 # HeapCheck sanity test 1 # HeapCheck sanity test
2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody
3 3
4 #### Third-party leaks #### 4 #### Third-party leaks ####
5 5
6 # False positives in libfontconfig. http://crbug.com/39050 6 # False positives in libfontconfig. http://crbug.com/39050
7 leak:libfontconfig 7 leak:libfontconfig
8 8
9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242 672 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242 672
10 # TODO(earthdok): Annotate. 10 # TODO(earthdok): Annotate.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 # Those should only fire in (browser)tests. If you see one of them in Chrome, 54 # Those should only fire in (browser)tests. If you see one of them in Chrome,
55 # then it's a real leak. 55 # then it's a real leak.
56 # http://crbug.com/328552 56 # http://crbug.com/328552
57 leak:WTF::StringImpl::createUninitialized 57 leak:WTF::StringImpl::createUninitialized
58 leak:WTF::StringImpl::create8BitIfPossible 58 leak:WTF::StringImpl::create8BitIfPossible
59 leak:WebCore::MouseEvent::create 59 leak:WebCore::MouseEvent::create
60 leak:WebCore::V8WindowShell::initializeIfNeeded 60 leak:WebCore::V8WindowShell::initializeIfNeeded
61 leak:WebCore::*::*GetterCallback 61 leak:WebCore::*::*GetterCallback
62 leak:WebCore::CSSComputedStyleDeclaration::create 62 leak:WebCore::CSSComputedStyleDeclaration::create
63 63
64 # crbug.com/358014
65 leak:WebCore::V8PerIsolateData::ensureDomInJSContext
66
64 # http://crbug.com/356785 67 # http://crbug.com/356785
65 leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody 68 leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody
66 69
67 #### Actual bugs in Chromium code #### 70 #### Actual bugs in Chromium code ####
68 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. 71 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS.
69 # Instead, commits that introduce memory leaks should be reverted. Suppressing 72 # Instead, commits that introduce memory leaks should be reverted. Suppressing
70 # the leak is acceptable in some cases when reverting is impossible, i.e. when 73 # the leak is acceptable in some cases when reverting is impossible, i.e. when
71 # enabling leak detection for the first time for a test target with pre-existing 74 # enabling leak detection for the first time for a test target with pre-existing
72 # leaks. 75 # leaks.
73 76
(...skipping 20 matching lines...) Expand all
94 # http://crbug.com/318221 97 # http://crbug.com/318221
95 leak:base::EnsureProcessTerminated 98 leak:base::EnsureProcessTerminated
96 99
97 # http://crbug.com/322671 100 # http://crbug.com/322671
98 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread 101 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread
99 102
100 # http://crbug.com/355641 103 # http://crbug.com/355641
101 leak:TrayAccessibilityTest 104 leak:TrayAccessibilityTest
102 105
103 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. 106 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS.
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