summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* Don't scrub DCL$PATH unless it's there.Craig A. Berry2010-03-011-1/+1
* t/test.pl fresh_perl_like() bughv@crypt.org2009-12-041-3/+1
* Use hex instead of octal for larger code pointsKarl Williamson2009-11-231-1/+10
* Make the watchdog create a valid command for spawning.Craig A. Berry2009-10-161-3/+3
* Make _quote_args() return a result, rather than passing it a scalar reference.Nicholas Clark2009-10-091-3/+4
* Avoid using ++, op= and anon hash constructors in the testing code.Nicholas Clark2009-10-091-17/+24
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-24/+2
* Output failures in an always printable formKarl Williamson2009-09-051-7/+7
* Make fresh_perl_is() strip newlines off the expected result just like it does...Michael G. Schwern2009-07-221-1/+6
* 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