summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print the encoding name as part of the test, rather than on a separate line.Nicholas Clark2009-10-091-3/+1
* Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8Nicholas Clark2009-10-091-8/+15
* Replace longhand invocations of test() with 3 nested loops.Nicholas Clark2009-10-091-19/+7
* Test utf8 with BOMs, like we already test utf16be and utf16le.Nicholas Clark2009-10-091-1/+4
* Move tests for use for "new style version numbers" to use.t from require.tNicholas Clark2009-10-092-10/+10
* Move &do_require to the top of require.t, so that @a is the first lexical.Nicholas Clark2009-10-081-7/+7
* Move the test for RT #49472 to op/attrs.t from comp/require.tNicholas Clark2009-10-082-16/+14
* Merge branch 'feature/package-name-version' into bleadRafael Garcia-Suarez2009-10-081-1/+34
|\
| * Add tests for syntax errors in "package Name VERSION"Rafael Garcia-Suarez2009-10-061-1/+15
| * Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-1/+20
* | Avoid using bytes in require.t, as pack "C0U" does what we need.Nicholas Clark2009-10-081-2/+1
* | Avoid using the strict pragma in retainedlines.t - use may not work yet.Nicholas Clark2009-10-081-3/+3
* | Avoid using the strict pragma in colon.t - use may not work yet.Nicholas Clark2009-10-081-6/+3
* | Avoid using pragmata in fold.t - use may not work yet.Nicholas Clark2009-10-081-8/+6
* | Avoid using pragmata in opsubs.t - use may not work yet.Nicholas Clark2009-10-081-11/+6
* | Avoid using the warnings pragma in proto.t - use may not work yet.Nicholas Clark2009-10-081-3/+15
* | Properly return a syntax error instead of segfaulting if each/keys/values is ...Rafael Garcia-Suarez2009-10-081-1/+7
* | Move script.t from t/comp to t/run, as it's a test for invoking perl.Nicholas Clark2009-10-081-0/+0
* | Makefile and makefile only exist on case-sensitive file systems, so allow them.Nicholas Clark2009-10-071-2/+4
* | Remove BEGIN{}, use '..', part deuxMax Maischein2009-10-072-16/+1
|/
* sort @files once, outside the loop.Nicholas Clark2009-10-061-1/+1
* Standardise t/lib/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-064-13/+14
* Remove commented out reference to Test::MoreNicholas Clark2009-10-061-1/+0
* Standarise t/porting/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-063-13/+16
* Replace a hardcoded temporary file name with test.pl's tempfile().Nicholas Clark2009-10-061-6/+1