summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/run/switches.tBrad Gilbert2010-12-081-2/+2
* Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-fooNicholas Clark2010-11-251-1/+7
* Adjust t/run/switchd-78586.t to work under t/TEST and t/harness.Nicholas Clark2010-11-111-1/+7
* Test for [perl #78586]Tim Bunce2010-11-111-0/+40
* Document that the -Ci, -Co, and -CD options have file scopeNiko Tyni2010-11-051-1/+16
* Don't fold constants in sprintf() if locales are usedNiko Tyni2010-10-271-1/+14
* LC_NUMERIC documentation updates + testsNiko Tyni2010-10-271-5/+88
* Refactor LC_NUMERIC test out of t/run/fresh_perl.tNiko Tyni2010-10-272-36/+50
* refactor and regularise label/statement grammarZefram2010-10-251-2/+2
* [perl #48332] Debugger corrupts symbol table mungingFather Chrysostomos2010-09-301-2/+17