summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Expand)AuthorAgeFilesLines
* Add descriptions to tests lacking them.James E Keenan2012-11-291-5/+10
* t/run/switchx.t: Add descriptions to tests lacking them.James E Keenan2012-11-292-4/+4
* t/run/switchF1.t: Add descriptions to tests in t/run/switchF1.t.James E Keenan2012-11-291-5/+7
* t/run/script.t: Add descriptions to all tests.James E Keenan2012-11-291-5/+4
* t/run/switchd.t: Add descriptions to tests lacking them.James E Keenan2012-11-291-3/+9
* t/run/switchp.t: Add descriptions to all tests.James E Keenan2012-11-291-3/+3
* t/run/switchI.t: Add descriptions to tests lacking them.James E Keenan2012-11-291-2/+3
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-3/+35
* [perl #115742] Push a new pad for recursive DB::DBFather Chrysostomos2012-11-151-1/+28
* Don’t crash with existent but undefined &DB::DBFather Chrysostomos2012-09-241-2/+11
* don't crash with -d if DB::DB is seen but not defined [perl #114990]Jesse Luehrs2012-09-241-1/+12
* Refactor t/run/switcha.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-201-3/+6
* [perl #105922] Allow any string before ->methFather Chrysostomos2012-09-201-1/+1
* t/run/mad.t: Avoid %ENV assignmentFather Chrysostomos2012-09-171-2/+2
* g++ + mad fails t/run/mad.tFather Chrysostomos2012-09-171-6/+6
* Refactor t/run/noswitch.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-5/+9
* Refactor t/run/switchF.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-3/+8
* Refactor t/run/switchn.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-3/+7
* Refactor t/run/switch0.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-2/+10
* "loading-file" and "loaded-file" DTrace probesShawn M Moore2012-08-282-1/+21
* "op-entry" DTrace probeShawn M Moore2012-08-281-2/+22
* ignore PERL_XMLDUMP when taintingTony Cook2012-08-081-0/+46
* fresh_perl.t: Skip #112312 tests on miniperlFather Chrysostomos2012-06-291-2/+2
* Test perl #112312, crash on syntax errorFather Chrysostomos2012-06-291-0/+52
* warn on -i with no input files given [perl #113410]Jesse Luehrs2012-06-261-1/+21
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-2/+1
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-131-3/+1
* Improve the tests for -xNicholas Clark2012-02-273-2/+21
* Improve the tests for the -n and -p switches.Nicholas Clark2012-02-272-4/+17
* Simplify platform specific code in t/run/cloexec.tNicholas Clark2012-02-271-6/+3
* Test ‘Too late for -[Mm]’Father Chrysostomos2011-12-301-1/+5
* [perl #104288] Die with ‘Unrecognized switch’ on #! lineFather Chrysostomos2011-12-301-1/+15
* test that version.pm does not clobber localeRicardo Signes2011-12-181-1/+31
* Fix pp_goto crash with orphaned GVFather Chrysostomos2011-11-181-1/+17
* Make sure $DB::sub is callableFather Chrysostomos2011-11-181-1/+17
* Restore VMS glob skip removed in 1bb8785a.Craig A. Berry2011-11-041-12/+19
* Rewrite csh_glob in C; fix two quoting bugsFather Chrysostomos2011-10-261-43/+17
* Make switchC.t pass if the environment variable PERL_UNICODE contains "S"Rafael Garcia-Suarez2011-08-311-6/+11
* Document and test the phase-change probeShawn M Moore2011-07-121-1/+63
* Load modules only after setting up @INCFlorian Ragwitz2011-07-121-3/+4
* New test file that exercises Perl's DTrace supportShawn M Moore2011-07-111-0/+94
* Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.tNicholas Clark2011-03-071-17/+0
* Add skip_all_without_config() to test.pl, and use it in 6 tests.Nicholas Clark2011-03-072-10/+3
* Add skip_all_without_perlio() to test.pl, and use it in 8 tests.Nicholas Clark2011-03-071-4/+1
* Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl().Nicholas Clark2011-03-071-7/+3
* In t/ avoid using File::Spec for paths only used by Perl.Nicholas Clark2011-03-061-4/+3
* In switchI.t, use nolib => 1 to make the tests pass on miniperl once more.Nicholas Clark2011-02-211-5/+2
* In runenv.t, don't automatically add -I../lib to the test program's arguments.Nicholas Clark2011-02-211-14/+11
* Refactor t/run/runenv.t to use lexical file handles.Nicholas Clark2011-02-211-12/+13
* In runenv.t, inline runperl() into try(), its only caller.Nicholas Clark2011-02-211-33/+9