summaryrefslogtreecommitdiff
path: root/t/harness
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete B::CC code from t/harnessDaniel Dragan2014-12-231-20/+0
* add t/perf/, t/perf/opcount.tDavid Mitchell2014-10-261-1/+1
* Allow eg ./perl t/harness t/op/lc.tJarkko Hietaniemi2014-08-261-0/+8
* Pass $ENV{HARNESS_TIMER} to Test::Harness from t/harness.Jarkko Hietaniemi2014-08-201-0/+1
* No more x2p.Jarkko Hietaniemi2014-05-291-2/+0
* [perl #121431] Add support for test.valgrind parallel testing.Matthew Horsfall (alh)2014-05-281-0/+30
* Revert "Add support for test.valgrind parallel testing"Karl Williamson2014-03-261-20/+0
* Add support for test.valgrind parallel testingMatthew Horsfall (via RT)2014-03-181-0/+20
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-1/+0
* Remove a comment made obsolete by commit 213f370f28504f3a.Nicholas Clark2013-04-291-2/+1
* Adjust MANIFEST, Makefiles, test harnesses, documentation, etc., aware of newJames E Keenan2012-12-071-1/+1
* add a directory of tests to run with large available memoryTony Cook2012-05-211-0/+1
* 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