summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-193-3/+3
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-3/+3
* Enable deprecation warnings by default.Nicholas Clark2009-10-162-28/+20
* shift with barewords is deprecated, so this test from perl 1 needs updating.Nicholas Clark2009-10-161-2/+2
* push and pop on barewords are deprecated, so need no warnings 'deprecated';Nicholas Clark2009-10-161-2/+8
* Opening dirhandle DIR also as a file needs no warnings 'deprecated';Nicholas Clark2009-10-161-4/+10
* defined @array and defined %hash need no warnings 'deprecated';Nicholas Clark2009-10-161-0/+2
* localisation of $[ is deprecated, so needs no warnings 'deprecated';Nicholas Clark2009-10-161-0/+1
* :locked is deprecated, so use :lvalue instead.Nicholas Clark2009-10-161-1/+1
* Tests for barewords and hash operators need no warnings 'deprecated';Nicholas Clark2009-10-161-4/+10
* do subname() is deprecated, so tests for it need no warnings 'deprecated';Nicholas Clark2009-10-161-4/+16
* do subname() is deprecated, so update this hunk of test dating from perl 1.Nicholas Clark2009-10-161-1/+1
* Bracket deprecated features with no warnings 'deprecated';Nicholas Clark2009-10-161-1/+10
* do subname() is deprecated, so this test from perl 3 needs updating.Nicholas Clark2009-10-161-18/+18
* Move tests for $[ from comp/hints.t to op/array_base.tNicholas Clark2009-10-164-32/+59
* Move tests for $[ from comp/parser.t to op/array_base.tNicholas Clark2009-10-162-35/+39
* do subname() is deprecated, so this test from perl 1 needs updating.Nicholas Clark2009-10-161-4/+4
* Move the test for the deprecated feature <<; out of t/base/lext.tNicholas Clark2009-10-162-4/+27
* Add no warnings 'deprecated' to a test that assigns to $[Nicholas Clark2009-10-161-1/+2
* Make the watchdog create a valid command for spawning.Craig A. Berry2009-10-161-3/+3
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-152-3/+42
* Patch t/win32/system.t for mingw32/64Sisyphus2009-10-141-1/+1
* The winsock select() implementation doesn't support all empty 'fd_set's.Jan Dubois2009-10-131-1/+12
* overload no longer implicitly unsets fallback on repeated 'use overload' line...Geoffrey T. Dairiki2009-10-121-0/+18
* Normalise 3 fatal pack/unpack error messages to "panic: %s"Nicholas Clark2009-10-121-3/+0
* Implement TODO support locally in t/comp/opsubs.tSteve Hay2009-10-121-5/+30
* Fix failed() calls in t/compSteve Hay2009-10-123-12/+12
* No longer need to skip t/comp/opsubs.t #22 on VMS.Craig A. Berry2009-10-111-4/+1
* porting/manifest.t now tests that all files listed in MANIFEST are present.Nicholas Clark2009-10-111-0/+2
* Default to running tests in cpan/ with relative paths for perl and @INCNicholas Clark2009-10-111-6/+40
* Run tests in ext/ and dist/ with relative paths for perl and @INC.Nicholas Clark2009-10-111-6/+8
* Darwin's groups can have spaces in themJosh ben Jore2009-10-101-1/+1
* Added a TODO test for RT#69332 - PerlIO returns undef instead of 0 on EOLJesse Vincent2009-10-101-1/+25
* Make _quote_args() return a result, rather than passing it a scalar reference.Nicholas Clark2009-10-091-3/+4
* Avoid using ++, op= and anon hash constructors in the testing code.Nicholas Clark2009-10-092-31/+38
* Add a test for the bootstrap rules for tests in t/Nicholas Clark2009-10-091-0/+47
* Don't use require in comp/fold.t, as require isn't tested yet.Nicholas Clark2009-10-091-3/+39
* Give names to all tests in t/comp/fold.tNicholas Clark2009-10-091-8/+8
* Move the require './test.pl' to the end of t/comp/hints.tNicholas Clark2009-10-091-32/+32
* Don't use require in comp/multiline.t, as require isn't tested yet.Nicholas Clark2009-10-091-6/+43
* Don't use require in comp/opsubs.t, as require isn't tested yet.Nicholas Clark2009-10-091-2/+61
* Don't use require in comp/our.t, as require isn't tested yet.Nicholas Clark2009-10-091-6/+21
* Don't use require in comp/parser.t, as require isn't tested yet.Nicholas Clark2009-10-091-10/+53
* Don't use require in comp/retainedlines.t, as require isn't tested yet.Nicholas Clark2009-10-091-4/+36
* Avoid relying on prototypes working for tests to pass. They aren't tested yet.Nicholas Clark2009-10-091-8/+7
* Don't use require in comp/uproto.t, as require isn't tested yet.Nicholas Clark2009-10-091-5/+45
* In opt(), use is(..., undef) rather than ok(!defined ...)Nicholas Clark2009-10-091-1/+5
* Move the test for require 5.11.0 not loading strictures to require.t from use.tNicholas Clark2009-10-092-5/+8
* Don't use require in comp/utf.t, as require isn't tested yet.Nicholas Clark2009-10-091-5/+11
* Use require.t's bytes_to_utf() in place of PerlIO layers in utf.tNicholas Clark2009-10-091-24/+16