summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().Nicholas Clark2009-08-081-1/+1
* [perl #68108] : also fix if/else constant foldingFather Chrysostomos2009-08-071-1/+20
* ExtUtils::MakeMaker 6.55_02David Mitchell2009-08-051-1/+1
* Promote blocks resulting from constant folding to first-class do { } blocksVincent Pit2009-08-041-1/+21
* WIFEXITED() cygwin regressionReini Urban2009-08-041-1/+1
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ...Jesse Vincent2009-08-031-3/+2
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-034-7/+5
* Add the new "porting" test directory to the test harnessJesse Vincent2009-08-032-1/+2
* Flipped checkcase.pl from a porting tool to an actual test fileJesse Vincent2009-08-031-0/+36
* Clean up the new maintainers.t to be a bit more sensible about pathsJesse Vincent2009-08-031-5/+8
* made the manicheck actions (previously releng) into tests that always runJesse Vincent2009-07-311-0/+30
* Sort MANIFEST using PerlJerry D. Hedden2009-07-291-21/+13
* Avoid shelling out to an external sort to verify that MANIFEST is sorted.Nicholas Clark2009-07-291-6/+21
* Merge branch 'deletelocal' into bleadVincent Pit2009-07-291-1/+184
|\
| * Introduce "delete local"Vincent Pit2009-07-251-1/+184