| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use t/TEST to test a "read only file", repeatedly chmod-ing it a-w. | Nicholas Clark | 2009-08-27 | 1 | -10/+10 |
* | t/harness and t/TEST can both use the same _run_test() to invoke tests. | Nicholas Clark | 2009-08-27 | 2 | -2/+7 |
* | Share common code in t/TEST and t/harness, by having harness require ./TEST | Nicholas Clark | 2009-08-27 | 2 | -38/+17 |
* | In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812] | Chip Salzenberg | 2009-08-26 | 1 | -1/+13 |
* | No need to use File::Spec, as all names remain internal to perl. | Nicholas Clark | 2009-08-26 | 1 | -4/+2 |
* | Break out the code that finds tests in MANIFEST into _tests_from_manifest(). | Nicholas Clark | 2009-08-26 | 2 | -74/+89 |
* | %OVER was removed in October 2001 with 6ff868ee and 73ddec28. | Nicholas Clark | 2009-08-26 | 1 | -3/+0 |
* | t/TEST shouldn't use -M options until we've tested that they work. | Nicholas Clark | 2009-08-26 | 3 | -9/+23 |
* | Ensure $ENV{PERL_CORE} is always set, but correctly tainted. | Nicholas Clark | 2009-08-26 | 1 | -2/+4 |
* | abd39864 broke t/harness when $ENV{TEST_JOBS} was not set. Oops. Fixed. | Nicholas Clark | 2009-08-25 | 1 | -17/+17 |
* | Refactor t/harness to always use TAP::Harness. | Michael G. Schwern | 2009-08-25 | 1 | -16/+12 |
* | Document the purpose of TestInit | Michael G. Schwern | 2009-08-25 | 1 | -0/+3 |
* | Refactoring to consoldate some hard coded paths. | Michael G. Schwern | 2009-08-25 | 1 | -6/+9 |
* | There's no reason to load TestInit in TEST. | Michael G. Schwern | 2009-08-25 | 1 | -1/+0 |
* | Quote "strict"->import and "warnings"->import to quiet warnings. | Michael G. Schwern | 2009-08-25 | 1 | -2/+2 |
* | Refactor the code to run the test into _run_test() | Michael G. Schwern | 2009-08-25 | 1 | -45/+61 |
* | Refactoring to move the code to read the test for special options into its ow... | Michael G. Schwern | 2009-08-25 | 1 | -33/+40 |
* | This is reading the first line of the test, not running it. | Michael G. Schwern | 2009-08-25 | 1 | -1/+1 |
* | Run t/run/*.t before t/cmd/*.t, making the order base, cmd, run, and note why. | Nicholas Clark | 2009-08-25 | 2 | -2/+6 |
* | Remove File::Spec from t/TEST - VMS is fine without it. Win32 doesn't use it. | Nicholas Clark | 2009-08-25 | 1 | -14/+20 |
* | String with NULL auto-increment bug fix | Bo Borgerson | 2009-08-25 | 1 | -1/+3 |
* | Merge commit 'shlomif/blead' into blead | Rafael Garcia-Suarez | 2009-08-24 | 1 | -1/+8 |
|\ |
|
| * | Add a regression test for RT #68182. | Shlomi Fish | 2009-08-09 | 1 | -1/+8 |
* | | Fix parsing of readline(FH) [perl #68458] | Rafael Garcia-Suarez | 2009-08-23 | 1 | -5/+12 |
* | | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 2 | -5/+48 |
* | | Instead of trusting mro::get_linear_isa(), test it against the expected output. | Nicholas Clark | 2009-08-20 | 1 | -1/+13 |
* | | Optimise mro_get_linear_isa_c3() when there is a single parent. 40% speed up. | Nicholas Clark | 2009-08-20 | 1 | -0/+69 |
* | | Optimise S_mro_get_linear_isa_dfs() when dealing with the first parent class. | Nicholas Clark | 2009-08-20 | 1 | -0/+53 |
* | | Skip maintainers.t on VMS. | Craig A. Berry | 2009-08-16 | 1 | -0/+4 |
* | | Suppress system messages when op/ref.t calls die on VMS. | Craig A. Berry | 2009-08-15 | 1 | -3/+4 |
* | | Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66. | Nicholas Clark | 2009-08-13 | 1 | -2/+2 |
* | | Added a failing test for a bareword parsing regression created in 984f9f66 | Slaven Rezic | 2009-08-12 | 1 | -0/+14 |
* | | Restore t/harness path checks on Win32 | Max Maischein | 2009-08-11 | 1 | -1/+4 |
|/ |
|
* | Run the main tests "slowest first" by ordering the rules correctly. | Nicholas Clark | 2009-08-09 | 1 | -9/+21 |
* | Inline _seq_dir_rules(), as it is now used in only one place. | Nicholas Clark | 2009-08-09 | 1 | -14/+11 |
* | Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -1/+1 |
* | [perl #68108] : also fix if/else constant folding | Father Chrysostomos | 2009-08-07 | 1 | -1/+20 |
* | ExtUtils::MakeMaker 6.55_02 | David Mitchell | 2009-08-05 | 1 | -1/+1 |
* | Promote blocks resulting from constant folding to first-class do { } blocks | Vincent Pit | 2009-08-04 | 1 | -1/+21 |
* | WIFEXITED() cygwin regression | Reini Urban | 2009-08-04 | 1 | -1/+1 |
* | Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ... | Jesse Vincent | 2009-08-03 | 1 | -3/+2 |
* | Remove the port to MiNT. It's a dead platform that hasn't had any love since... | Jesse Vincent | 2009-08-03 | 4 | -7/+5 |
* | Add the new "porting" test directory to the test harness | Jesse Vincent | 2009-08-03 | 2 | -1/+2 |
* | Flipped checkcase.pl from a porting tool to an actual test file | Jesse Vincent | 2009-08-03 | 1 | -0/+36 |
* | Clean up the new maintainers.t to be a bit more sensible about paths | Jesse Vincent | 2009-08-03 | 1 | -5/+8 |
* | made the manicheck actions (previously releng) into tests that always run | Jesse Vincent | 2009-07-31 | 1 | -0/+30 |
* | Sort MANIFEST using Perl | Jerry D. Hedden | 2009-07-29 | 1 | -21/+13 |
* | Avoid shelling out to an external sort to verify that MANIFEST is sorted. | Nicholas Clark | 2009-07-29 | 1 | -6/+21 |
* | Merge branch 'deletelocal' into blead | Vincent Pit | 2009-07-29 | 1 | -1/+184 |
|\ |
|
| * | Introduce "delete local" | Vincent Pit | 2009-07-25 | 1 | -1/+184 |