summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* op/cmp.t: fix failing tests under -ffast-mathDavid Mitchell2011-03-261-1/+15
* skip some tests under -UusedlDavid Mitchell2011-03-262-10/+22
* make t/op/rand.t fail less oftenDavid Mitchell2011-03-221-2/+2
* #84774: local $_ calls STORE when $_ is aliased to a tied hash elementJan Dubois2011-03-201-4/+15
* [perl #86328] coredump in cleaning up circular magicFather Chrysostomos2011-03-171-0/+34
* t/op/eval.t tweak for VMS due to record-oriented pipes.Craig A. Berry2011-03-161-0/+3
* Convert the remainder of t/op/closure.t to test.plNicholas Clark2011-03-161-74/+51
* Convert the middle test loops of closure.t to test.plNicholas Clark2011-03-161-14/+15
* Convert the last third of t/op/closure.t to test.plNicholas Clark2011-03-161-37/+27
* Hang on to child handle after signalling SIGTERMJan Dubois2011-03-151-0/+20
* Convert t/op/oct.t's main tests to data structure and loops.Nicholas Clark2011-03-151-110/+93
* Convert t/op/oct.t to using test.pl for comparisons and diagnostics.Nicholas Clark2011-03-151-25/+18
* Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed.Nicholas Clark2011-03-152-2/+0
* Bring the joy of strict (and warnings) to t/op/method.tNicholas Clark2011-03-141-16/+30
* Convert the remainder of t/op/eval.t to test.plNicholas Clark2011-03-141-168/+129
* In t/op/eval.t, move logic from a spawned program into the main test script.Nicholas Clark2011-03-141-45/+29
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-141-3/+8
* Convert the remainder of t/op/numconvert.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-27/+22
* Refactor t/op/assignwarn.t to generate all the tested code from data structuresNicholas Clark2011-03-131-68/+44
* Convert t/op/anonsub.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-64/+23
* Convert t/op/magic.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-43/+37
* Convert t/op/die_unwind.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-20/+17
* Convert t/op/die_except.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-19/+16
* Convert t/op/do.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-84/+88
* Convert t/op/pwent.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-109/+113
* C<not> should be C<!> in pwent.t, to fix a precedence bug.Nicholas Clark2011-03-131-2/+2
* In pwent.t, sanitise the logic for opening /etc/passwd, and calling skip_all()Nicholas Clark2011-03-131-17/+16
* Convert t/op/mydef.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-71/+71
* In t/op/mydef.t, add missing C<eval> to a test.Nicholas Clark2011-03-131-1/+1
* Convert t/op/inc.t to test.pl and use strict.Nicholas Clark2011-03-121-90/+61
* Fix long-standing bug in t/op/inc.t, whereby ok() ignored a failed match.Nicholas Clark2011-03-121-5/+7
* In t/op/inc.t, inline check_some_code() into its only call point.Nicholas Clark2011-03-121-34/+32
* In t/op/inc.t, reorder the parameters to check_some_code()Nicholas Clark2011-03-121-7/+5
* Convert t/op/study.t to use test.pl, strict and warnings.Nicholas Clark2011-03-121-58/+25
* Convert t/op/utf8cache.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-11/+7
* Convert t/op/readdir.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-29/+34
* Convert t/op/goto_xs.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-36/+27
* Move pwent.t's test for NIS+ earlier, before the "fallback" of /etc/passwdNicholas Clark2011-03-121-3/+3
* In t/op/pwent.t, create try_prog() for the common 'try this command' logic.Nicholas Clark2011-03-121-35/+20
* In utf8decode.t, use //x to add comments to the parsing regexp.Nicholas Clark2011-03-121-3/+9
* In utf8decode.t, test that we get the expected Unicode character(s)Nicholas Clark2011-03-121-20/+24
* In utf8decode.t, constrain more tightly the testing of expected warnings.Nicholas Clark2011-03-121-20/+31
* In utf8decode.t, use warning_is() for the should-not-warn cases.Nicholas Clark2011-03-121-22/+17
* In utf8decode.t, move the test data from a heredoc to <DATA>Nicholas Clark2011-03-121-46/+42
* In utf8decode.t, remove the \x sequence strings of bytesNicholas Clark2011-03-121-93/+84
* In utf8decode.t, test that the hex sequences and \x escapes are equivalent.Nicholas Clark2011-03-121-0/+2
* Convert utf8decode.t to test.plNicholas Clark2011-03-121-32/+17
* 11883c88c2a3bf14 introduced an error in 64bitint.t with long doubles.Nicholas Clark2011-03-121-0/+3
* C<not> should be C<!> in utf8decode.t, to fix a precedence bug.Nicholas Clark2011-03-111-31/+31
* Avoid race codition when setting process exit code on Windows.Jan Dubois2011-03-111-0/+12