This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct taint.t to skip the truncate test if $Config{d_truncate} is false.
[perl5.git] / t /
2011-02-28 Nicholas ClarkCorrect taint.t to skip the truncate test if $Config...
2011-02-28 Nicholas ClarkSimplify the regression tests added in 3e6bd4bfcd175c61.
2011-02-27 Nicholas ClarkEliminate tests for tainting of globs, skipped since...
2011-02-27 Nicholas ClarkIn gv_autoload4(), ensure set magic is called on $...
2011-02-27 Father Chrysostomos[perl #76814] FETCH called twice - ||
2011-02-27 Father Chrysostomos[perl #79442] A #line "F" in a string eval doesn't...
2011-02-26 Father ChrysostomosStop aelemfast from crashing on GVs with null AVs
2011-02-26 Father Chrysostomos[perl #84746] Accessing $2 causes the interpreter to...
2011-02-26 Karl Williamsonbleadperl breaks RCLAMP/Text-Glob
2011-02-25 Nicholas ClarkEliminate $::PatchId from t/re/*.t.
2011-02-25 Nicholas ClarkRemove now-unnecessary C<use File::Spec> from t/op...
2011-02-25 Nicholas ClarkMigrate t/op/{fork,runlevel,tie}.t to use run_multiple_...
2011-02-25 Nicholas ClarkMigrate the test running logic from t/lib/common.pl...
2011-02-25 Nicholas ClarkConvert t/lib/common.pl to lexical filehandles and...
2011-02-25 Nicholas ClarkIn t/lib/common.pl, load File::Path on demand.
2011-02-25 Karl Williamsonfold_grind.t: Skip some /aa tests.
2011-02-25 Karl Williamsonfold_grind.t: Skip some ASCII-only tests in /l
2011-02-25 Karl Williamsonfold_grind.t: Add comment
2011-02-25 Karl Williamsonfold_grind.t: White space only
2011-02-25 Karl Williamsonfold_grind.t: Run every charset on non-folds
2011-02-25 Karl Williamsonfold_grind: fix comment
2011-02-24 Leon TimmermansDetect unsafe signals more reliably on BSD/Solaris
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline print_err_line into its...
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline RandomMatch() into its only...
2011-02-24 David Mitchellspeed up t/porting/filenames.t
2011-02-24 Nicholas ClarkIn test.pl, change _fresh_perl* to avoid using closures.
2011-02-23 David Mitchellt/re/fold_grind.t: slight speed up
2011-02-23 David Mitchellt/re/fold_grind.t: tidy up a bit
2011-02-23 David Mitchellmake t/re/fold_grind.t even faster
2011-02-23 David Mitchellmake t/re/fold_grind.t faster
2011-02-23 Nicholas ClarkMove the tests that blow away %ENV to the end of t...
2011-02-23 Nicholas ClarkNo need to sort {non_,}bincompat_options in Config...
2011-02-23 Nicholas ClarkTest that perl.c reports {non_,}bincompat_options in...
2011-02-23 Nicholas ClarkSkip t/re/pat_{advanced,rt_report}.t under minitest...
2011-02-23 Nicholas ClarkSkip the test for #77684 under minitest, as it requires...
2011-02-22 Karl Williamsoncharset.t: Skip locale tests if non locale
2011-02-22 Karl Williamsonfold_grind.t: Skip locale tests if wrong locale
2011-02-22 Karl Williamsonfold_grind.t: Don't use test numbers for todos
2011-02-22 Karl Williamsont/test.pl: Add is_miniperl()
2011-02-22 Nicholas ClarkAllow t/re/regexp.t to conditionally skip tests on...
2011-02-22 Nicholas ClarkSkip a warnings test under miniperl that relies on...
2011-02-22 David Mitchellmake /\p{isUserDefined}/ die on taint
2011-02-22 Nicholas ClarkAvoid loading modules for %! and %+ on meeting %{...
2011-02-22 Karl WilliamsonRevert "Revert "fold_grind.t: Test multi-char folds""
2011-02-21 Nicholas ClarkBreak out the test for #27839 into a new test file.
2011-02-21 Nicholas ClarkUnder minitest, skip tests in op/g{oto,v}.t that need...
2011-02-21 Nicholas ClarkIn t/io/open.t, skip the tests for loading IO::File...
2011-02-21 Nicholas ClarkAdd skip_if_miniperl() to test.pl, and use it in op...
2011-02-21 Nicholas ClarkBreak out the test for #72922 into a new test file.
2011-02-21 Nicholas ClarkConvert t/re/re.t to use done_testing(), instead of...
2011-02-21 Nicholas ClarkAdd skip_all_if_miniperl() to test.pl, and use it in...
2011-02-21 Nicholas ClarkSkip reg_namedcapture.t when run by miniperl
2011-02-21 Nicholas ClarkIn t/TEST, automatically detect if running under miniperl
2011-02-21 Nicholas ClarkIn switchI.t, use nolib => 1 to make the tests pass...
2011-02-21 Nicholas ClarkIn runenv.t, don't automatically add -I../lib to the...
2011-02-21 Nicholas ClarkRefactor t/run/runenv.t to use lexical file handles.
2011-02-21 Nicholas ClarkIn runenv.t, inline runperl() into try(), its only...
2011-02-20 Ævar Arnfjörð Bjar... t/re/re.t: remove leftover diag() debugging in 94b03d7d
2011-02-20 Ævar Arnfjörð Bjar... Revert "fold_grind.t: Test multi-char folds"
2011-02-20 Leon TimmermansFix timing issues with test in sigdispatch.t on certain...
2011-02-20 Karl WilliamsonAllow suffix form for /a /d /l /u
2011-02-20 Karl Williamsonregexec.c: Fix utf8 e.g. [\s] under locale
2011-02-19 Karl WilliamsonRevert "regcomp: Add warning if tries to use \p in...
2011-02-19 Karl WilliamsonFix locale caseless matching and utf8
2011-02-19 Karl Williamsonre/fold_grind.t: Fix improper skipping test
2011-02-19 Karl Williamsonre/fold_grind.t: Improve debug diagnostic
2011-02-18 David Mitchelltaint REGEX SVs as well as refs to them
2011-02-18 Tony Cookadjust the skip count to account for the new test in...
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-02-18 Karl Williamsont/op/caller.t: Comment magic number
2011-02-18 Karl Williamsondiag.t: Allow underscore in warnings categories
2011-02-17 Karl Williamsonop/turkish.t: Fix wrong test explanations
2011-02-17 Leon TimmermansUnblock signal-mask on error for unsafe signals
2011-02-17 David Mitchelltest.pl: ok mess to stdout not stderr on success
2011-02-17 Karl Williamsonfold_grind.t: Shorten eval string so no overflow
2011-02-16 David Mitchellfix many s/// tainting bugs
2011-02-16 David Mitchelladd comprehensive m// and s/// taint tests
2011-02-16 Father Chrysostomosadd refcnt_inc/dec to perldiag
2011-02-16 Father Chrysostomos[perl #78494] Pipes cause threads to hang on join()
2011-02-15 Ævar Arnfjörð Bjar... t/porting/podcheck.t: remove unused __DATA__ section
2011-02-14 Karl Williamsonfold_grind.t: Test multi-char folds
2011-02-14 Karl WilliamsonAdd /aa regex modifier
2011-02-14 Karl Williamsonfold_grind.t: Fix comments
2011-02-14 Karl Williamsonfold_grind.t: use common subroutine
2011-02-14 Karl Williamsonfold_grind.t: comment fixes
2011-02-14 Karl Williamsonfold_grind.t: white space only
2011-02-13 Tony Cookignore extensions based on the configuration
2011-02-13 Tony Cookactually handle the case of extensions being built...
2011-02-13 Karl Williamsonregex: Deprecate \b{ and \B{
2011-02-13 Karl Williamsonregcomp.c: include { in unregcognized \q{ warning
2011-02-11 David Goldenretab t/porting/checkcase.t
2011-02-11 David Goldent/porting/checkcase.t should skip directories
2011-02-10 Father ChrysostomosPrevent destructors called from gp_free from seeing...
2011-02-10 Father Chrysostomos[perl #77692] substr causes panic: sv_len_utf8 cache...
2011-02-10 Nicholas ClarkIn test.pl, validate that require_ok() and use_ok(...
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-02-08 Hugo van der SandenFix failing tests.
2011-02-08 Hugo van der SandenAdd supplied tests from perl #83194.
2011-02-07 Nicholas ClarkWhen running tests from lib/, set @INC and $ENV{PERL5LI...
2011-02-06 David Mitchellfix a s/non-utf8/is-utf8/ bit of nastiness
next