| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "use $foo; 1" in evals to "require $foo; 1" to avoid breaking | Nicholas Clark | 2008-10-20 | 1 | -6/+6 |
* | Loading modules in test.pl | Jerry D. Hedden | 2008-09-27 | 1 | -7/+4 |
* | Watchdog re-queue | Jerry D. Hedden | 2008-09-10 | 1 | -5/+3 |
* | Make sure the watchdog requeues itself when sleep() wakes up early | Craig A. Berry | 2008-09-08 | 1 | -4/+12 |
* | Fix bug in counting in tempfile(). | Nicholas Clark | 2008-08-07 | 1 | -7/+12 |
* | A proper tempfile function that can be used multiple times. | Nicholas Clark | 2008-08-07 | 1 | -2/+9 |
* | Better temporary file name generation. (Avoid using ++, avoid file | Nicholas Clark | 2008-08-06 | 1 | -5/+20 |
* | watchdog() fix for MSWin32 | Jerry D. Hedden | 2008-07-23 | 1 | -0/+1 |
* | Fix skips in test.pl | Jerry D. Hedden | 2008-07-22 | 1 | -3/+3 |
* | test.pl | Jerry D. Hedden | 2008-07-16 | 1 | -4/+4 |
* | test.pl fix | Jerry D. Hedden | 2008-07-08 | 1 | -56/+81 |
* | Avoid using -> function call notation within test.pl, which is supposed | Nicholas Clark | 2008-07-01 | 1 | -3/+1 |
* | common test code for timed bail | Jerry D. Hedden | 2008-06-28 | 1 | -0/+102 |
* | shield t/test.pl functions from global print modifiers | Michael G. Schwern | 2008-01-02 | 1 | -17/+28 |
* | Must have /bin under Cygwin | Jerry D. Hedden | 2007-12-11 | 1 | -0/+2 |
* | Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu) | Abe Timmerman | 2007-09-25 | 1 | -1/+1 |
* | Give accurate failure diagnostics when unlike() fails. | Nicholas Clark | 2007-04-06 | 1 | -1/+2 |
* | test.pl should locally increase $Level, rather than setting it to a | Nicholas Clark | 2007-02-18 | 1 | -1/+1 |
* | It's all relative -- better handling of tainted directories | Craig A. Berry | 2006-06-02 | 1 | -1/+2 |
* | Change 28037 broke t/op/each.t when running with TEST. | Nicholas Clark | 2006-05-02 | 1 | -0/+2 |
* | Re: [PATCH] provide diag() and don't use ++ in test.pl | David Landgren | 2006-05-01 | 1 | -5/+23 |
* | Avoid "uninitialized value" warnings during 'make test'. | Gisle Aas | 2006-03-20 | 1 | -1/+1 |
* | Also strip $ENV{PATH} dirs writable by world. | Gisle Aas | 2006-03-20 | 1 | -1/+1 |
* | Taint handling for runperl: | H.Merijn Brand | 2006-03-02 | 1 | -16/+21 |
* | Move all the de-tainting logic for runperl into test.pl. | Nicholas Clark | 2006-02-27 | 1 | -7/+27 |
* | Assume that if runperl is called under tainting, that the caller really | Nicholas Clark | 2006-02-18 | 1 | -0/+9 |
* | like and unlike weren't reporting failure where correctly in test.pl | Nicholas Clark | 2005-12-23 | 1 | -0/+1 |
* | TODO-SKIP tests must be "not ok", or else the test harness will think | Yves Orton | 2005-12-19 | 1 | -1/+1 |
* | Upgrade to IO 1.22 from gbarr | Rafael Garcia-Suarez | 2005-09-06 | 1 | -0/+62 |
* | Re: [perl #36622] y/// at end of file | Michael G. Schwern | 2005-08-01 | 1 | -1/+1 |
* | Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(), | Rafael Garcia-Suarez | 2005-06-15 | 1 | -0/+4 |
* | &_q needs to *globally* escape ' and \ in its substitution. | Nicholas Clark | 2005-01-27 | 1 | -2/+2 |
* | [PATCH] cleanup t/op/taint.t | Michael G. Schwern | 2004-12-10 | 1 | -0/+12 |
* | sanity check the arguments to runperl(), to try to avoid it | Nicholas Clark | 2004-12-06 | 1 | -0/+8 |
* | made eq_array in t/test.pl handle undef values better | Dave Mitchell | 2004-08-09 | 1 | -0/+3 |
* | no_plan support in test.pl | Nicholas Clark | 2004-07-13 | 1 | -3/+13 |
* | Re: tests for change #22539 | Jim Cromie | 2004-04-06 | 1 | -14/+11 |
* | [patch t/test.pl] comment fix | Stas Bekman | 2003-12-23 | 1 | -2/+2 |
* | Faulty check. | Jarkko Hietaniemi | 2003-08-01 | 1 | -3/+4 |
* | Argument sanity checking. | Jarkko Hietaniemi | 2003-08-01 | 1 | -0/+6 |
* | fresh_perl_(is|like) were printing out the wrong file/line | Jarkko Hietaniemi | 2003-07-27 | 1 | -1/+4 |
* | Minor test adjustments : | Rafael Garcia-Suarez | 2003-07-02 | 1 | -8/+8 |
* | Try to handle a $^X with spaces in it. | Jarkko Hietaniemi | 2003-05-11 | 1 | -1/+1 |
* | Separate the creation of the command to run by | Jarkko Hietaniemi | 2003-05-11 | 1 | -1/+6 |
* | Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings | Michael G. Schwern | 2002-09-08 | 1 | -2/+20 |
* | t/test.pl, which_perl, VMS | Craig A. Berry | 2002-05-31 | 1 | -0/+3 |
* | Test::Harness and skiping tests functionality | Nikola Knezevic | 2002-05-28 | 1 | -1/+1 |
* | Integrate #16254 from macperl; | Jarkko Hietaniemi | 2002-04-28 | 1 | -4/+17 |
* | t/test.pl additional functionality for runperl | Abigail | 2002-04-15 | 1 | -9/+15 |
* | I was fooled for a while, somebody else might be too. | Jarkko Hietaniemi | 2002-04-04 | 1 | -0/+1 |