summaryrefslogtreecommitdiff
path: root/tests/valgrind.pm
Commit message (Collapse)AuthorAgeFilesLines
* runtests.pl: removed unused arguments to valgrindparseDan Fandrich2017-05-271-3/+1
|
* runtests: remove the valgrind parserDaniel Stenberg2016-12-211-83/+2
| | | | | Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* tests/valgrind.pm: suppress memleaks of NSS_InitContext()Kamil Dudka2012-04-161-1/+8
| | | | Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=745224
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* removed trailing whitespaceYang Tse2010-02-141-2/+2
|
* Detect curl source when valgrind provides an absolute source file nameDan Fandrich2007-10-311-4/+6
|
* Moved out the valgrind report parser to valgrind.pm, to make it easier toDaniel Stenberg2005-02-101-0/+109
test it outside the test suite. Now we also disable valgrind usage if libcurl was built shared, as then valgrind is only testing the wrapper-script running shell which is pointless.