Refactor t/harness to always use TAP::Harness.
[p5sagit/p5-mst-13.2.git] / t /
2009-08-25 Michael G. Schwern Refactor t/harness to always use TAP::Harness.
2009-08-25 Michael G. Schwern Document the purpose of TestInit
2009-08-25 Michael G. Schwern Refactoring to consoldate some hard coded paths.
2009-08-25 Michael G. Schwern There's no reason to load TestInit in TEST.
2009-08-25 Michael G. Schwern Quote "strict"->import and "warnings"->import to quiet...
2009-08-25 Michael G. Schwern Refactor the code to run the test into _run_test()
2009-08-25 Michael G. Schwern Refactoring to move the code to read the test for speci...
2009-08-25 Michael G. Schwern This is reading the first line of the test, not running it.
2009-08-25 Nicholas Clark Run t/run/*.t before t/cmd/*.t, making the order base...
2009-08-25 Nicholas Clark Remove File::Spec from t/TEST - VMS is fine without...
2009-08-25 Bo Borgerson String with NULL auto-increment bug fix
2009-08-24 Rafael Garcia-Suarez Merge commit 'shlomif/blead' into blead
2009-08-23 Rafael Garcia-Suarez Fix parsing of readline(FH) [perl #68458]
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-20 Nicholas Clark Instead of trusting mro::get_linear_isa(), test it...
2009-08-20 Nicholas Clark Optimise mro_get_linear_isa_c3() when there is a single...
2009-08-20 Nicholas Clark Optimise S_mro_get_linear_isa_dfs() when dealing with...
2009-08-16 Craig A. Berry Skip maintainers.t on VMS.
2009-08-15 Craig A. Berry Suppress system messages when op/ref.t calls die on...
2009-08-13 Nicholas Clark Mark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven Rezic Added a failing test for a bareword parsing regression...
2009-08-11 Max Maischein Restore t/harness path checks on Win32
2009-08-09 Shlomi Fish Add a regression test for RT #68182.
2009-08-09 Nicholas Clark Run the main tests "slowest first" by ordering the...
2009-08-09 Nicholas Clark Inline _seq_dir_rules(), as it is now used in only...
2009-08-08 Nicholas Clark Merge 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 Mitchell ExtUtils::MakeMaker 6.55_02
2009-08-04 Vincent Pit Promote blocks resulting from constant folding to first...
2009-08-04 Reini Urban WIFEXITED() cygwin regression
2009-08-03 Jesse Vincent Removed vestigal support for Tenon Intersystems MachTen...
2009-08-03 Jesse Vincent Remove the port to MiNT. It's a dead platform that...
2009-08-03 Jesse Vincent Add the new "porting" test directory to the test harness
2009-08-03 Jesse Vincent Flipped checkcase.pl from a porting tool to an actual...
2009-08-03 Jesse Vincent Clean up the new maintainers.t to be a bit more sensibl...
2009-07-31 Jesse Vincent made the manicheck actions (previously releng) into...
2009-07-30 Jerry D. Hedden Sort MANIFEST using Perl
2009-07-29 Nicholas Clark Avoid shelling out to an external sort to verify that...
2009-07-29 Vincent Pit Merge branch 'deletelocal' into blead
2009-07-29 Jerry D. Hedden Add MANIFEST sort test
2009-07-29 Nicholas Clark Add a test to verify that the MANIFEST file is well...
2009-07-29 Rafael Garcia-Suarez Forbid labels with keyword names
2009-07-29 Rafael Garcia-Suarez Make test pass with -t
2009-07-27 Vincent Pit Really check that sysread(I, $x, 1, -4) dies with ...
2009-07-27 Vincent Pit Port t/op/sysio.t to test.pl
2009-07-27 Rafael Garcia-Suarez Make test pass with miniperl
2009-07-27 Rafael Garcia-Suarez Make test pass with miniperl
2009-07-27 Rafael Garcia-Suarez Replace Test::More by test.pl
2009-07-27 Vincent Pit Regression test for [perl #67912]
2009-07-27 Nicholas Clark Avoid using embedded newlines in the "one"liners passed...
2009-07-26 George Greer much better swap logic to support reentrancy and fix...
2009-07-26 Yves Orton fix vim highlighting problem
2009-07-26 Nicholas Clark Add tests for where -C differs between then #! and...
2009-07-26 Father Chrysostomos Allow -C on the #! line when it is identical to -C...
2009-07-25 Vincent Pit Introduce "delete local"
2009-07-25 Bram Tests for commit 1375cf1cf2085f851bb176047d5e60248542f555
2009-07-24 Bram Add a test for mro::method_changed_in() and mro::invali...
2009-07-24 Bram This test is for [perl #60508] (it's in rt.perl.org...
2009-07-22 Michael G. Schwern This is a test for rt.cpan.org 60508 which I can't...
2009-07-22 Michael G. Schwern Make fresh_perl_is() strip newlines off the expected...
2009-07-22 Vincent Pit Teach goto how to cross given/when blocks
2009-07-22 Rafael Garcia-Suarez Remove !!! and ??? operators
2009-07-20 Josh ben Jore Revert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben Jore Test that `use feature' doesn't leak a scalar during...
2009-07-18 Tony Cook mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2009-07-18 Craig A. Berry Some of the TODOs in switches.t actually work on VMS.
2009-07-18 David Mitchell fix pod2usage2 test for all case-insensitive systems
2009-07-16 David Mitchell ExtUtils::MakeMaker 6.55_01
2009-07-13 Michael G. Schwern Clean up t/op/sort.t to constrain tests which use a...
2009-07-12 Stepan Kasal h2ph: handle "#if defined SYMBOL" better
2009-07-12 Michael G Schwern Wrong 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 Aas Avoid test failure on Linux when STDIN is /dev/null
2009-07-09 David Golden Make kill() fatal for non-numeric pids
2009-07-07 Rafael Garcia-Suarez Fast enabling of strictures when version 5.11.0 is...
2009-07-07 Steffen Mueller use strict by default if "use 5.011" is in effect!
2009-07-06 David Mitchell upgrade to ExtUtils::MakeMaker 6.53_03
2009-07-06 hv@crypt.org Regex fails when string is too long
2009-07-06 David Mitchell update to Test::Simple 0.92
2009-07-02 hv@crypt.org Some bugs in Perl regexp (core Perl issues)
2009-07-01 Rafael Garcia-Suarez Make C<undef ~~ 0> and C<undef ~~ ""> not match (like...
2009-07-01 Jerry D. Hedden Quiet t/op/stash.t output
2009-06-28 Rafael Garcia-Suarez Move module part of the base.pm test suite in base...
2009-06-27 Craig A. Berry Make stash.t redirect stderr.
2009-06-27 Rafael Garcia-Suarez Adjustments to t/pod/diag.t
2009-06-27 James Mastros Add support for TODO diag tests -- a list in DATA of...
2009-06-27 James Mastros Add test to make sure everything that outputs an except...
2009-06-26 Vincent Pit One more regression test for RT #59734
2009-06-26 Vincent Pit Update RExC_npar and after_freeze correctly after the...
2009-06-25 Rafael Garcia-Suarez Trim all trailing / from "." in @INC when filling %INC
2009-06-24 Rafael Garcia-Suarez Add tests for smart match overload fallback
2009-06-23 Robin Barker Fix for RT #52552.
2009-06-23 Ben Morrow Fix blead segfault on Cygwin for t/op/stash.t
2009-06-21 Ben Morrow Tests for deleting stash entries.
2009-06-17 Rafael Garcia-Suarez Some more tests for \N
2009-06-16 Rafael Garcia-Suarez Implement new regex escape \N
2009-06-12 David Mitchell sync t/pod/pod2usage2.t with CPAN (trivial whitespace...
2009-06-11 Craig A. Berry Some portability and clean-up for errno.t.
2009-06-11 Rafael Garcia-Suarez It's not necessary to hardcode skipping of benchmark...
2009-06-11 Max Maischein Add t/benchmark to tests run if $ENV{PERL_BENCHMARK...
next