This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove needless skip tests from lib/File/stat.t
[perl5.git] / t /
2012-06-20 Father Chrysostomos[perl #89544] Non-eval closures don’t need CvOUTSIDE
2012-06-20 Father Chrysostomosclosure.t: load test.pl at BEGIN time
2012-06-20 Eric BrineRT#113730 - $@ should be cleared on "do" IO error.
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
2012-06-20 Father ChrysostomosLet while.t run from the top level
2012-06-20 Karl Williamsoncomp/parser.t: Add some tests
2012-06-20 Karl Williamsonreg_mesg.t: Add tests
2012-06-20 Nicholas ClarkMore tests in t/op/arith.t for constant folding of...
2012-06-20 Father Chrysostomosregen pod issues
2012-06-19 Father Chrysostomosperlhacktips: long lines
2012-06-19 Reini Urbanperlhacktips: add AddressSanitizer
2012-06-19 David Mitchelloverloading: make qr fallback to "" better
2012-06-19 Nicholas ClarkIn t/op/arith.t, tryeq_sloppy() wasn't correctly handli...
2012-06-18 Nicholas ClarkAvoid tests converting @INC to abs paths where no longe...
2012-06-18 Nicholas ClarkSet GIT_DIR instead of changing directory in find_git_o...
2012-06-18 Chris 'BinGOs' Wil... Updated podlators to CPAN version 2.4.2
2012-06-17 Karl Williamsonperlop: Fit some verbatim lines into 79 cols
2012-06-17 Brian Fraserrequire should die if a file exists but can't be read.
2012-06-17 Karl Williamsont/re/re_tests: Clarify comment
2012-06-17 Karl Williamsonregcomp.c: Warn and don't emit a NUL for e.g. /\87/
2012-06-16 David Mitchellfix paren unwinding with CURLYN, CURLYM
2012-06-15 Father ChrysostomosLet hints.t run at the top level
2012-06-15 Father ChrysostomosTests for perl #94476
2012-06-15 Chris 'BinGOs' Wil... Updated Test-Harness to CPAN version 3.25
2012-06-15 David MitchellProperly restore PL_curcop after /(?{})/
2012-06-13 David Mitchellpropagate /msix and (?msix) etc flags into (??{})
2012-06-13 David Mitchelltest that code within /(?{})/ etc is optimised
2012-06-13 David Mitchelladd tests for (?{ return foo })
2012-06-13 David Mitchellun-TODO recursive split test
2012-06-13 David Mitchelladd test for /(??{exit})/
2012-06-13 David Mitchellavoid 'unescaped left brace' warnings
2012-06-13 David Mitchelladd tests for $1 modified compiling code block
2012-06-13 David Mitchelladd tests that (?{}) etc called in scalar context
2012-06-13 David Mitchellhandle weird/undef (?{}), (??{}) return value
2012-06-13 David Mitchellremove invalid assertion in (??{}) return code
2012-06-13 David Mitchellpropagate 'use re eval' into return from (??{})
2012-06-13 David Mitchellsave paren positions when running (?{}) code
2012-06-13 David Mitchell$+ and $^N not always correct on backtracking
2012-06-13 David Mitchellmake calling of /(?{}) code blocks correct
2012-06-13 David Mitchellmake OP_REGCRESET only for taint handling
2012-06-13 David Mitchelladd some more tests for PL_cv_has_eval
2012-06-13 David Mitchellpat_re_eval.t; test "use re 'eval'"
2012-06-13 David Mitchellensure regex evals report the right location
2012-06-13 David MitchellFix up runtime regex codeblocks.
2012-06-13 David Mitchellimprove skipping of regex [..] char class in toker
2012-06-13 David Mitchellskip re_eval leak test under -Dmad
2012-06-13 David Mitchellre-enable some threaded regex TODO tests
2012-06-13 David Mitchellre/pat_re_eval.t: tidy some 'use re eval' tests
2012-06-13 David Mitchelladd tests for regex recompilation
2012-06-13 David Mitchellforce recompiling of regex where closures matter
2012-06-13 David Mitchellpat_re_eval.t: reduce scope of 'use re eval'.
2012-06-13 David Mitchellpat_re_eval.t: remove 'no warnings'
2012-06-13 David Mitchelladd more tests for embedded qr// and code blocks
2012-06-13 David Mitchellpreserve code blocks in interpolated qr//s
2012-06-13 David Mitchellhandle /$not_utf8(?{...})$utf8/
2012-06-13 David Mitchell"don't recompile pattern" check: account for UTF8
2012-06-13 David Mitchellre_op_compile: recalc code indexes on utf8 upgrade
2012-06-13 David MitchellHandle literal code blocks in runtime regexes
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellIgnore code blocks within /[...]/
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellre_eval and closures: add lots of TODO tests
2012-06-13 David Mitchelldisable lexing of (?{}) within \Q, \U etc
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-06-11 Karl Williamsonop/eval.t: Change test
2012-06-11 Karl WilliamsonPATCH: [perl #113584] tr/// multiple transliterations
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-08 Karl WilliamsonExperimentally Use Unicode 6.2 beta
2012-06-07 Father ChrysostomosRemove droppings from t/
2012-06-07 Father ChrysostomosMake warn treat $@=3 and $@="3" the same
2012-06-07 Father Chrysostomospp_negate: Support magic big ints as strings
2012-06-07 Father Chrysostomospp_negate and the Unicode Bug
2012-06-07 Father ChrysostomosFix perl #57706 for magical vars: -"-10"
2012-06-07 Father Chrysostomospp_negate: Don’t treat nummified str as num
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-06-07 Father ChrysostomosMake warn handle magic vars (fixes [perl #97480])
2012-06-07 Father ChrysostomosMake prototype call FETCH before checking CORE:: prefix
2012-06-07 Father ChrysostomosMake strict refs report $1 the same way as "$1"
2012-06-07 Father ChrysostomosMake open(... "<&", $fileno) respect magic
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Report name w/initial null
2012-06-07 Father ChrysostomosMake UNIVERSAL::can treats str and num the same way
2012-06-07 Father ChrysostomosUse the same top format error for ""
2012-06-07 Father ChrysostomosGet rid of ‘Not a format reference’
2012-06-07 Father ChrysostomosAssertion failure with $/=*foo; warn;
2012-06-06 Father Chrysostomospending-author.t: Skip for lack of config
2012-06-06 Father Chrysostomosstash.t: 2 TODO tests I missed
2012-06-05 Dominic HargreavesCheck for linuxthreads with POSIX semantics
2012-06-05 Yves Ortonmake TRIE nodes "absorb" NOTHING->EXACT sequences
2012-06-05 Father Chrysostomos[perl #113486] pp_ctl.c: Don’t assume CopSTASH is a...
2012-06-05 Father Chrysostomosstash.t: Un-TODO passing tests
2012-06-02 Karl Williamsonpodcheck.t: white-space only: indent properly
2012-06-02 Karl Williamsonperl.pod: Remove reference to specific Unicode version
2012-06-02 Karl Williamsonfold_grind.t: DEBUG mode should automatically give...
2012-06-02 Karl Williamsonuni/fold.t: Improve some handling of older Unicodes
2012-06-02 Karl Williamsonuni/fold.t: Add details to some test names
2012-06-02 Karl Williamsonfold_grind.t: white-space, comments only
2012-06-02 Karl Williamsonreg_fold.t: Allow to work on early Unicodes
next