summaryrefslogtreecommitdiff
path: root/gtk.supp
Commit message (Collapse)AuthorAgeFilesLines
* Add some more valgrind suppressionsMatthias Clasen2023-04-271-0/+24
|
* Add more valgrind suppressionsMatthias Clasen2022-08-121-0/+8
| | | | This gets all GQuark functions out of the logs.
* Ignore pthread allocations in valgrindMatthias Clasen2021-03-271-0/+8
|
* Better fontconfig suppressionMatthias Clasen2020-08-301-0/+8
|
* Add g_intern_static_string to valgrind suppressionsMatthias Clasen2020-06-281-0/+8
| | | | That function can also trigger a quark table reallocation.
* gtk.supp: UpdateTimm Bäder2020-05-051-12/+30
| | | | Make some rules more general and add some more epoxy/mesa suppressions.
* supp: Use a single suppressions file for lib, lib64 and multiarchSimon McVittie2020-04-021-22/+32
| | | | | | | | | In addition to the traditional library directory lib and the 64-bit multilib directory lib64, this will cover Debian-style multiarch (lib/x86_64-linux-gnu etc.), Arch Linux 32-bit (lib32), x32 and various others. Signed-off-by: Simon McVittie <smcv@debian.org>
* supp: Ignore calloc in the AMD driverTimm Bäder2020-01-071-0/+9
| | | | What'cha gonna do
* supp: Add some more exceptionsTimm Bäder2019-08-031-0/+21
|
* gtk.supp: Add glXQueryServerString exceptionsTimm Bäder2019-07-211-0/+31
|
* gtk.supp: Add a pixman_image_composite32 exceptionTimm Bäder2019-07-211-0/+9
|
* gtk.supp: add a FcDefaultSubstitute exceptionTimm Bäder2019-07-211-0/+10
|
* suppression file: Add glReadPixels mesa exceptionTimm Bäder2019-07-131-0/+11
|
* Add a gtk valgrind suppression fileTimm Bäder2019-07-071-0/+152
Not ideal but otherwise I get 30k line output from valgrind when just running the widget factory. It's mostly mesa but still.