This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Add the entry about text-mode source from 270ca14
[perl5.git] / t / op /
2011-03-20 Jan Dubois#84774: local $_ calls STORE when $_ is aliased to...
2011-03-17 Father Chrysostomos[perl #86328] coredump in cleaning up circular magic
2011-03-16 Craig A. Berryt/op/eval.t tweak for VMS due to record-oriented pipes.
2011-03-16 Nicholas ClarkConvert the remainder of t/op/closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the middle test loops of closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the last third of t/op/closure.t to test.pl
2011-03-16 Jan DuboisHang on to child handle after signalling SIGTERM
2011-03-15 Nicholas ClarkConvert t/op/oct.t's main tests to data structure and...
2011-03-15 Nicholas ClarkConvert t/op/oct.t to using test.pl for comparisons...
2011-03-15 Nicholas ClarkDon't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as...
2011-03-14 Nicholas ClarkBring the joy of strict (and warnings) to t/op/method.t
2011-03-14 Nicholas ClarkConvert the remainder of t/op/eval.t to test.pl
2011-03-14 Nicholas ClarkIn t/op/eval.t, move logic from a spawned program into...
2011-03-14 David Mitchell[perl #82250] fix tainted (s)print format
2011-03-14 Nicholas ClarkConvert the remainder of t/op/numconvert.t to test...
2011-03-13 Nicholas ClarkRefactor t/op/assignwarn.t to generate all the tested...
2011-03-13 Nicholas ClarkConvert t/op/anonsub.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/magic.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/die_unwind.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/die_except.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/do.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkConvert t/op/pwent.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkC<not> should be C<!> in pwent.t, to fix a precedence...
2011-03-13 Nicholas ClarkIn pwent.t, sanitise the logic for opening /etc/passwd...
2011-03-13 Nicholas ClarkConvert t/op/mydef.t to test.pl, strict and warnings.
2011-03-13 Nicholas ClarkIn t/op/mydef.t, add missing C<eval> to a test.
2011-03-12 Nicholas ClarkConvert t/op/inc.t to test.pl and use strict.
2011-03-12 Nicholas ClarkFix long-standing bug in t/op/inc.t, whereby ok() ignor...
2011-03-12 Nicholas ClarkIn t/op/inc.t, inline check_some_code() into its only...
2011-03-12 Nicholas ClarkIn t/op/inc.t, reorder the parameters to check_some_code()
2011-03-12 Nicholas ClarkConvert t/op/study.t to use test.pl, strict and warnings.
2011-03-12 Nicholas ClarkConvert t/op/utf8cache.t to test.pl, strict and warnings.
2011-03-12 Nicholas ClarkConvert t/op/readdir.t to test.pl, strict and warnings.
2011-03-12 Nicholas ClarkConvert t/op/goto_xs.t to test.pl, strict and warnings.
2011-03-12 Nicholas ClarkMove pwent.t's test for NIS+ earlier, before the "fallb...
2011-03-12 Nicholas ClarkIn t/op/pwent.t, create try_prog() for the common ...
2011-03-12 Nicholas ClarkIn utf8decode.t, use //x to add comments to the parsing...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that we get the expected Unicode...
2011-03-12 Nicholas ClarkIn utf8decode.t, constrain more tightly the testing...
2011-03-12 Nicholas ClarkIn utf8decode.t, use warning_is() for the should-not...
2011-03-12 Nicholas ClarkIn utf8decode.t, move the test data from a heredoc...
2011-03-12 Nicholas ClarkIn utf8decode.t, remove the \x sequence strings of...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that the hex sequences and \x...
2011-03-12 Nicholas ClarkConvert utf8decode.t to test.pl
2011-03-12 Nicholas Clark11883c88c2a3bf14 introduced an error in 64bitint.t...
2011-03-11 Nicholas ClarkC<not> should be C<!> in utf8decode.t, to fix a precede...
2011-03-11 Jan DuboisAvoid race codition when setting process exit code...
2011-03-11 Nicholas ClarkConvert t/op/64bitint.t to test.pl
2011-03-11 David Mitchelladd more tests for 'my @a =' OPpASSIGN_COMMON
2011-03-11 Nicholas ClarkRefactor die_exit.t to loop over a list, rather than...
2011-03-11 Nicholas ClarkConvert t/op/die_exit.t to test.pl
2011-03-09 Craig A. Berrytaint.t broken by refactoring
2011-03-08 Nicholas ClarkRefactor skip_all_without_config() to take a list of...
2011-03-08 Nicholas ClarkSimplify the logic in t/thread_it.pl, as the callers...
2011-03-08 Nicholas ClarkRefactor inccode.t to use is_miniperl() instead of...
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2011-03-07 Nicholas ClarkRefactor sigdispatch.t to use is_miniperl() instead...
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_all(), instead of longhand...
2011-03-07 Nicholas ClarkRefactor t/op/getpid.t to use skip_all_if_miniperl...
2011-03-07 Nicholas ClarkReplace quit() in t/op/groups.t with test.pl's skip_all()
2011-03-07 Nicholas ClarkAdd skip_all_without_config() to test.pl, and use it...
2011-03-07 Nicholas ClarkRefactor 5 tests to use skip_all(), instead of generati...
2011-03-07 Nicholas ClarkAdd skip_all_without_perlio() to test.pl, and use it...
2011-03-07 Nicholas ClarkRefactor 6 tests in t/op and t/run to use skip_all_if_m...
2011-03-06 David LeadbeaterFix [perl #85508] regression in print length undef
2011-03-06 Nicholas ClarkMove the tests for split /\s/ and Unicode from split...
2011-03-06 Nicholas ClarkEnsure t/op/stat.t passes under minitest if File::Spec...
2011-03-06 Nicholas ClarkEnsure t/op/mkdir.t passes under minitest by loading...
2011-03-06 Nicholas ClarkEnsure that chdir.t can find File::Spec and Cwd under...
2011-03-06 Nicholas ClarkIn gv.t, check that the installed $SIG{__DIE__} handler...
2011-03-06 Nicholas ClarkSkip taint.t and lex_utf8.t under minitest, as both...
2011-03-06 Nicholas ClarkSkip a block of ref.t's tests on minitest, as C<re...
2011-03-06 Nicholas ClarkCorrect the skip count for t/op/switch.t under minitest.
2011-03-06 Nicholas ClarkFix magic.t's expectation for $^X under minitest when...
2011-03-06 Nicholas ClarkIn t/ avoid using File::Spec for paths only used by...
2011-03-06 Nicholas ClarkRefactor t/op/time.t to use test.pl's warning_is().
2011-03-06 Father Chrysostomos[perl #77384] Passing a ref to warn doesn't append...
2011-03-02 Nicholas ClarkConvert taint.t to lexical file and directory handles...
2011-03-02 Nicholas ClarkIn taint.t, convert the Fcntl and *printf tests to...
2011-03-02 Nicholas ClarkIn taint.t, violates_taint() now tests more of the...
2011-03-02 Nicholas ClarkIn taint.t, add violates_taint(), to replace a repeated...
2011-03-02 Nicholas ClarkIn taint.t, avoid using ok() where better test function...
2011-03-02 Nicholas ClarkIn taint.t, replace C<not any_tainted(..)> with calls...
2011-03-02 Nicholas ClarkIn taint.t, replace calls to all_tainted() with a loop...
2011-03-02 Nicholas ClarkAdd {is,isnt}_tainted() to taint.t, to replace use...
2011-03-02 Nicholas ClarkConvert taint.t to use test.pl's testing functions.
2011-02-28 Nicholas ClarkConvert the taint.t Fcntl tests to use tempfile(),...
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-26 Father ChrysostomosStop aelemfast from crashing on GVs with null AVs
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-24 Leon TimmermansDetect unsafe signals more reliably on BSD/Solaris
2011-02-23 Nicholas ClarkMove the tests that blow away %ENV to the end of t...
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 %{...
next