]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - Changes
Output what we got when t/30-bad.t fails
[perl/modules/Test-Valgrind.git] / Changes
1 Revision history for Test-Valgrind
2
3 0.08    2009-02-08 18:25 UTC
4         + Add : Unload the libraries loaded by DynaLoader at END time, reducing
5                 the number of leaks in perl.
6         + Rem : The useless t/21-good-block.t.
7         + Upd : META.yml spec updated to 1.4.
8
9 0.07    2008-09-30 13:35 UTC
10         + Chg : Now conforms to the Test::Builder framework.
11         + Fix : STDERR is longer eaten.
12         + Fix : Eat STDOUT or print it as diagnostics, but never let him go
13                 through naked, as this may fiddle with the tests output.
14         + Fix : 'make test' without prior 'make'.
15
16 0.06    2008-09-09 22:10 UTC
17         + Fix : Suppressions were installed in the wrong path. Thanks Marvin
18                 Humphrey for reporting this.
19         + Fix : Really load XSLoader when generating suppressions. Thanks Marvin
20                 Humphrey again for bringing this to my attention.
21         + Fix : The logic for finding the file to run through valgrind was
22                 flawed, which lead to generate suppressions against
23                 Test/Valgrind.pm only.
24
25 0.051   2008-09-02 17:20 UTC
26         + Fix : Forgot to upgrade version of the suppression placeholder module.
27
28 0.05    2008-08-25 22:05 UTC
29         + Chg : Lower the default caller to 12.
30         + Tst : Add a real-life test that gets executed only if you have a C
31                 compiler.
32
33 0.04    2008-05-13 16:25 UTC
34         + Chg : Don't smoke this on 5.005 please.
35         + Chg : Better way to find the valgrind executable.
36
37 0.03    2008-04-21 15:35 UTC
38         + Fix : Include the mock Suppressions.pm rather than an empty file.
39
40 0.02    2008-04-21 15:25 UTC
41         + Add : Test::Valgrind now depends on Perl::Destruct::Level. This is
42                 needed for non-debugging perls because we can't set their
43                 level of memory cleanup correctness on exit with the
44                 PERL_DESTRUCT_LEVEL environment variable.
45         + Add : Hardcode valgrind path into the new constant
46                 Test::Valgrind::Suppressions::VG_PATH.
47         + Chg : Test::Valgrind::Suppressions::supppath() is now supp_path().
48         + Chg : lib/Test/Valgrind/Suppressions.pm.tpl was renamed to
49                 lib/Test/Valgrind/Suppressions.tpl for file portability reasons.
50
51 0.01    2008-04-19 15:50 UTC
52         First version, released on an unsuspecting world.
53