summaryrefslogtreecommitdiff
path: root/memcheck
AgeCommit message (Expand)AuthorFilesLines
2008-09-07Disabled printing of file descriptor value in order to make the test results ...bart2-2/+2
2008-08-27Added regression test for Linux' capget system call.bart4-0/+65
2008-08-08Handle new IR ops Iop_RoundF64toF64_*.sewardj1-0/+4
2008-07-29Compiles now with old versions of <sys/epoll.h> too.bart1-0/+1
2008-07-29Add a followup comment to the changes in r8454, which made memcheck'ssewardj1-0/+8
2008-07-22Change memcheck's (client) realloc implementation so that it copiessewardj1-16/+37
2008-07-22Origin-tracking fix: make sure that we have a shadow-origin (B)sewardj1-6/+16
2008-07-18Fix a silly mistake resulting in a bunch of global variables beingsewardj1-17/+17
2008-07-18When the leak checker finds overlapping blocks report the detailstom1-8/+14
2008-07-18When warning about permissions being changed on a large chunk oftom1-1/+2
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart4-68/+70
2008-06-27Fixed filter.bart1-1/+1
2008-06-27Added extra filtering for the stderr output of malloc_free_fill such that the...bart6-119/+8
2008-06-24Reworked test such that file locking is now triggered from two different proc...bart3-36/+79
2008-06-23Added missing mode_t argument to open() system call.bart2-3/+3
2008-06-23Result of timerfd() syscall is no longer printed to stdout, which should make...bart2-5/+2
2008-06-23Added regression test for POSIX advisory locking (fcntl(..., F_SETFL, ...)).bart4-0/+95
2008-06-13get_otrack_shadow_offset_wrk: don't assert when handling 32 bitsewardj1-9/+19
2008-06-04Try to make this test more consistent across different machines.njn2-26/+42
2008-06-01Try to make these tests more reliable for different machines.njn5-68/+220
2008-05-29In the leak checker, don't assert when there are multiple identicalsewardj1-3/+15
2008-05-27Add a missing case and remove the bogus associated comment.sewardj1-5/+1
2008-05-12Make return types for some of the requests 64-bit clean. (following bugsewardj1-13/+13
2008-05-09Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yessewardj1-0/+4
2008-05-09Add a regression test for fxsave.sewardj5-0/+246
2008-05-09Add a test case for #157748.sewardj5-1/+29
2008-05-07Add missing words to comment.sewardj1-2/+2
2008-05-06Build fixes for AIX5.3.sewardj1-0/+9
2008-05-06Add an expected output for ppc64-linux; probably required due to dodgyness insewardj3-1/+8
2008-05-06Why doesn't this sodding language have a half-decent type system?sewardj1-1/+1
2008-05-06Add a test for origin tracking through large floating point arrays.sewardj5-1/+117
2008-05-05Add comments giving an overview of the origin tracking implementation.sewardj1-37/+244
2008-05-04Add documentation on the new --track-origins=no|yes [no] flag.sewardj1-14/+77
2008-05-04Fixed compiler warnings.bart1-4/+9
2008-05-04Disable gcc warnings about shadowed variables when compiling varinfo2.c.bart1-1/+1
2008-05-03Remove a bit of unused code.sewardj1-28/+2
2008-05-02Dynamically allocate the origin tracking cache as needed (only forsewardj1-14/+42
2008-05-02Re-check complex and fragile bit-twiddling pertaining to indexing intosewardj1-8/+102
2008-05-02Minor cleanups:sewardj3-114/+104
2008-05-02Move the error management code for Memcheck into a new file,sewardj4-1379/+1508
2008-05-01Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION.sewardj22-6/+22
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj30-465/+10995
2008-04-28Compiles now on systems without definition of CLOCK_MONOTONIC.bart1-0/+2
2008-04-27Only run the timerfd_create()/timerfd_gettime()/timerfd_settime() test on ker...bart1-1/+1
2008-04-27Fixed typo.bart1-1/+1
2008-04-27Fixed typo.bart1-1/+1
2008-04-27Added regression test for timerfd_create(), timerfd_gettime() and timerfd_set...bart5-0/+360
2008-04-27Added yet another output variant.bart1-0/+0
2008-04-27Filtered malloc/free statistics out from more output variant files.bart11-32/+32
2008-04-27Added yet another malloc_free_fill output variant.bart1-0/+57