This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5db: more tests
[perl5.git] / t /
2012-09-03 Nicholas ClarknewXS_len_flags() shouldn't change the line number...
2012-09-03 Nicholas ClarkTest that the warning for "can be 0, test with defined...
2012-09-03 Nicholas ClarkTest that the warning for "Found = in conditional"...
2012-09-03 Nicholas ClarkTest that the line number for a "sub redefined" warning...
2012-09-01 Karen EtheridgeRT#114312: prevent ls from colourizing output
2012-08-31 Jerry D. HeddenFix skip_without_dynamic_extension to just skip
2012-08-31 Father Chrysostomostest.pl:run_multiple_progs: Document cmdline switches
2012-08-31 Father Chrysostomoss/${foo#}//e should be an error
2012-08-31 Father ChrysostomosCommit 6b00f562ed broke s/${\%x}{3}//e
2012-08-31 Craig A. BerryFiles ending in .eg are also non-pod.
2012-08-31 Tony Cookcorrect -Dmad skip count for tests introduced in 2d85e4...
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%.1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in pack "u", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice for lvalue pos($utf8)
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-31 Father Chrysostomos[perl #114410] Reset utf8 pos cache on get
2012-08-31 Father Chrysostomosutf8cache.t: Skip only the XS-dependent test
2012-08-31 Father Chrysostomostest.pl: Add skip_without_dynamic_extension
2012-08-31 Father ChrysostomosBreak s//3}->{3/e
2012-08-31 Father ChrysostomosFix two minor s//.../e parsing bugs
2012-08-31 Father Chrysostomoslex.t: Mangle obscenity (albeit euphemistic)
2012-08-31 Father ChrysostomosFix here-doc body extraction in eval 's//<<END/'
2012-08-31 Father ChrysostomosFinish fixing here-docs in re-evals
2012-08-31 Father ChrysostomosAvoid uninit warning for qq|${\<<FOO}|
2012-08-30 Nicholas ClarkRefactor t/op/die.t to re-use the same $SIG{__DIE__...
2012-08-30 Colin KuskieRefactor t/op/die.t to use test.pl instead of making...
2012-08-29 Nicholas ClarkRemove a no-longer needed lexical from t/op/lop.t
2012-08-29 Colin KuskieDocument the last five tests of t/op/lop.t
2012-08-29 Colin KuskieUpdate t/op/lop.t to use test.pl instead of making...
2012-08-29 Colin KuskieRefactor t/uni/case.pl to use test.pl instead of making...
2012-08-29 Colin KuskieRefactor t/porting/checkcase.t to use test.pl instead...
2012-08-29 Colin KuskieRefactor t/re/no_utf8_pt.t to use test.pl instead of...
2012-08-29 Nicholas ClarkAdd /\.gif\z/ files to the non-Pod exceptions in t...
2012-08-29 Nicholas Clarkt/porting/podcheck.t now passes no_chdir to File::Find...
2012-08-29 Nicholas Clarkt/porting/dual-life.t now passes no_chdir to File:...
2012-08-29 Nicholas Clarkt/porting/exec-bit.t isn't using File::{Basename,Find...
2012-08-29 Nicholas Clarkt/porting/checkcase.t now passes no_chdir to File:...
2012-08-29 Nicholas ClarkRefactor t/porting/filenames.t to shrink the code and...
2012-08-28 Father Chrysostomosnote CPAN pod link target; regen pod issues
2012-08-28 Shawn M Moore"loading-file" and "loaded-file" DTrace probes
2012-08-28 Shawn M Moore"op-entry" DTrace probe
2012-08-28 Father Chrysostomoscaller.t: Fix ‘Caller’ test
2012-08-28 Father ChrysostomosStop here-docs from gutting (caller $n)[6]
2012-08-28 Father ChrysostomosStop (caller $n)[6] from including final "\n;"
2012-08-28 Father ChrysostomosFix eval 'q;;'
2012-08-28 Father ChrysostomosFix line numbers inside here-docs
2012-08-28 Father ChrysostomosStop invalid y/// ranges from leaking
2012-08-28 Father ChrysostomosStop unterminated here-docs from leaking memory
2012-08-28 Father Chrysostomos[perl #114070] Fix lines nums after <<foo
2012-08-26 Father ChrysostomosOpcode.pm: wrap long pod lines
2012-08-26 Father ChrysostomosCroak for \local %{\%foo}
2012-08-26 Father ChrysostomosRestore ‘Can’t localize through ref’ to lv subs
2012-08-26 Karl WilliamsonRevert "Experimentally Use Unicode 6.2 beta"
2012-08-26 Karl Williamsonregcomp.c: Special case /[UV_MAX]/
2012-08-24 Father Chrysostomosparser.t: Move a test above ‘Add new tests here’
2012-08-24 Tony Cookoops, left some debugging code
2012-08-22 Father Chrysostomos[perl #114040] Fix here-docs in multiline re-evals
2012-08-22 Father Chrysostomosheredoc.t: Add a CRLF test
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosFix substitution in substitution pattern
2012-08-21 Father ChrysostomosFix here-docs in nested quote-like operators
2012-08-21 Father ChrysostomosDon’t use strchr when scanning for newline after <<foo
2012-08-21 Father Chrysostomoshere-doc in quotes in multiline s//.../e in eval
2012-08-21 Father Chrysostomosheredoc after "" in s/// in eval
2012-08-21 Father Chrysostomos[perl #65838] Allow here-doc with no final newline
2012-08-21 Father Chrysostomosheredoc.t: Suppress deprecation warnings
2012-08-21 Michael G. SchwernClean up heredoc.t
2012-08-21 David Nicol[perl #65838] Tests for here-docs without final newlines
2012-08-21 Father Chrysostomos[perl #114040] Parse here-docs correctly in quoted...
2012-08-21 Father Chrysostomos[perl #70836] Fix err msg for unterminated here-doc...
2012-08-21 David Mitchellutf8 pos cache: always keep most recent value
2012-08-18 Father Chrysostomosparser.t: Correct test count
2012-08-17 Father Chrysostomoswrite.t: Eek! debugging code
2012-08-17 Father Chrysostomos[perl #114040] Allow pod in quoted constructs
2012-08-17 Father ChrysostomosDon’t leak formats defined inside subs
2012-08-15 Steve HayFix t/op/magic.t on Windows
2012-08-15 Father ChrysostomosTest initial tick in sub declaration
2012-08-15 Father ChrysostomosAllow test_bootstrap.t to run from the top level
2012-08-13 Steve HayRegenerate test data for porting/customized.t
2012-08-12 David Mitchellskip failing leak test under -Dmad
2012-08-12 Karl Williamsonregcomp.c: Optimization not valid for Latin Sharp S
2012-08-12 Karl Williamsonregcomp.c: Set flags when optimizing a [char class]
2012-08-12 Karl Williamsonre/re_tests: Correct Todo test
2012-08-12 Karl Williamsonre.pm: Nits in pod
2012-08-12 Karl WilliamsonAdd some tests for [\N{}]
2012-08-10 Father Chrysostomoscoreamp: Fix test; correct test name
2012-08-08 Father Chrysostomos[perl #114018] Let eval close over stale vars in active sub
2012-08-08 Father ChrysostomosDon’t let format arguments ‘leak out’ of formline
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-08-08 Father ChrysostomosDon’t create formats after compilation errors
2012-08-08 Father Chrysostomostoke.c: Fix confused interp-in-format parsing
2012-08-08 Tony Cookignore PERL_XMLDUMP when tainting
2012-08-06 Father ChrysostomosNested formats
2012-08-06 Father Chrysostomos[perl #114040] Parse formats in interpolating constructs
2012-08-06 Father ChrysostomosForbid braces as format delimiters
2012-08-05 Father ChrysostomosDon’t crash when undefining handle of active format
next