summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* #!perl -C -w diesFather Chrysostomos2010-09-261-1/+14
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-6/+6
* [perl #71806] perldb does not setup %dbline with the shebang option -dFather Chrysostomos2010-09-231-1/+14
* Add (?^...) regex constructKarl Williamson2010-09-201-1/+1
* further fix for RT #23810David Mitchell2010-05-181-0/+40
* Change perl -v version formatDavid Golden2009-11-141-1/+3
* Move script.t from t/comp to t/run, as it's a test for invoking perl.Nicholas Clark2009-10-081-0/+29
* Adapt test to accept local uncommitted changesRafael Garcia-Suarez2009-10-031-1/+1
* For miniperl, disable PERL_UNICODE and -C.Nicholas Clark2009-09-231-0/+5
* split: Remove implicit split to @_Bo Borgerson2009-09-131-2/+2
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-084-13/+7
* t/TEST shouldn't use -M options until we've tested that they work.Nicholas Clark2009-08-261-2/+2
* WIFEXITED() cygwin regressionReini Urban2009-08-041-1/+1
* Avoid using embedded newlines in the "one"liners passed to runperl().Nicholas Clark2009-07-271-3/+3
* Add tests for where -C differs between then #! and command lines.Nicholas Clark2009-07-261-1/+13
* Allow -C on the #! line when it is identical to -C on the command line.Father Chrysostomos2009-07-261-1/+5
* Some of the TODOs in switches.t actually work on VMS.Craig A. Berry2009-07-181-0/+6
* use strict by default if "use 5.011" is in effect!Steffen Mueller2009-07-071-1/+6
* Trim all trailing / from "." in @INC when filling %INCRafael Garcia-Suarez2009-06-251-1/+16