This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Now down to 50 addresses in the git logs who aren't in the AUTHORS file,
[perl5.git] / t /
2009-08-03 Jesse VincentRemoved vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2009-08-03 Jesse VincentAdd the new "porting" test directory to the test harness
2009-08-03 Jesse VincentFlipped checkcase.pl from a porting tool to an actual...
2009-08-03 Jesse VincentClean up the new maintainers.t to be a bit more sensibl...
2009-07-31 Jesse Vincentmade the manicheck actions (previously releng) into...
2009-07-30 Jerry D. HeddenSort MANIFEST using Perl
2009-07-29 Nicholas ClarkAvoid shelling out to an external sort to verify that...
2009-07-29 Vincent PitMerge branch 'deletelocal' into blead
2009-07-29 Jerry D. HeddenAdd MANIFEST sort test
2009-07-29 Nicholas ClarkAdd a test to verify that the MANIFEST file is well...
2009-07-29 Rafael Garcia-SuarezForbid labels with keyword names
2009-07-29 Rafael Garcia-SuarezMake test pass with -t
2009-07-27 Vincent PitReally check that sysread(I, $x, 1, -4) dies with ...
2009-07-27 Vincent PitPort t/op/sysio.t to test.pl
2009-07-27 Rafael Garcia-SuarezMake test pass with miniperl
2009-07-27 Rafael Garcia-SuarezMake test pass with miniperl
2009-07-27 Rafael Garcia-SuarezReplace Test::More by test.pl
2009-07-27 Vincent PitRegression test for [perl #67912]
2009-07-27 Nicholas ClarkAvoid using embedded newlines in the "one"liners passed...
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2009-07-26 Yves Ortonfix vim highlighting problem
2009-07-26 Nicholas ClarkAdd tests for where -C differs between then #! and...
2009-07-26 Father ChrysostomosAllow -C on the #! line when it is identical to -C...
2009-07-25 Vincent PitIntroduce "delete local"
2009-07-25 BramTests for commit 1375cf1cf2085f851bb176047d5e60248542f555
2009-07-24 BramAdd a test for mro::method_changed_in() and mro::invali...
2009-07-24 BramThis test is for [perl #60508] (it's in rt.perl.org...
2009-07-22 Michael G. SchwernThis is a test for rt.cpan.org 60508 which I can't...
2009-07-22 Michael G. SchwernMake fresh_perl_is() strip newlines off the expected...
2009-07-22 Vincent PitTeach goto how to cross given/when blocks
2009-07-22 Rafael Garcia-SuarezRemove !!! and ??? operators
2009-07-20 Josh ben JoreRevert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben JoreTest that `use feature' doesn't leak a scalar during...
2009-07-18 Tony Cookmro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2009-07-18 Craig A. BerrySome of the TODOs in switches.t actually work on VMS.
2009-07-18 David Mitchellfix pod2usage2 test for all case-insensitive systems
2009-07-16 David MitchellExtUtils::MakeMaker 6.55_01
2009-07-13 Michael G. SchwernClean up t/op/sort.t to constrain tests which use a...
2009-07-12 Stepan Kasalh2ph: handle "#if defined SYMBOL" better
2009-07-12 Michael G SchwernWrong skip count in t/op/stash.t
2009-07-11 David Mitchell[perl #61520] Segfault in debugger with tr// and UTF8
2009-07-09 Gisle AasAvoid test failure on Linux when STDIN is /dev/null
2009-07-09 David GoldenMake kill() fatal for non-numeric pids
2009-07-07 Rafael Garcia-SuarezFast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Muelleruse strict by default if "use 5.011" is in effect!
2009-07-06 David Mitchellupgrade to ExtUtils::MakeMaker 6.53_03
2009-07-06 hv@crypt.orgRegex fails when string is too long
2009-07-06 David Mitchellupdate to Test::Simple 0.92
2009-07-02 hv@crypt.orgSome bugs in Perl regexp (core Perl issues)
2009-07-01 Rafael Garcia-SuarezMake C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-07-01 Jerry D. HeddenQuiet t/op/stash.t output
2009-06-28 Rafael Garcia-SuarezMove module part of the base.pm test suite in base...
2009-06-27 Craig A. BerryMake stash.t redirect stderr.
2009-06-27 Rafael Garcia-SuarezAdjustments to t/pod/diag.t
2009-06-27 James MastrosAdd support for TODO diag tests -- a list in DATA of...
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-06-26 Vincent PitOne more regression test for RT #59734
2009-06-26 Vincent PitUpdate RExC_npar and after_freeze correctly after the...
2009-06-25 Rafael Garcia-SuarezTrim all trailing / from "." in @INC when filling %INC
2009-06-24 Rafael Garcia-SuarezAdd tests for smart match overload fallback
2009-06-23 Robin BarkerFix for RT #52552.
2009-06-23 Ben MorrowFix blead segfault on Cygwin for t/op/stash.t
2009-06-21 Ben MorrowTests for deleting stash entries.
2009-06-17 Rafael Garcia-SuarezSome more tests for \N
2009-06-16 Rafael Garcia-SuarezImplement new regex escape \N
2009-06-12 David Mitchellsync t/pod/pod2usage2.t with CPAN (trivial whitespace...
2009-06-11 Craig A. BerrySome portability and clean-up for errno.t.
2009-06-11 Rafael Garcia-SuarezIt's not necessary to hardcode skipping of benchmark...
2009-06-11 Max MaischeinAdd t/benchmark to tests run if $ENV{PERL_BENCHMARK...
2009-06-10 Rafael Garcia-SuarezDo not honor TMPDIR for anonymous temporary files when...
2009-06-10 Niko Tyni[perl #66452] TMPDIR not honored when opening an anonym...
2009-06-09 Rafael Garcia-SuarezFix regression test for RT 63110 when running with...
2009-06-08 Steffen Muellert/op/my_stash.t should use test.pl instead of Test.pm
2009-06-08 Stepan Kasalfix RT 39060, errno incorrectly set in perlio
2009-06-08 Rafael Garcia-SuarezUpgrade to MakeMaker 6.53_02
2009-06-06 David Mitchellsync a bunch of files with Test::Simple 0.86
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-06-04 Nicholas ClarkAssuming that $SIG{PIPE} is not set can be bogus when...
2009-06-02 Rafael Garcia-SuarezMerge branch 'smartmatch' into blead
2009-06-02 Rafael Garcia-SuarezMerge branch 'eumm652' into blead
2009-06-01 Max MaischeinAdd benchmark test for keys() on empty hashes (RT26188)
2009-06-01 Jerry D. HeddenCorrect test output for t/op/eval.t (missing newline)
2009-06-01 Rafael Garcia-SuarezMore ~~ tests
2009-06-01 Rafael Garcia-SuarezUpgrade to ExtUtils::MakeMaker 6.52
2009-05-31 Rafael Garcia-SuarezSilence a warning emitted by test added by last commit
2009-05-31 George GreerAdd test case from RT#54758.
2009-05-31 Rafael Garcia-SuarezMerge branch 'memleaktest' into blead
2009-05-31 Rafael Garcia-SuarezAdd regression test for [RT#63110]
2009-05-31 BramDocument test structure
2009-05-30 Alex VandiverFix [RT#6266] -- sv_pos_u2b expects to be called with...
2009-05-28 Alex VandiverFix [RT#66098] -- stricter checking on SvIVX exposed...
2009-05-26 Vincent PitMore tests for uninitialized warnings in ranges
2009-05-26 Vincent PitExplicitely point to $. when it causes an uninitialized...
2009-05-26 John E. Malmbergpatch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}...
2009-05-25 Rafael Garcia-SuarezSkip tests that use attributes.pm under miniperl
2009-05-25 Rafael Garcia-SuarezFix test if Fcntl couldn't be loaded (for example with...
2009-05-25 Rafael Garcia-SuarezSkip under miniperl (cannot load Fcntl)
2009-05-25 Rafael Garcia-SuarezSkip tests if PerlIO::scalar is not available
2009-05-25 Rafael Garcia-SuarezAvoid using Test::More in given/when tests
next