summaryrefslogtreecommitdiff
path: root/t/harness
Commit message (Expand)AuthorAgeFilesLines
* A hack for t/harness to restore the ability to run tests listed in @ARGVNicholas Clark2010-11-051-1/+4
* t/harness can run the tests lib/*.t in parallel with each other.Nicholas Clark2010-09-011-2/+3
* Make t/harness have non-zero exit if tests failDavid Golden2009-10-011-2/+2
* Move t/pod/diag.t to t/porting, as it's really a code consistency test.Nicholas Clark2009-10-011-1/+0
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-1/+1
* Adapt harness to the new TEST infrastructureVincent Pit2009-08-311-3/+32
* As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment.Nicholas Clark2009-08-301-2/+0
* t/harness and t/TEST can both use the same _run_test() to invoke tests.Nicholas Clark2009-08-271-0/+1
* Share common code in t/TEST and t/harness, by having harness require ./TESTNicholas Clark2009-08-271-38/+4
* No need to use File::Spec, as all names remain internal to perl.Nicholas Clark2009-08-261-4/+2
* Break out the code that finds tests in MANIFEST into _tests_from_manifest().Nicholas Clark2009-08-261-34/+38
* abd39864 broke t/harness when $ENV{TEST_JOBS} was not set. Oops. Fixed.Nicholas Clark2009-08-251-17/+17
* Refactor t/harness to always use TAP::Harness.Michael G. Schwern2009-08-251-16/+12
* Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why.Nicholas Clark2009-08-251-1/+1
* Restore t/harness path checks on Win32Max Maischein2009-08-111-1/+4
* Run the main tests "slowest first" by ordering the rules correctly.Nicholas Clark2009-08-091-9/+21
* Inline _seq_dir_rules(), as it is now used in only one place.Nicholas Clark2009-08-091-14/+11
* Add the new "porting" test directory to the test harnessJesse Vincent2009-08-031-1/+1
* Add t/benchmark to tests run if $ENV{PERL_BENCHMARK} is setMax Maischein2009-06-111-0/+1
* Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/tNicholas Clark2009-03-251-1/+0
* Update t/harness to reflect behaviour changes in TAP::Harness 3.16Nicholas Clark2009-03-081-1/+7
* win32/ext doesn't exist any more, so no need to look there for testsSteve Hay2009-02-121-2/+1
* Skip tests for flattened extensions that weren't built.Steve Hay2009-02-121-0/+3
* Actually commit the state infomation at the end of a test run.Nicholas Clark2009-01-141-0/+5
* $ENV{TEST_JOBS} vs $ENV{HARNESS_OPTIONS}Bram2008-09-071-2/+21
* 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
* Let rip with t/op/*.t in parallel too.Nicholas Clark2008-08-071-2/+1
* 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
* Bring the joy of strict to t/harness.Nicholas Clark2008-08-061-2/+3
* $Test::Harness::Verbose is a numeric value now so assigning -v to it isnt all...Yves Orton2008-01-051-1/+1
* Move Module::Pluggable tests up under main test directory.Craig A. Berry2007-04-221-0/+1
* Make t/harness find the t/mro testsCraig A. Berry2007-04-221-0/+1
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-39/+1
* Add Win32API::File to the coreSteve Hay2006-06-301-1/+2
* Sort the ext/ and lib/ tests when running under t/harnessSteve Hay2006-03-081-1/+5
* Make harness warning-free when running with -MdiagnosticsSteve Peters2005-11-031-2/+2
* (patch blead) Extend t/harness to allow filtering of the file list by regex.Yves Orton2005-02-231-0/+12
* Make TEST and harness skip tests for extensions that were notNicholas Clark2004-10-311-2/+21
* add the 'test_harness' target to vms "makefile"Abe Timmerman2004-10-111-0/+3
* Because of #16909 MANIFEST changes.Jarkko Hietaniemi2002-05-311-1/+1
* harness wasn't running x2p/s2p.t.Jarkko Hietaniemi2002-05-291-0/+1
* Don't do JAPHs unless doing "make torturetest".Jarkko Hietaniemi2002-05-101-0/+8
* keep paths consistently slashed on windowsGurusamy Sarathy2002-05-071-1/+3
* MANIFEST is needlessly held open for entire duration of "make test"Gurusamy Sarathy2002-04-261-0/+1
* Re: [PATCH] ext/attrs.t getting skippedYitzchak Scott-Thoennes2002-04-251-1/+1
* Integrate change #15879 from maint-5.6;Jarkko Hietaniemi2002-04-121-0/+1