summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* One more regression test for RT #59734Vincent Pit2009-06-261-0/+1
* Update RExC_npar and after_freeze correctly after the first branch of a (?| ....Vincent Pit2009-06-261-0/+5
* Trim all trailing / from "." in @INC when filling %INCRafael Garcia-Suarez2009-06-251-1/+16
* Add tests for smart match overload fallbackRafael Garcia-Suarez2009-06-241-2/+31
* Fix for RT #52552.Robin Barker2009-06-231-1/+14
* Fix blead segfault on Cygwin for t/op/stash.tBen Morrow2009-06-231-20/+44
* Tests for deleting stash entries.Ben Morrow2009-06-211-4/+82
* Some more tests for \NRafael Garcia-Suarez2009-06-171-1/+8
* Implement new regex escape \NRafael Garcia-Suarez2009-06-161-0/+13
* sync t/pod/pod2usage2.t with CPAN (trivial whitespace change)David Mitchell2009-06-121-0/+1
* Some portability and clean-up for errno.t.Craig A. Berry2009-06-111-2/+13
* It's not necessary to hardcode skipping of benchmark tests in themRafael Garcia-Suarez2009-06-111-1/+0
* Add t/benchmark to tests run if $ENV{PERL_BENCHMARK} is setMax Maischein2009-06-112-0/+3
* Do not honor TMPDIR for anonymous temporary files when taintingRafael Garcia-Suarez2009-06-101-2/+2
* [perl #66452] TMPDIR not honored when opening an anonymous temporary fileNiko Tyni2009-06-101-1/+14
* Fix regression test for RT 63110 when running with PERL_UNICODE setRafael Garcia-Suarez2009-06-091-1/+2
* t/op/my_stash.t should use test.pl instead of Test.pmSteffen Mueller2009-06-081-3/+2
* fix RT 39060, errno incorrectly set in perlioStepan Kasal2009-06-081-0/+26
* Upgrade to MakeMaker 6.53_02Rafael Garcia-Suarez2009-06-082-2/+39
* sync a bunch of files with Test::Simple 0.86David Mitchell2009-06-0616-16/+16
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-06149-0/+0
* Assuming that $SIG{PIPE} is not set can be bogus when running in a cron job.Nicholas Clark2009-06-041-1/+1
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-06-021-2/+10
|\
| * More ~~ testsRafael Garcia-Suarez2009-06-011-2/+10
* | Merge branch 'eumm652' into bleadRafael Garcia-Suarez2009-06-025-4/+24
|\ \
| * | Upgrade to ExtUtils::MakeMaker 6.52Rafael Garcia-Suarez2009-06-015-4/+24
| |/
* | Add benchmark test for keys() on empty hashes (RT26188)Max Maischein2009-06-011-0/+91
* | Correct test output for t/op/eval.t (missing newline)Jerry D. Hedden2009-06-011-1/+1
|/
* Silence a warning emitted by test added by last commitRafael Garcia-Suarez2009-05-311-0/+1
* Add test case from RT#54758.George Greer2009-05-311-1/+5
* Merge branch 'memleaktest' into bleadRafael Garcia-Suarez2009-05-311-3/+13
|\
| * Add regression test for [RT#63110]Rafael Garcia-Suarez2009-05-311-3/+13
* | Document test structureBram2009-05-311-0/+10
* | Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character indexAlex Vandiver2009-05-301-1/+16
|/
* Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK checkAlex Vandiver2009-05-281-1/+7
* More tests for uninitialized warnings in rangesVincent Pit2009-05-261-12/+66
* Explicitely point to $. when it causes an uninitialized warning for ranges in...Vincent Pit2009-05-261-0/+23
* patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo} on VMS.John E. Malmberg2009-05-261-0/+5
* Skip tests that use attributes.pm under miniperlRafael Garcia-Suarez2009-05-252-2/+10
* Fix test if Fcntl couldn't be loaded (for example with miniperl)Rafael Garcia-Suarez2009-05-251-1/+4
* Skip under miniperl (cannot load Fcntl)Rafael Garcia-Suarez2009-05-251-3/+7
* Skip tests if PerlIO::scalar is not availableRafael Garcia-Suarez2009-05-251-1/+5
* Avoid using Test::More in given/when testsRafael Garcia-Suarez2009-05-251-2/+2
* Fix test for overload in given() with smart match after last changeRafael Garcia-Suarez2009-05-251-3/+3
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-05-241-5/+15
* In the ~~ implementation, consistently use the SV-aware API for hash keys.Rafael Garcia-Suarez2009-05-241-0/+9
* TODO must be on same line as message for TAP.Craig A. Berry2009-05-221-1/+1
* Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undefNicholas Clark2009-05-201-2/+26
* fix glob-assign for FORMATH.Merijn Brand2009-05-201-1/+4
* Convert t/op/magic.t to use test.plNicholas Clark2009-05-201-113/+98