| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re: Change 34184: Convert all unimaginative (ie race condition) temporary fil... | Bram | 2008-08-19 | 1 | -1/+1 |
* | VMS-specific follow-up to tempfile name changes in 34182, plus | Craig A. Berry | 2008-08-13 | 3 | -14/+8 |
* | RE: [perl #35877] Strange regex failure? | Bram | 2008-08-12 | 1 | -4/+7 |
* | [perl #52740] [PATCH-tests] crash when localizing a symtab entry | Bram | 2008-08-11 | 1 | -1/+6 |
* | Use App::Prove::State to store the timings for the tests, and if | Nicholas Clark | 2008-08-09 | 1 | -7/+36 |
* | Don't need to do the globbing before building the rules, as it makes | Nicholas Clark | 2008-08-09 | 1 | -1/+1 |
* | Everything in t/ can now run in parallel. | Nicholas Clark | 2008-08-08 | 1 | -12/+1 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-08 | 11 | -61/+48 |
* | Use test.pl, not Test.pm, in t/run/*.t | Nicholas Clark | 2008-08-08 | 1 | -3/+3 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-07 | 13 | -166/+158 |
* | Let rip with t/op/*.t in parallel too. | Nicholas Clark | 2008-08-07 | 1 | -2/+1 |
* | Use test.pl's tempfile(). | Nicholas Clark | 2008-08-07 | 13 | -90/+81 |
* | Fix bug in counting in tempfile(). | Nicholas Clark | 2008-08-07 | 1 | -7/+12 |
* | A proper tempfile function that can be used multiple times. | Nicholas Clark | 2008-08-07 | 1 | -2/+9 |
* | As rules can be glob patterns, leave them as glob patterns, and instead | Nicholas Clark | 2008-08-07 | 1 | -2/+2 |
* | Run t/uni/*.t t/mro/*.t t/lib/*.t fully in parallel. | Nicholas Clark | 2008-08-07 | 1 | -2/+5 |
* | If TEST_JOBS is set to something non-zero, use TAP::Harness to run the | Nicholas Clark | 2008-08-06 | 1 | -17/+90 |
* | Better temporary file name generation. (Avoid using ++, avoid file | Nicholas Clark | 2008-08-06 | 1 | -5/+20 |
* | Bring the joy of strict to t/harness. | Nicholas Clark | 2008-08-06 | 1 | -2/+3 |
* | Tests for [perl #57564] and [perl #24524] Refcounting bug | Bram | 2008-08-06 | 1 | -1/+13 |
* | Upgrade to Test::Harness 3.13 | Nicholas Clark | 2008-07-31 | 13 | -1/+262 |
* | Convert undef.t to use test.pl and strict. | Nicholas Clark | 2008-07-26 | 1 | -37/+41 |
* | Convert yadayada.t to test.pl and strict, and fix two diagnostic errors | Nicholas Clark | 2008-07-26 | 1 | -17/+17 |
* | Convert wantarray.t to use strict and test.pl | Nicholas Clark | 2008-07-26 | 1 | -17/+27 |
* | watchdog() fix for MSWin32 | Jerry D. Hedden | 2008-07-23 | 1 | -0/+1 |
* | Fix skips in test.pl | Jerry D. Hedden | 2008-07-22 | 1 | -3/+3 |
* | test.pl | Jerry D. Hedden | 2008-07-16 | 1 | -4/+4 |
* | Update Compression modules to version 2.012 | Paul Marquess | 2008-07-16 | 2 | -1/+39 |
* | Make format items @* and ^* work with references (safely). Note no-one | Nicholas Clark | 2008-07-13 | 1 | -1/+10 |
* | For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great care | Nicholas Clark | 2008-07-13 | 1 | -12/+44 |
* | Format tests for @* too. | Nicholas Clark | 2008-07-12 | 1 | -12/+16 |
* | Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGL | Nicholas Clark | 2008-07-11 | 1 | -1/+22 |
* | Bring the joy of strict to the rest of write.t | Nicholas Clark | 2008-07-11 | 1 | -7/+11 |
* | Complete the conversion of t/op/write.t to test.pl, and remove my | Nicholas Clark | 2008-07-11 | 1 | -61/+41 |
* | Reduce the -| skip back to just the tests that use it, and re-align the | Nicholas Clark | 2008-07-11 | 1 | -19/+23 |
* | Start converting t/op/write.t to test.pl | Nicholas Clark | 2008-07-11 | 1 | -28/+27 |
* | [Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl regexp (core Perl i... | Abigail | 2008-07-09 | 1 | -0/+3 |
* | test.pl fix | Jerry D. Hedden | 2008-07-08 | 1 | -56/+81 |
* | Skip chown() tests added by #34092 on Win32 | Steve Hay | 2008-07-03 | 1 | -2/+5 |
* | Fix test count that was missed in #34092 | Steve Hay | 2008-07-03 | 1 | -1/+1 |
* | Omit tests introduced by #34077 and #34084 which fail on Win32 | Steve Hay | 2008-07-03 | 1 | -5/+3 |
* | Avoid using -> function call notation within test.pl, which is supposed | Nicholas Clark | 2008-07-01 | 1 | -3/+1 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 7 | -15/+211 |
* | common test code for timed bail | Jerry D. Hedden | 2008-06-28 | 1 | -0/+102 |
* | qx($nosuchfile) isn't portable (Windows whines on STDERR) | Dave Mitchell | 2008-06-25 | 1 | -4/+2 |
* | Re: split smoke for threaded -DDEBUGGING builds | Reini Urban | 2008-06-25 | 1 | -11/+2 |
* | Skip one test that was failing with DEBUGGING and threads, | Rafael Garcia-Suarez | 2008-06-25 | 1 | -2/+11 |
* | more incorrect variable reported in uninitialized value warnings | Dave Mitchell | 2008-06-24 | 1 | -6/+26 |
* | Incorrect variable reported in uninitialized value warning. | Dave Mitchell | 2008-06-22 | 1 | -0/+127 |
* | [perl #51370] length($@)>0 for empty $@ if utf8 is in use | Bram | 2008-06-17 | 1 | -1/+60 |