| Commit message (Expand) | Author | Age | Files | Lines |
* | Add functions to test.pl for easier EBCDIC testing | Karl Williamson | 2010-05-25 | 1 | -1/+126 |
* | Don't scrub DCL$PATH unless it's there. | Craig A. Berry | 2010-03-01 | 1 | -1/+1 |
* | t/test.pl fresh_perl_like() bug | hv@crypt.org | 2009-12-04 | 1 | -3/+1 |
* | Use hex instead of octal for larger code points | Karl Williamson | 2009-11-23 | 1 | -1/+10 |
* | Make the watchdog create a valid command for spawning. | Craig A. Berry | 2009-10-16 | 1 | -3/+3 |
* | Make _quote_args() return a result, rather than passing it a scalar reference. | Nicholas Clark | 2009-10-09 | 1 | -3/+4 |
* | Avoid using ++, op= and anon hash constructors in the testing code. | Nicholas Clark | 2009-10-09 | 1 | -17/+24 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 1 | -24/+2 |
* | Output failures in an always printable form | Karl Williamson | 2009-09-05 | 1 | -7/+7 |
* | Make fresh_perl_is() strip newlines off the expected result just like it does... | Michael G. Schwern | 2009-07-22 | 1 | -1/+6 |
* | 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 |