WebKit Bugzilla
Attachment 356821 Details for
Bug 192502
: Ignore false-positive leaks under bmalloc::Heap::Heap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch v1
bug-192502-20181207104246.patch (text/plain), 1.39 KB, created by
David Kilzer (:ddkilzer)
on 2018-12-07 10:42:47 PST
(
hide
)
Description:
Patch v1
Filename:
MIME Type:
Creator:
David Kilzer (:ddkilzer)
Created:
2018-12-07 10:42:47 PST
Size:
1.39 KB
patch
obsolete
>Subversion Revision: 238948 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 8a180e634555d38b35c79b5cc33935c35db4e610..6ed3b04a2739cb42f80dba06fa304cc7a764d486 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,15 @@ >+2018-12-07 David Kilzer <ddkilzer@apple.com> >+ >+ Ignore false-positive leaks under bmalloc::Heap::Heap >+ <https://webkit.org/b/192502> >+ <rdar://problem/46557903> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/port/leakdetector.py: >+ (LeakDetector._callstacks_to_exclude_from_leaks): Exclude leaks >+ with stacks containing 'bmalloc::Heap::Heap'. >+ > 2018-12-06 David Kilzer <ddkilzer@apple.com> > > Injected bundle for WebKitTestRunner leaks WKTypeRef objects >diff --git a/Tools/Scripts/webkitpy/port/leakdetector.py b/Tools/Scripts/webkitpy/port/leakdetector.py >index d07e0959e90a354a50c5dedd22ba91e2cfd749c2..c967ad75a6da792d372032f7bbff045e5b80dfa9 100644 >--- a/Tools/Scripts/webkitpy/port/leakdetector.py >+++ b/Tools/Scripts/webkitpy/port/leakdetector.py >@@ -60,6 +60,7 @@ class LeakDetector(object): > 'CIDeviceManagerStartMonitoring', # <rdar://problem/35711052> > 'NSSpellChecker init', # <rdar://problem/35434615> > 'NSColor controlHighlightColor', # <rdar://problem/35816332> >+ 'bmalloc::Heap::Heap', # <rdar://problem/40305994> > ] > return callstacks >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192502
: 356821