summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Watchdog re-queueJerry D. Hedden2008-09-101-5/+3
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-3/+14
* Re-instate all the warnings checks that don't work on Win32, but withNicholas Clark2008-09-081-4/+56
* Make sure the watchdog requeues itself when sleep() wakes up earlyCraig A. Berry2008-09-081-4/+12
* Make sure temp file has an extension on VMS to work with the newCraig A. Berry2008-09-081-1/+2
* $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS}Bram2008-09-071-2/+21
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-072-2/+24
* Split all the tests for ops that can return undef for defined argsNicholas Clark2008-09-071-77/+331
* Fix #30660: Repeated spaces on shebang line stops option parsingNicholas Clark2008-08-281-1/+17
* Khaaaaan! Change 34230 wasn't right. The tests all passed because INicholas Clark2008-08-261-0/+6
* Move all of Test::Harness's test modules into ext/Test/Harness/t/libNicholas Clark2008-08-2614-418/+0
* Fix new test added by #34198, which failed on Win32Steve Hay2008-08-261-1/+1
* Move t/lib/{data,sample-tests,source_tests,subclass_tests} intoNicholas Clark2008-08-2665-599/+0
* Unintented interpolation of $/ in regex (was: Re: [perlBram2008-08-241-0/+15
* Re: Change 34184: Convert all unimaginative (ie race condition) temporary fil...Bram2008-08-191-1/+1
* VMS-specific follow-up to tempfile name changes in 34182, plusCraig A. Berry2008-08-133-14/+8
* RE: [perl #35877] Strange regex failure?Bram2008-08-121-4/+7
* [perl #52740] [PATCH-tests] crash when localizing a symtab entry Bram2008-08-111-1/+6
* Use App::Prove::State to store the timings for the tests, and ifNicholas Clark2008-08-091-7/+36
* Don't need to do the globbing before building the rules, as it makesNicholas Clark2008-08-091-1/+1
* Everything in t/ can now run in parallel.Nicholas Clark2008-08-081-12/+1
* Convert all unimaginative (ie race condition) temporary file names to Nicholas Clark2008-08-0811-61/+48
* Use test.pl, not Test.pm, in t/run/*.tNicholas Clark2008-08-081-3/+3
* Convert all unimaginative (ie race condition) temporary file names toNicholas Clark2008-08-0713-166/+158
* Let rip with t/op/*.t in parallel too.Nicholas Clark2008-08-071-2/+1
* Use test.pl's tempfile().Nicholas Clark2008-08-0713-90/+81
* 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
* As rules can be glob patterns, leave them as glob patterns, and insteadNicholas Clark2008-08-071-2/+2
* Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel.Nicholas Clark2008-08-071-2/+5
* If TEST_JOBS is set to something non-zero, use TAP::Harness to run theNicholas Clark2008-08-061-17/+90
* Better temporary file name generation. (Avoid using ++, avoid fileNicholas Clark2008-08-061-5/+20
* Bring the joy of strict to t/harness.Nicholas Clark2008-08-061-2/+3
* Tests for [perl #57564] and [perl #24524] Refcounting bugBram2008-08-061-1/+13
* Upgrade to Test::Harness 3.13Nicholas Clark2008-07-3113-1/+262
* Convert undef.t to use test.pl and strict.Nicholas Clark2008-07-261-37/+41
* Convert yadayada.t to test.pl and strict, and fix two diagnostic errorsNicholas Clark2008-07-261-17/+17
* Convert wantarray.t to use strict and test.plNicholas Clark2008-07-261-17/+27
* 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
* Update Compression modules to version 2.012Paul Marquess2008-07-162-1/+39
* Make format items @* and ^* work with references (safely). Note no-oneNicholas Clark2008-07-131-1/+10
* For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great careNicholas Clark2008-07-131-12/+44
* Format tests for @* too.Nicholas Clark2008-07-121-12/+16
* Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGLNicholas Clark2008-07-111-1/+22
* Bring the joy of strict to the rest of write.tNicholas Clark2008-07-111-7/+11
* Complete the conversion of t/op/write.t to test.pl, and remove myNicholas Clark2008-07-111-61/+41
* Reduce the -| skip back to just the tests that use it, and re-align theNicholas Clark2008-07-111-19/+23
* Start converting t/op/write.t to test.plNicholas Clark2008-07-111-28/+27