summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add MANIFEST sort testJerry D. Hedden2009-07-291-7/+8
* | Add a test to verify that the MANIFEST file is well-formed.Nicholas Clark2009-07-291-0/+44
* | Forbid labels with keyword namesRafael Garcia-Suarez2009-07-291-3/+3
* | Make test pass with -tRafael Garcia-Suarez2009-07-291-3/+6
* | Really check that sysread(I, $x, 1, -4) dies with "Offset outside string"Vincent Pit2009-07-271-1/+1
* | Port t/op/sysio.t to test.plVincent Pit2009-07-271-96/+79
* | Make test pass with miniperlRafael Garcia-Suarez2009-07-271-8/+16
* | Make test pass with miniperlRafael Garcia-Suarez2009-07-271-3/+4
* | Replace Test::More by test.plRafael Garcia-Suarez2009-07-277-14/+25
* | Regression test for [perl #67912]Vincent Pit2009-07-271-3/+12
* | Avoid using embedded newlines in the "one"liners passed to runperl().Nicholas Clark2009-07-271-3/+3
* | much better swap logic to support reentrancy and fix assert failureGeorge Greer2009-07-261-1/+19
* | fix vim highlighting problemYves Orton2009-07-261-1/+1
* | Add tests for where -C differs between then #! and command lines.Nicholas Clark2009-07-261-1/+13
* | Allow -C on the #! line when it is identical to -C on the command line.Father Chrysostomos2009-07-261-1/+5
|/
* Tests for commit 1375cf1cf2085f851bb176047d5e60248542f555Bram2009-07-251-1/+55
* Add a test for mro::method_changed_in() and mro::invalidate_all_method_caches()Bram2009-07-241-1/+18
* This test is for [perl #60508] (it's in rt.perl.org; not in rt.cpan.org)Bram2009-07-241-2/+2
* This is a test for rt.cpan.org 60508 which I can't figure out where else to p...Michael G. Schwern2009-07-221-0/+40
* Make fresh_perl_is() strip newlines off the expected result just like it does...Michael G. Schwern2009-07-221-1/+6
* Teach goto how to cross given/when blocksVincent Pit2009-07-221-1/+51
* Remove !!! and ??? operatorsRafael Garcia-Suarez2009-07-221-29/+1
* Revert "Test that `use feature' doesn't leak a scalar during s///ee"Josh ben Jore2009-07-201-12/+0