summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test for RT #68182.Shlomi Fish2009-08-091-1/+8
* 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
* Test that `use feature' doesn't leak a scalar during s///eeJosh ben Jore2009-07-201-0/+12
* mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)Tony Cook2009-07-181-1/+16
* Some of the TODOs in switches.t actually work on VMS.Craig A. Berry2009-07-181-0/+6
* fix pod2usage2 test for all case-insensitive systemsDavid Mitchell2009-07-181-2/+3
* ExtUtils::MakeMaker 6.55_01David Mitchell2009-07-161-3/+3
* Clean up t/op/sort.t to constrain tests which use a particular package.Michael G. Schwern2009-07-131-163/+156
* h2ph: handle "#if defined SYMBOL" betterStepan Kasal2009-07-121-5/+5
* Wrong skip count in t/op/stash.tMichael G Schwern2009-07-121-1/+1
* [perl #61520] Segfault in debugger with tr// and UTF8David Mitchell2009-07-111-1/+17