summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* Change "use $foo; 1" in evals to "require $foo; 1" to avoid breakingNicholas Clark2008-10-201-6/+6
* Loading modules in test.plJerry D. Hedden2008-09-271-7/+4
* Watchdog re-queueJerry D. Hedden2008-09-101-5/+3
* Make sure the watchdog requeues itself when sleep() wakes up earlyCraig A. Berry2008-09-081-4/+12
* Fix bug in counting in tempfile().Nicholas Clark2008-08-071-7/+12
* A proper tempfile function that can be used multiple times.Nicholas Clark2008-08-071-2/+9
* Better temporary file name generation. (Avoid using ++, avoid fileNicholas Clark2008-08-061-5/+20
* watchdog() fix for MSWin32Jerry D. Hedden2008-07-231-0/+1
* Fix skips in test.plJerry D. Hedden2008-07-221-3/+3
* test.plJerry D. Hedden2008-07-161-4/+4
* test.pl fixJerry D. Hedden2008-07-081-56/+81
* Avoid using -> function call notation within test.pl, which is supposedNicholas Clark2008-07-011-3/+1
* common test code for timed bailJerry D. Hedden2008-06-281-0/+102
* shield t/test.pl functions from global print modifiersMichael G. Schwern2008-01-021-17/+28
* Must have /bin under CygwinJerry D. Hedden2007-12-111-0/+2
* Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu)Abe Timmerman2007-09-251-1/+1
* Give accurate failure diagnostics when unlike() fails.Nicholas Clark2007-04-061-1/+2
* test.pl should locally increase $Level, rather than setting it to aNicholas Clark2007-02-181-1/+1
* It's all relative -- better handling of tainted directoriesCraig A. Berry2006-06-021-1/+2
* Change 28037 broke t/op/each.t when running with TEST.Nicholas Clark2006-05-021-0/+2
* Re: [PATCH] provide diag() and don't use ++ in test.plDavid Landgren2006-05-011-5/+23
* Avoid "uninitialized value" warnings during 'make test'.Gisle Aas2006-03-201-1/+1
* Also strip $ENV{PATH} dirs writable by world.Gisle Aas2006-03-201-1/+1
* Taint handling for runperl:H.Merijn Brand2006-03-021-16/+21
* Move all the de-tainting logic for runperl into test.pl.Nicholas Clark2006-02-271-7/+27
* Assume that if runperl is called under tainting, that the caller reallyNicholas Clark2006-02-181-0/+9
* like and unlike weren't reporting failure where correctly in test.plNicholas Clark2005-12-231-0/+1
* TODO-SKIP tests must be "not ok", or else the test harness will thinkYves Orton2005-12-191-1/+1
* Upgrade to IO 1.22 from gbarrRafael Garcia-Suarez2005-09-061-0/+62
* Re: [perl #36622] y/// at end of fileMichael G. Schwern2005-08-011-1/+1
* Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),Rafael Garcia-Suarez2005-06-151-0/+4
* &_q needs to *globally* escape ' and \ in its substitution.Nicholas Clark2005-01-271-2/+2
* [PATCH] cleanup t/op/taint.tMichael G. Schwern2004-12-101-0/+12
* sanity check the arguments to runperl(), to try to avoid itNicholas Clark2004-12-061-0/+8
* made eq_array in t/test.pl handle undef values betterDave Mitchell2004-08-091-0/+3
* no_plan support in test.plNicholas Clark2004-07-131-3/+13
* Re: tests for change #22539Jim Cromie2004-04-061-14/+11
* [patch t/test.pl] comment fixStas Bekman2003-12-231-2/+2
* Faulty check.Jarkko Hietaniemi2003-08-011-3/+4
* Argument sanity checking.Jarkko Hietaniemi2003-08-011-0/+6
* fresh_perl_(is|like) were printing out the wrong file/lineJarkko Hietaniemi2003-07-271-1/+4
* Minor test adjustments :Rafael Garcia-Suarez2003-07-021-8/+8
* Try to handle a $^X with spaces in it.Jarkko Hietaniemi2003-05-111-1/+1
* Separate the creation of the command to run byJarkko Hietaniemi2003-05-111-1/+6
* Re: [PATCH t/test.pl] Let is/isnt() handle undef without warningsMichael G. Schwern2002-09-081-2/+20
* t/test.pl, which_perl, VMSCraig A. Berry2002-05-311-0/+3
* Test::Harness and skiping tests functionalityNikola Knezevic2002-05-281-1/+1
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-281-4/+17
* t/test.pl additional functionality for runperlAbigail2002-04-151-9/+15
* I was fooled for a while, somebody else might be too.Jarkko Hietaniemi2002-04-041-0/+1