]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/log
perl/modules/Test-Valgrind.git
16 years agoGet infos from the suppression files in t/10-suppressions.t, so that we get useful...
Vincent Pit [Sun, 28 Sep 2008 00:54:53 +0000 (02:54 +0200)]
Get infos from the suppression files in t/10-suppressions.t, so that we get useful feedback from smokers

16 years agoDon't output the plan twice when no XS can be found, and output the reason from the...
Vincent Pit [Sun, 28 Sep 2008 00:41:17 +0000 (02:41 +0200)]
Don't output the plan twice when no XS can be found, and output the reason from the parent

16 years agot/30-bad.t is only TODO for non-debugging perls
Vincent Pit [Sun, 28 Sep 2008 00:28:42 +0000 (02:28 +0200)]
t/30-bad.t is only TODO for non-debugging perls

16 years agoDon't output our plan if one has already been set
Vincent Pit [Sun, 28 Sep 2008 00:18:05 +0000 (02:18 +0200)]
Don't output our plan if one has already been set

16 years agoIn t/30-bad.t, first load Test::Valgrind and then the XS code (whenever possible...
Vincent Pit [Sat, 27 Sep 2008 22:28:49 +0000 (00:28 +0200)]
In t/30-bad.t, first load Test::Valgrind and then the XS code (whenever possible), as loading the latter first actually loads the former

16 years agoOutput more diagnostics when 'use Test::Valgrind' fails
Vincent Pit [Sat, 27 Sep 2008 22:24:24 +0000 (00:24 +0200)]
Output more diagnostics when 'use Test::Valgrind' fails

16 years agoPort to use Test::Builder internally
Vincent Pit [Sat, 27 Sep 2008 22:20:49 +0000 (00:20 +0200)]
Port to use Test::Builder internally

16 years agoThis is 0.06 v0.06
Vincent Pit [Tue, 9 Sep 2008 22:07:43 +0000 (00:07 +0200)]
This is 0.06

16 years agoFix generations of XSLoader suppressions
Vincent Pit [Tue, 9 Sep 2008 22:02:06 +0000 (00:02 +0200)]
Fix generations of XSLoader suppressions

16 years agoBetter wrap XSLoader in an eval STRING so that it does its jobs at run time
Vincent Pit [Tue, 9 Sep 2008 22:01:35 +0000 (00:01 +0200)]
Better wrap XSLoader in an eval STRING so that it does its jobs at run time

16 years agoSearch for the first file and fallback to the first module if there's not
Vincent Pit [Tue, 9 Sep 2008 22:00:54 +0000 (00:00 +0200)]
Search for the first file and fallback to the first module if there's not

16 years agoFix installation path
Vincent Pit [Tue, 9 Sep 2008 08:26:01 +0000 (10:26 +0200)]
Fix installation path

16 years agoRemove the shebang line in gen.pl so that it doesn't fetch the PATH perl
Vincent Pit [Tue, 9 Sep 2008 08:21:57 +0000 (10:21 +0200)]
Remove the shebang line in gen.pl so that it doesn't fetch the PATH perl

16 years agoGenerate suppressions with eval BLOCK, and test it too
Vincent Pit [Mon, 8 Sep 2008 21:52:57 +0000 (23:52 +0200)]
Generate suppressions with eval BLOCK, and test it too

16 years agoThis is 0.051 v0.051
Vincent Pit [Tue, 2 Sep 2008 17:22:00 +0000 (19:22 +0200)]
This is 0.051

16 years agoThis is 0.05 v0.05
Vincent Pit [Mon, 25 Aug 2008 22:04:45 +0000 (00:04 +0200)]
This is 0.05

16 years agoTest real-life leaks with some XS
Vincent Pit [Mon, 25 Aug 2008 21:57:06 +0000 (23:57 +0200)]
Test real-life leaks with some XS

16 years agoDocument alternatives
Vincent Pit [Mon, 25 Aug 2008 21:55:46 +0000 (23:55 +0200)]
Document alternatives

16 years agoAdd the cb option
Vincent Pit [Mon, 25 Aug 2008 21:22:44 +0000 (23:22 +0200)]
Add the cb option

16 years agoNo need to check the valgrind executable two times
Vincent Pit [Mon, 25 Aug 2008 20:09:35 +0000 (22:09 +0200)]
No need to check the valgrind executable two times

16 years agoRemove the now useless dist.sh script
Vincent Pit [Mon, 25 Aug 2008 16:50:02 +0000 (18:50 +0200)]
Remove the now useless dist.sh script

16 years agoUse only 12 callers as default
Vincent Pit [Mon, 25 Aug 2008 16:48:03 +0000 (18:48 +0200)]
Use only 12 callers as default

16 years agoGenerate extra suppressions and remove duplicated ones
Vincent Pit [Mon, 25 Aug 2008 16:46:46 +0000 (18:46 +0200)]
Generate extra suppressions and remove duplicated ones

16 years agoGet rid of Debian_CPANTS.txt
Vincent Pit [Mon, 25 Aug 2008 12:50:58 +0000 (14:50 +0200)]
Get rid of Debian_CPANTS.txt

16 years agoReset suppressions and template on make clean
Vincent Pit [Mon, 25 Aug 2008 12:50:30 +0000 (14:50 +0200)]
Reset suppressions and template on make clean

16 years agoUpdate .gitignore
Vincent Pit [Sat, 5 Jul 2008 21:44:11 +0000 (23:44 +0200)]
Update .gitignore

16 years agoAdd the dist.sh script
Vincent Pit [Sun, 29 Jun 2008 16:01:15 +0000 (18:01 +0200)]
Add the dist.sh script

16 years agoImporting Test-Valgrind-0.04.tar.gz v0.04
Vincent Pit [Sun, 29 Jun 2008 15:58:45 +0000 (17:58 +0200)]
Importing Test-Valgrind-0.04.tar.gz

16 years agoImporting Test-Valgrind-0.03.tar.gz v0.03
Vincent Pit [Sun, 29 Jun 2008 15:58:40 +0000 (17:58 +0200)]
Importing Test-Valgrind-0.03.tar.gz

16 years agoImporting Test-Valgrind-0.02.tar.gz v0.02
Vincent Pit [Sun, 29 Jun 2008 15:58:34 +0000 (17:58 +0200)]
Importing Test-Valgrind-0.02.tar.gz

16 years agoImporting Test-Valgrind-0.01.tar.gz v0.01
Vincent Pit [Sun, 29 Jun 2008 15:58:17 +0000 (17:58 +0200)]
Importing Test-Valgrind-0.01.tar.gz