summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Remove the $ENV{PERL_CORE} boilerplate from I18N::Langinfo's tests.Nicholas Clark2009-08-301-1/+0
* Fix Safe tests under PERL_CORE and make safeops.t run againRafael Garcia-Suarez2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util::FieldHash's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from DynaLoader's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from Data::Dumper's tests.Nicholas Clark2009-08-301-1/+0
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-1/+0
* Break out B::Debug into its own directory in ext.Nicholas Clark2009-08-301-0/+1
* Document better what is allowed as regex delimitersDavid Nicol2009-08-301-1/+4
* Remove the $ENV{PERL_CORE} boilerplate from Storable's tests.Nicholas Clark2009-08-301-1/+0
* Move TestInit.pm to the top level of the distribution, to make it easier to use.Nicholas Clark2009-08-302-114/+3
* TestInit now also sets up the CWD and @INC for tests in ext.Nicholas Clark2009-08-301-5/+20
* Tidy up comments.Nicholas Clark2009-08-301-6/+4
* As well as PERL5LIB, remove PERLLIB and PERL5OPT from the environment.Nicholas Clark2009-08-302-2/+2
* Fix typo in TestInit and revert workaround.Steve Hay2009-08-302-4/+2
* Use ../../perl instead of ../../t/perl on Win32, as the latter doesn't work.Nicholas Clark2009-08-291-1/+3
* Use ../../t/perl rather than ../../perl, as the latter doesn't always exist.Craig A. Berry2009-08-281-1/+1
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-2834-6693/+118
* Don't use t/TEST to test a "read only file", repeatedly chmod-ing it a-w.Nicholas Clark2009-08-271-10/+10
* t/harness and t/TEST can both use the same _run_test() to invoke tests.Nicholas Clark2009-08-272-2/+7
* Share common code in t/TEST and t/harness, by having harness require ./TESTNicholas Clark2009-08-272-38/+17
* In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812]Chip Salzenberg2009-08-261-1/+13
* 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-262-74/+89
* %OVER was removed in October 2001 with 6ff868ee and 73ddec28.Nicholas Clark2009-08-261-3/+0
* t/TEST shouldn't use -M options until we've tested that they work.Nicholas Clark2009-08-263-9/+23
* Ensure $ENV{PERL_CORE} is always set, but correctly tainted.Nicholas Clark2009-08-261-2/+4
* 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
* Document the purpose of TestInitMichael G. Schwern2009-08-251-0/+3
* Refactoring to consoldate some hard coded paths.Michael G. Schwern2009-08-251-6/+9
* There's no reason to load TestInit in TEST.Michael G. Schwern2009-08-251-1/+0
* Quote "strict"->import and "warnings"->import to quiet warnings.Michael G. Schwern2009-08-251-2/+2
* Refactor the code to run the test into _run_test()Michael G. Schwern2009-08-251-45/+61
* Refactoring to move the code to read the test for special options into its ow...Michael G. Schwern2009-08-251-33/+40
* This is reading the first line of the test, not running it.Michael G. Schwern2009-08-251-1/+1
* Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why.Nicholas Clark2009-08-252-2/+6
* Remove File::Spec from t/TEST - VMS is fine without it. Win32 doesn't use it.Nicholas Clark2009-08-251-14/+20
* String with NULL auto-increment bug fixBo Borgerson2009-08-251-1/+3
* Merge commit 'shlomif/blead' into bleadRafael Garcia-Suarez2009-08-241-1/+8
|\
| * Add a regression test for RT #68182.Shlomi Fish2009-08-091-1/+8
* | Fix parsing of readline(FH) [perl #68458]Rafael Garcia-Suarez2009-08-231-5/+12
* | Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-212-5/+48
* | Instead of trusting mro::get_linear_isa(), test it against the expected output.Nicholas Clark2009-08-201-1/+13
* | Optimise mro_get_linear_isa_c3() when there is a single parent. 40% speed up.Nicholas Clark2009-08-201-0/+69
* | Optimise S_mro_get_linear_isa_dfs() when dealing with the first parent class.Nicholas Clark2009-08-201-0/+53
* | Skip maintainers.t on VMS.Craig A. Berry2009-08-161-0/+4
* | Suppress system messages when op/ref.t calls die on VMS.Craig A. Berry2009-08-151-3/+4
* | Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66.Nicholas Clark2009-08-131-2/+2
* | Added a failing test for a bareword parsing regression created in 984f9f66Slaven Rezic2009-08-121-0/+14