| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved the original test file from the previous patch into t/op/lex.t, | Jesse Vincent | 2009-11-25 | 1 | -15/+0 |
* | add interpolation test for [perl #70091] | Gerard Goossen | 2009-11-25 | 1 | -0/+15 |
* | Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ... | Gerard Goossen | 2009-11-21 | 1 | -2/+1 |
* | Add a TODO test for "require" always being in scalar context. | Gerard Goossen | 2009-11-21 | 1 | -2/+4 |
* | S_utf16_textfilter() was not returning EOF correctly in some situations. | Nicholas Clark | 2009-11-01 | 1 | -1/+4 |
* | Tweak the filename regexp in parser.t so that ./TEST -utf16 op/parser.t passes. | Nicholas Clark | 2009-11-01 | 1 | -7/+8 |
* | S_utf16_textfilter() needs to avoid splitting UTF-16 surrogate pairs. | Nicholas Clark | 2009-10-22 | 1 | -1/+18 |
* | Test requiring files with non-BMP characters (encoded as surrogate pairs). | Nicholas Clark | 2009-10-22 | 1 | -3/+20 |
* | Tests for UTF-16 characters > 256, including those containing the octet 10. | Nicholas Clark | 2009-10-22 | 1 | -11/+24 |
* | Re-write S_utf16_textfilter() to correctly handle partial reads of UTF-16. | Nicholas Clark | 2009-10-22 | 1 | -7/+9 |
* | Move tests for $[ from comp/hints.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 2 | -31/+9 |
* | Move tests for $[ from comp/parser.t to op/array_base.t | Nicholas Clark | 2009-10-16 | 1 | -35/+1 |
* | do subname() is deprecated, so this test from perl 1 needs updating. | Nicholas Clark | 2009-10-16 | 1 | -4/+4 |
* | Implement TODO support locally in t/comp/opsubs.t | Steve Hay | 2009-10-12 | 1 | -5/+30 |
* | Fix failed() calls in t/comp | Steve Hay | 2009-10-12 | 3 | -12/+12 |
* | No longer need to skip t/comp/opsubs.t #22 on VMS. | Craig A. Berry | 2009-10-11 | 1 | -4/+1 |
* | Don't use require in comp/fold.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -3/+39 |
* | Give names to all tests in t/comp/fold.t | Nicholas Clark | 2009-10-09 | 1 | -8/+8 |
* | Move the require './test.pl' to the end of t/comp/hints.t | Nicholas Clark | 2009-10-09 | 1 | -32/+32 |
* | Don't use require in comp/multiline.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -6/+43 |
* | Don't use require in comp/opsubs.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -2/+61 |
* | Don't use require in comp/our.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -6/+21 |
* | Don't use require in comp/parser.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -10/+53 |
* | Don't use require in comp/retainedlines.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -4/+36 |
* | Avoid relying on prototypes working for tests to pass. They aren't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -8/+7 |
* | Don't use require in comp/uproto.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -5/+45 |
* | In opt(), use is(..., undef) rather than ok(!defined ...) | Nicholas Clark | 2009-10-09 | 1 | -1/+5 |
* | Move the test for require 5.11.0 not loading strictures to require.t from use.t | Nicholas Clark | 2009-10-09 | 2 | -5/+8 |
* | Don't use require in comp/utf.t, as require isn't tested yet. | Nicholas Clark | 2009-10-09 | 1 | -5/+11 |
* | Use require.t's bytes_to_utf() in place of PerlIO layers in utf.t | Nicholas Clark | 2009-10-09 | 1 | -24/+16 |
* | Print the encoding name as part of the test, rather than on a separate line. | Nicholas Clark | 2009-10-09 | 1 | -3/+1 |
* | Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8 | Nicholas Clark | 2009-10-09 | 1 | -8/+15 |
* | Replace longhand invocations of test() with 3 nested loops. | Nicholas Clark | 2009-10-09 | 1 | -19/+7 |
* | Test utf8 with BOMs, like we already test utf16be and utf16le. | Nicholas Clark | 2009-10-09 | 1 | -1/+4 |
* | Move tests for use for "new style version numbers" to use.t from require.t | Nicholas Clark | 2009-10-09 | 2 | -10/+10 |
* | Move &do_require to the top of require.t, so that @a is the first lexical. | Nicholas Clark | 2009-10-08 | 1 | -7/+7 |
* | Move the test for RT #49472 to op/attrs.t from comp/require.t | Nicholas Clark | 2009-10-08 | 1 | -15/+1 |
* | Merge branch 'feature/package-name-version' into blead | Rafael Garcia-Suarez | 2009-10-08 | 1 | -1/+34 |
|\ |
|
| * | Add tests for syntax errors in "package Name VERSION" | Rafael Garcia-Suarez | 2009-10-06 | 1 | -1/+15 |
| * | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -1/+20 |
* | | Avoid using bytes in require.t, as pack "C0U" does what we need. | Nicholas Clark | 2009-10-08 | 1 | -2/+1 |
* | | Avoid using the strict pragma in retainedlines.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -3/+3 |
* | | Avoid using the strict pragma in colon.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -6/+3 |
* | | Avoid using pragmata in fold.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -8/+6 |
* | | Avoid using pragmata in opsubs.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -11/+6 |
* | | Avoid using the warnings pragma in proto.t - use may not work yet. | Nicholas Clark | 2009-10-08 | 1 | -3/+15 |
* | | Move script.t from t/comp to t/run, as it's a test for invoking perl. | Nicholas Clark | 2009-10-08 | 1 | -29/+0 |
|/ |
|
* | Avoid re-creating a temporary file with constant contents for use.t | Nicholas Clark | 2009-09-18 | 1 | -6/+3 |
* | Avoid using lib.pm in miniperl's tests. | Nicholas Clark | 2009-09-18 | 1 | -35/+35 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 2 | -19/+3 |