summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
...
* Moved the original test file from the previous patch into t/op/lex.t,Jesse Vincent2009-11-251-15/+0
* add interpolation test for [perl #70091]Gerard Goossen2009-11-251-0/+15
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ...Gerard Goossen2009-11-211-2/+1
* Add a TODO test for "require" always being in scalar context.Gerard Goossen2009-11-211-2/+4
* S_utf16_textfilter() was not returning EOF correctly in some situations.Nicholas Clark2009-11-011-1/+4
* Tweak the filename regexp in parser.t so that ./TEST -utf16 op/parser.t passes.Nicholas Clark2009-11-011-7/+8
* S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs.Nicholas Clark2009-10-221-1/+18
* Test requiring files with non-BMP characters (encoded as surrogate pairs).Nicholas Clark2009-10-221-3/+20
* Tests for UTF-16 characters > 256, including those containing the octet 10.Nicholas Clark2009-10-221-11/+24
* Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16.Nicholas Clark2009-10-221-7/+9
* Move tests for $[ from comp/hints.t to op/array_base.tNicholas Clark2009-10-162-31/+9
* Move tests for $[ from comp/parser.t to op/array_base.tNicholas Clark2009-10-161-35/+1
* do subname() is deprecated, so this test from perl 1 needs updating.Nicholas Clark2009-10-161-4/+4
* 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
* 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-081-15/+1
* 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
* | Move script.t from t/comp to t/run, as it's a test for invoking perl.Nicholas Clark2009-10-081-29/+0
|/
* Avoid re-creating a temporary file with constant contents for use.tNicholas Clark2009-09-181-6/+3
* Avoid using lib.pm in miniperl's tests.Nicholas Clark2009-09-181-35/+35
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-082-19/+3