зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1718131 - Add LSan suppressions for intentional leaks that somehow LSan didn't catch before. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D118828
This commit is contained in:
Родитель
cd399a71a2
Коммит
4ca3fd9016
|
@ -110,6 +110,8 @@ extern "C" const char* __lsan_default_suppressions() {
|
|||
|
||||
// Bug 1363976 - Stylo holds some global data alive forever.
|
||||
"leak:style::global_style_data\n"
|
||||
"leak:style::sharing::SHARING_CACHE_KEY\n"
|
||||
"leak:style::bloom::BLOOM_KEY\n"
|
||||
|
||||
//
|
||||
// Many leaks only affect some test suites. The suite annotations are
|
||||
|
|
Загрузка…
Ссылка в новой задаче