| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt test.valgrind make target to recent valgrinds (3.x) | Rafael Garcia-Suarez | 2006-01-14 | 1 | -1/+1 |
* | Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches) | Yitzchak Scott-Thoennes | 2006-01-09 | 1 | -0/+3 |
* | Provide a crude way for specifying the command line for | Nicholas Clark | 2005-11-14 | 1 | -3/+4 |
* | t/TEST should require Time::HiRes only when it uses it. | Rafael Garcia-Suarez | 2005-10-25 | 1 | -2/+2 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -5/+14 |
* | Understand "ok" with no number | Michael G. Schwern | 2005-07-12 | 1 | -68/+71 |
* | make t/TEST print summary times consistently to two decimal places | Dave Mitchell | 2005-05-18 | 1 | -1/+1 |
* | t/TEST's new error messages now include the prefix 'FAILURE--' | Dave Mitchell | 2005-05-08 | 1 | -7/+7 |
* | strictifying t/TEST stopped it handling '1..n todo' correctly | Dave Mitchell | 2005-05-05 | 1 | -1/+1 |
* | make t/TEST detect various failure modes in testfile outputs | Dave Mitchell | 2005-05-05 | 1 | -33/+51 |
* | strictify t/TEST | Dave Mitchell | 2005-05-04 | 1 | -76/+88 |
* | 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP | H.Merijn Brand | 2005-04-06 | 1 | -2/+5 |
* | Make TEST and harness skip tests for extensions that were not | Nicholas Clark | 2004-10-31 | 1 | -1/+41 |
* | Minor tweaks for the test.utf16 target, by Jarkko | Rafael Garcia-Suarez | 2004-10-12 | 1 | -1/+4 |
* | Make the perl interpreter more tolerant of UTF-16-encoded script | Rafael Garcia-Suarez | 2004-10-08 | 1 | -6/+35 |
* | t/TEST | Abe Timmerman | 2004-06-13 | 1 | -2/+6 |
* | TEST needs to ignore SCM files | Alan Burlison | 2004-05-28 | 1 | -1/+2 |
* | Fix new B::Concise test output | Jim Cromie | 2004-05-17 | 1 | -1/+2 |
* | Work on eliminating systematic failures on make minitest: | Nicholas Clark | 2004-03-02 | 1 | -0/+1 |
* | Re: [perl #948] $, untieable? | Richard Clamp | 2003-10-25 | 1 | -1/+1 |
* | Add a test.taintwarn makefile target, | Rafael Garcia-Suarez | 2003-10-22 | 1 | -3/+10 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -5/+13 |
* | valgrind update | Marcus Holland-Moritz | 2003-08-25 | 1 | -12/+18 |
* | Re: valgrind as a leak hound? | Marcus Holland-Moritz | 2003-08-23 | 1 | -21/+23 |
* | t/TEST fails to fail when it can't find tests. | Rafael Garcia-Suarez | 2003-08-19 | 1 | -1/+1 |
* | Add valgrind testing target. | Jarkko Hietaniemi | 2003-08-16 | 1 | -2/+47 |
* | TEST script (Was: Not ok 20712ff) | Andreas König | 2003-08-15 | 1 | -16/+28 |
* | Bytecode patching from Enache. | Jarkko Hietaniemi | 2003-08-05 | 1 | -1/+1 |
* | Further Byteloader tweaks from Enache. | Jarkko Hietaniemi | 2003-07-27 | 1 | -5/+3 |
* | Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all | Adrian M. Enache | 2003-07-27 | 1 | -4/+31 |
* | various Deparse fixes | Dave Mitchell | 2003-07-02 | 1 | -1/+1 |
* | Because of #16909 MANIFEST changes. | Jarkko Hietaniemi | 2002-05-31 | 1 | -1/+1 |
* | More Third Degree. | Jarkko Hietaniemi | 2002-05-17 | 1 | -3/+4 |
* | Third Degree tweaks. | Jarkko Hietaniemi | 2002-05-17 | 1 | -4/+3 |
* | Third Degree: name the op/foo.t as op_foo. | Jarkko Hietaniemi | 2002-05-15 | 1 | -1/+1 |
* | #!/usr/bin/perl-current misparse | Michael G. Schwern | 2002-05-13 | 1 | -1/+1 |
* | Don't do JAPHs unless doing "make torturetest". | Jarkko Hietaniemi | 2002-05-10 | 1 | -3/+6 |
* | PATCH t/TEST | Mark-Jason Dominus | 2002-04-27 | 1 | -1/+1 |
* | t/TEST ported to VMS | Craig A. Berry | 2002-04-26 | 1 | -11/+38 |
* | MANIFEST is needlessly held open for entire duration of "make test" | Gurusamy Sarathy | 2002-04-26 | 1 | -0/+1 |
* | t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.) | Abigail | 2002-04-15 | 1 | -2/+3 |
* | Prettyprinting: shorten the lines to avoid linewrapping. | Jarkko Hietaniemi | 2002-04-11 | 1 | -16/+16 |
* | ext/attrs.t getting skipped | Craig A. Berry | 2002-04-10 | 1 | -1/+1 |
* | Add tests for s2p/psed, from Wolfgang Laun. | Jarkko Hietaniemi | 2002-04-09 | 1 | -0/+1 |
* | Start a new test category: uni. Much of t/op/pat | Jarkko Hietaniemi | 2002-01-13 | 1 | -1/+1 |
* | B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | Mattia Barbon | 2002-01-12 | 1 | -1/+2 |
* | Last patch needed to get Perl5.7 to build natively on VOS | Paul Green | 2002-01-07 | 1 | -1/+1 |
* | B, B::C, perlcc, t/TEST | Mattia Barbon | 2002-01-06 | 1 | -10/+38 |
* | -bytecompile & -compile for testing perlcc | Michael G. Schwern | 2001-12-15 | 1 | -5/+13 |
* | -t taint warnings | Michael G. Schwern | 2001-12-14 | 1 | -2/+2 |