summaryrefslogtreecommitdiff
path: root/tests/check/gst-plugins-base.supp
AgeCommit message (Collapse)AuthorFilesLines
2019-09-08tests: fix up valgrind suppressions for glibc getaddrinfo leaksTim-Philipp Müller1-0/+1
Make more flexible. There is an extra gethostbyname2_r@@GLIBC_2.2.5 (getXXbyYY_r.c:217) in the trace on the build bots (F30). Fixes the -base and -good valgrind jobs on the 1.16 branch CI.
2019-08-30Pass the code through codespellThibault Saunier1-2/+2
2019-06-05valgrind: suppress incorrect conditional error in orc backup codeMathieu Duponchelle1-0/+7
2019-06-05valgrind: suppress conditional jump or move errorMathieu Duponchelle1-0/+7
valgrind gets confused with the following piece of code: var37.i = ORC_CLAMP_SL((orc_int64)var33.i + (orc_int64)var34.i); Where all variables are orc_int32
2018-04-13tests: make getaddrinfo suppression more genericTim-Philipp Müller1-3/+2
So it works for me on debian sid.
2018-04-13valgrind supps: ignore leaks where pango is the first frameMathieu Duponchelle1-0/+8
2018-04-13valgrind supps: ignore intentional leak in GL testMathieu Duponchelle1-0/+8
2018-04-13valgrind supps: conditional moves in nvidia-glcoreMathieu Duponchelle1-0/+5
Not much we can do here
2018-04-13valgrind supps: getaddrinfo leaks when resolving addressesMathieu Duponchelle1-0/+15
https://lists.debian.org/debian-glibc/2016/03/msg00243.html
2018-04-13valgrind supps: ignore bash leaksMathieu Duponchelle1-0/+9
gst_install_plugins_* can instantiate bash
2018-04-12valgrind suppressions: ignore XInitThreads leaksMathieu Duponchelle1-0/+9
As we load that symbol dynamically, valgrind gets confused when it leaks and reports the leak against an unrelated library and an unknown (??) symbol. To address that, put the loading and calling of that symbol in a separate function, and ignore any malloc leak happening in that function.
2018-04-12valgrind supps: ignore leak in XextCreateExtensionMathieu Duponchelle1-0/+10
Searching for that specific function in other suppression files on the Internet shows a few projects ignoring it eg: https://github.com/XCSoar/XCSoar/blob/master/valgrind.suppressions
2018-01-24gst-plugins-base.supp: add gl suppressions for one off init allocationsVincent Penquerc'h1-0/+52
Add to valgrind suppressions file. https://bugzilla.gnome.org/show_bug.cgi?id=781021
2011-11-07valgrind: add ALSA leaks fixed by snd_config_update_free_globalVincent Penquerc'h1-0/+120
If they go when calling snd_config_update_free_global, they're not really bug leaks, but more like intentional ones we don't want to get told about. https://bugzilla.gnome.org/show_bug.cgi?id=615342
2010-09-07check: Make fontconfig leak suppression more genericEdward Hervey1-10/+2
2009-10-09check: Add valgrind suppressions for ALSA and fontconfig bits on Jaunty.Jan Schmidt1-0/+334
2008-02-22tests/check/gst-plugins-base.supp: Add a suppression for a cached value in ↵Sebastian Dröge1-0/+42
GIO that wasn't moved while moving gio fro... Original commit message from CVS: * tests/check/gst-plugins-base.supp: Add a suppression for a cached value in GIO that wasn't moved while moving gio from -bad to -base.
2007-01-24ext/pango/gsttextoverlay.c: Don't unnecessarily ref (and then leak) upstream ↵Tim-Philipp Müller1-0/+9
events if the text pad is not linked. Fi... Original commit message from CVS: * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event), (gst_text_overlay_text_event): Don't unnecessarily ref (and then leak) upstream events if the text pad is not linked. Fixes #399948. * tests/check/gst-plugins-base.supp: Add suppression for pango on edgy/x86 for textoverlay test.
2006-04-10tests/check/: so that FC4 buildslaves can pass.Michael Smith1-0/+12
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/gst-plugins-base.supp: Suppress an old libtheora bug (fixed in more recent versions), so that FC4 buildslaves can pass.