summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Fix the TODO handling in t/re/ReTest.pl's skip()Nicholas Clark2011-03-021-6/+10
* Convert taint.t to lexical file and directory handles, and 3 argument open.Nicholas Clark2011-03-021-34/+37
* In taint.t, convert the Fcntl and *printf tests to violates_taint().Nicholas Clark2011-03-021-58/+30
* In taint.t, violates_taint() now tests more of the "insecure dependency" error.Nicholas Clark2011-03-021-6/+7
* In taint.t, add violates_taint(), to replace a repeated is()/like() pair.Nicholas Clark2011-03-021-79/+44
* In taint.t, avoid using ok() where better test functions are more suitable.Nicholas Clark2011-03-021-6/+6
* In taint.t, replace C<not any_tainted(..)> with calls to isnt_tainted()Nicholas Clark2011-03-021-15/+18
* In taint.t, replace calls to all_tainted() with a loop over is_tainted().Nicholas Clark2011-03-021-8/+6
* Add {is,isnt}_tainted() to taint.t, to replace use of C<ok(tainted(...))>Nicholas Clark2011-03-021-334/+350
* Convert taint.t to use test.pl's testing functions.Nicholas Clark2011-03-021-259/+234
* toke.c: Raise error for multiple regexp modsKarl Williamson2011-03-011-0/+13
* fold_grind: Remove more tests under /dKarl Williamson2011-02-281-8/+21
* fold_grind.t: Reduce some tests.Karl Williamson2011-02-281-0/+14
* fold_grind.t: Clarify commentKarl Williamson2011-02-281-1/+2
* fold_grind.t: fix confusingly-named variableKarl Williamson2011-02-281-4/+4
* Convert the taint.t Fcntl tests to use tempfile(), instead of "foo".Nicholas Clark2011-02-281-15/+14
* Correct taint.t to skip the truncate test if $Config{d_truncate} is false.Nicholas Clark2011-02-281-4/+6
* Simplify the regression tests added in 3e6bd4bfcd175c61.Nicholas Clark2011-02-281-11/+7
* Eliminate tests for tainting of globs, skipped since 1999.Nicholas Clark2011-02-271-13/+1
* In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary.Nicholas Clark2011-02-271-1/+6
* [perl #76814] FETCH called twice - ||Father Chrysostomos2011-02-271-7/+3
* [perl #79442] A #line "F" in a string eval doesn't update *{"_<F"}Father Chrysostomos2011-02-271-1/+11
* Stop aelemfast from crashing on GVs with null AVsFather Chrysostomos2011-02-261-1/+3
* [perl #84746] Accessing $2 causes the interpreter to crashFather Chrysostomos2011-02-251-0/+3
* bleadperl breaks RCLAMP/Text-GlobKarl Williamson2011-02-251-1/+4
* Eliminate $::PatchId from t/re/*.t.Nicholas Clark2011-02-253-12/+7
* Remove now-unnecessary C<use File::Spec> from t/op/inccode.tNicholas Clark2011-02-251-1/+0
* Migrate t/op/{fork,runlevel,tie}.t to use run_multiple_progs().Nicholas Clark2011-02-255-109/+47
* Migrate the test running logic from t/lib/common.pl to t/test/plNicholas Clark2011-02-252-147/+157
* Convert t/lib/common.pl to lexical filehandles and 3-arg open.Nicholas Clark2011-02-251-16/+15
* In t/lib/common.pl, load File::Path on demand.Nicholas Clark2011-02-251-4/+5
* fold_grind.t: Skip some /aa tests.Karl Williamson2011-02-241-4/+13
* fold_grind.t: Skip some ASCII-only tests in /lKarl Williamson2011-02-241-0/+15
* fold_grind.t: Add commentKarl Williamson2011-02-241-0/+3
* fold_grind.t: White space onlyKarl Williamson2011-02-241-17/+19
* fold_grind.t: Run every charset on non-foldsKarl Williamson2011-02-241-0/+7
* fold_grind: fix commentKarl Williamson2011-02-241-2/+1
* Detect unsafe signals more reliably on BSD/SolarisLeon Timmermans2011-02-241-3/+9
* In t/lib/common.pl, inline print_err_line into its only caller.Nicholas Clark2011-02-241-17/+13
* In t/lib/common.pl, inline RandomMatch() into its only caller.Nicholas Clark2011-02-241-13/+4
* speed up t/porting/filenames.tDavid Mitchell2011-02-241-17/+38
* In test.pl, change _fresh_perl* to avoid using closures.Nicholas Clark2011-02-241-24/+22
* t/re/fold_grind.t: slight speed upDavid Mitchell2011-02-231-2/+3
* t/re/fold_grind.t: tidy up a bitDavid Mitchell2011-02-231-18/+24
* make t/re/fold_grind.t even fasterDavid Mitchell2011-02-231-3/+20
* make t/re/fold_grind.t fasterDavid Mitchell2011-02-231-30/+10
* Move the tests that blow away %ENV to the end of t/op/magic.tNicholas Clark2011-02-231-82/+87
* No need to sort {non_,}bincompat_options in Config, as they are always sorted.Nicholas Clark2011-02-231-1/+1
* Test that perl.c reports {non_,}bincompat_options in sorted order.Nicholas Clark2011-02-231-0/+18
* Skip t/re/pat_{advanced,rt_report}.t under minitest, as they use %- and %+Nicholas Clark2011-02-232-0/+8