Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add g_intern_static_string to valgrind suppressions | Matthias Clasen | 2020-06-28 | 1 | -0/+8 |
| | | | | That function can also trigger a quark table reallocation. | ||||
* | gtk.supp: Update | Timm Bäder | 2020-05-05 | 1 | -12/+30 |
| | | | | Make some rules more general and add some more epoxy/mesa suppressions. | ||||
* | supp: Use a single suppressions file for lib, lib64 and multiarch | Simon McVittie | 2020-04-02 | 1 | -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 driver | Timm Bäder | 2020-01-07 | 1 | -0/+9 |
| | | | | What'cha gonna do | ||||
* | supp: Add some more exceptions | Timm Bäder | 2019-08-03 | 1 | -0/+21 |
| | |||||
* | gtk.supp: Add glXQueryServerString exceptions | Timm Bäder | 2019-07-21 | 1 | -0/+31 |
| | |||||
* | gtk.supp: Add a pixman_image_composite32 exception | Timm Bäder | 2019-07-21 | 1 | -0/+9 |
| | |||||
* | gtk.supp: add a FcDefaultSubstitute exception | Timm Bäder | 2019-07-21 | 1 | -0/+10 |
| | |||||
* | suppression file: Add glReadPixels mesa exception | Timm Bäder | 2019-07-13 | 1 | -0/+11 |
| | |||||
* | Add a gtk valgrind suppression file | Timm Bäder | 2019-07-07 | 1 | -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. |