File: lsan.supp

package info (click to toggle)
cjs 128.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,872 kB
  • sloc: cpp: 34,377; javascript: 27,762; ansic: 13,033; sh: 1,611; python: 780; xml: 116; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2017 Endless Mobile, Inc.

# SpiderMonkey leaks a mutex for each GC helper thread.
leak:js::HelperThread::threadLoop

# https://bugs.freedesktop.org/show_bug.cgi?id=105466
leak:libfontconfig.so.1

# https://bugzilla.mozilla.org/show_bug.cgi?id=1478679
leak:js::coverage::LCovSource::writeScript
leak:js/src/util/Text.cpp

# GIO Module instances are created once and they're expected to be "leaked"
leak:g_io_module_new

# Gtk test may leak because of a Gdk/X11 issue:
#  https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6037
leak:gdk_x11_selection_input_stream_new_async