summaryrefslogtreecommitdiff
path: root/test/.valgrind-suppressions
Commit message (Collapse)AuthorAgeFilesLines
* [valgrind] More suppressions for XrmGetStringDatabase().Chris Wilson2008-08-071-0/+32
| | | | Another variation in the callstack needs suppressing.
* [test/.valgrind-suppressions] Update for amd64/sidChris Wilson2008-01-101-3/+17
| | | | Update the valgrind suppressions for the libz and Xrm spam.
* [valgrind] Update zlib suppressions.Chris Wilson2007-12-201-0/+37
| | | | Match the zlib library as found on hardy+dbgsym.
* [valgrind-suppressions] Update to cover XrmGetStringDatabaseChris Wilson2007-05-101-28/+14
| | | | | | By dropping the top frame from suppression, the XrmGetFileDatabase suppressions will also match XrmGetStringDatabase leaks which are starting to occur.
* Add suppression for leak from XauFileName.Chris Wilson2007-04-161-1/+6
| | | | | The string is statically allocated by XauFileName() and so ignore the fact that is not freed upon termination.
* Add even more XrmGetFileDatabase leaks to the valgrind suppressions fileCarl Worth2007-03-021-0/+24
|
* [test] Add more valgrind suppressionsBehdad Esfahbod2007-03-011-0/+19
|
* Add a variation of an existing valgrind suppressionCarl Worth2006-08-081-0/+12
|
* Even _more_ valgrind suppresions for Xrm (XrmGetFileDatabase this time)Carl Worth2006-07-011-14/+176
|
* Add yet another XrmGetStringDatabase valgrind suppression.Carl Worth2006-07-011-0/+15
|
* Add valgrind suppressions for pthread initialization still ↵Carl Worth2006-06-301-0/+39
| | | | reachable/possibly lost memory
* Add valgrind suppressions for still-reachable memory from XGetDefault and ↵Carl Worth2006-06-301-0/+142
| | | | XrmGetStringDatabase
* Add another suppression due to mysterious occurences in libcCarl Worth2006-06-301-0/+10
|
* Add new libz/libpng suppressions.Carl Worth2006-06-301-0/+27
| | | | It would appear we have to keep updating these for new library versions.
* Add suppression for uninitialized data in fbBltOne.Carl Worth2005-08-231-0/+16
|
* Suppress a pthread initialization error now that tests are linked with ↵Carl Worth2005-08-181-0/+11
| | | | -lpthread.
* Add valgrind suppressions for libpng/libz use of uninitialized data. There ↵Carl Worth2005-07-181-0/+26
are clearly bugs here that are not cairo's fault as zeroing the buffer before writing the png image actually causes more errors(\!). And, notably, setting all the data to random bytes usually makes the errors go away. Change the check-valgrind target to include the .valgrind-suppresions file and to tee output into valgrind.log.