This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update ExtUtils::ParseXS to 2.21
[perl5.git] / t /
2009-08-29 Nicholas ClarkUse ../../perl instead of ../../t/perl on Win32, as...
2009-08-28 Craig A. BerryUse ../../t/perl rather than ../../perl, as the latter...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-08-27 Nicholas ClarkDon't use t/TEST to test a "read only file", repeatedly...
2009-08-27 Nicholas Clarkt/harness and t/TEST can both use the same _run_test...
2009-08-27 Nicholas ClarkShare common code in t/TEST and t/harness, by having...
2009-08-26 Chip SalzenbergIn C<use utf8; a=>'b'>, do not set utf8 flag on 'a...
2009-08-26 Nicholas ClarkNo need to use File::Spec, as all names remain internal...
2009-08-26 Nicholas ClarkBreak out the code that finds tests in MANIFEST into...
2009-08-26 Nicholas Clark%OVER was removed in October 2001 with 6ff868ee and...
2009-08-26 Nicholas Clarkt/TEST shouldn't use -M options until we've tested...
2009-08-26 Nicholas ClarkEnsure $ENV{PERL_CORE} is always set, but correctly...
2009-08-25 Nicholas Clarkabd39864 broke t/harness when $ENV{TEST_JOBS} was not...
2009-08-25 Michael G. SchwernRefactor t/harness to always use TAP::Harness.
2009-08-25 Michael G. SchwernDocument the purpose of TestInit
2009-08-25 Michael G. SchwernRefactoring to consoldate some hard coded paths.
2009-08-25 Michael G. SchwernThere's no reason to load TestInit in TEST.
2009-08-25 Michael G. SchwernQuote "strict"->import and "warnings"->import to quiet...
2009-08-25 Michael G. SchwernRefactor the code to run the test into _run_test()
2009-08-25 Michael G. SchwernRefactoring to move the code to read the test for speci...
2009-08-25 Michael G. SchwernThis is reading the first line of the test, not running it.
2009-08-25 Nicholas ClarkRun t/run/*.t before t/cmd/*.t, making the order base...
2009-08-25 Nicholas ClarkRemove File::Spec from t/TEST - VMS is fine without...
2009-08-25 Bo BorgersonString with NULL auto-increment bug fix
2009-08-24 Rafael Garcia-SuarezMerge commit 'shlomif/blead' into blead
2009-08-23 Rafael Garcia-SuarezFix parsing of readline(FH) [perl #68458]
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-20 Nicholas ClarkInstead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas ClarkOptimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 Nicholas ClarkOptimise S_mro_get_linear_isa_dfs() when dealing with...
2009-08-16 Craig A. BerrySkip maintainers.t on VMS.
2009-08-15 Craig A. BerrySuppress system messages when op/ref.t calls die on...
2009-08-13 Nicholas ClarkMark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven RezicAdded a failing test for a bareword parsing regression...
2009-08-11 Max MaischeinRestore t/harness path checks on Win32
2009-08-09 Shlomi FishAdd a regression test for RT #68182.
2009-08-09 Nicholas ClarkRun the main tests "slowest first" by ordering the...
2009-08-09 Nicholas ClarkInline _seq_dir_rules(), as it is now used in only...
2009-08-08 Nicholas ClarkMerge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-07 Father Chrysostomos[perl #68108] : also fix if/else constant folding
2009-08-05 David MitchellExtUtils::MakeMaker 6.55_02
2009-08-04 Vincent PitPromote blocks resulting from constant folding to first...
2009-08-04 Reini UrbanWIFEXITED() cygwin regression
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...
next