summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-0/+4
* Add new_ok() to create and test objects. From Test::More.Michael G. Schwern2010-09-151-0/+27
* Add note() to put informational notes into the TAP (from Test::More)Michael G. Schwern2010-09-151-4/+14
* Add done_testing from Test::MoreMichael G. Schwern2010-09-151-0/+11
* Shut up "used only once" warnings.Michael G. Schwern2010-09-151-2/+6
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Ensure new arg to watchdog() in t/test.pl gets initializedJerry D. Hedden2010-07-051-1/+1
* Force t/io/openpid.t to use the alarm() watchdog strategy.George Greer2010-07-041-1/+7
* Adjust 'make test.valgrind' to account for cpan/dist/ext separation.George Greer2010-07-031-0/+3
* Add functions to test.pl for easier EBCDIC testingKarl Williamson2010-05-251-1/+126
* 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