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:
Mike Hommey 2021-06-25 13:28:27 +00:00
Родитель cd399a71a2
Коммит 4ca3fd9016
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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