| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip the hanging eintr.t test on GNU/kFreeBSD too | Niko Tyni | 2011-08-04 | 1 | -1/+1 |
* | re-indent some tests for readability | Father Chrysostomos | 2011-07-16 | 1 | -14/+16 |
* | Correct skip count in perlio.t | Father Chrysostomos | 2011-07-16 | 1 | -1/+1 |
* | revert recent changes to eintr.t | David Mitchell | 2011-06-16 | 1 | -60/+10 |
* | [perl #92828] eintr.t hangs on FreeBSD | David Mitchell | 2011-06-15 | 1 | -0/+29 |
* | [perl #90130] Allow CORE::* without feature.pm | Father Chrysostomos | 2011-06-11 | 1 | -1/+6 |
* | eintr.t: skip based on capability rather than OS | David Mitchell | 2011-06-09 | 1 | -10/+31 |
* | [perl #92258] <$fh> hangs on a glob copy | Father Chrysostomos | 2011-06-05 | 1 | -1/+7 |
* | skip t/io/eintr.t on production releases | David Mitchell | 2011-05-03 | 1 | -1/+6 |
* | [perl #88420] BOM support on Windows broken in 5.13.11 | Jan Dubois | 2011-04-13 | 1 | -0/+14 |
* | Improve comment for skipped test on Solaris in t/io/eintr.t | Andy Dougherty | 2011-03-22 | 1 | -0/+1 |
* | Skip t/io/eintr.t for Solaris 8 as well | Andy Dougherty | 2011-03-22 | 1 | -1/+2 |
* | Read Perl code on Windows in text mode by default. | Jan Dubois | 2011-03-16 | 1 | -0/+81 |
* | Rename test.pl's skip_all_without_extension to *_dynamic_extension(). | Nicholas Clark | 2011-03-12 | 2 | -4/+2 |
* | Skip eintr.t on FreeBSD (see perl #85842 and #84688). | Craig A. Berry | 2011-03-11 | 1 | -1/+3 |
* | Refactor 4 tests to use skip_if_miniperl(). | Nicholas Clark | 2011-03-07 | 1 | -2/+1 |
* | Refactor the startup logic in fflush.t to use skip_all() | Nicholas Clark | 2011-03-07 | 1 | -10/+5 |
* | Refactor 5 tests to use skip_all(), instead of generating TAP locally. | Nicholas Clark | 2011-03-07 | 2 | -10/+5 |
* | Add skip_all_without_perlio() to test.pl, and use it in 8 tests. | Nicholas Clark | 2011-03-07 | 6 | -17/+9 |
* | Ensure that t/io/{print,read,say}.t load Errno at BEGIN time. | Nicholas Clark | 2011-03-06 | 3 | -7/+8 |
* | Tidy perlio_open.t, by using test.pl skip_all* functions where appropriate. | Nicholas Clark | 2011-03-06 | 1 | -13/+3 |
* | Add skip_all_without_extension() to test.pl, for the common skip idiom. | Nicholas Clark | 2011-03-06 | 1 | -3/+2 |
* | Tidy t/io/layers.t | Nicholas Clark | 2011-03-06 | 1 | -16/+8 |
* | Tidy t/io/crlf.t | Nicholas Clark | 2011-03-06 | 1 | -5/+4 |
* | Tidy t/io/binmode.t | Nicholas Clark | 2011-03-06 | 1 | -15/+13 |
* | Under minitest, tests requiring File::Spec->devnull(), as it may not be built. | Nicholas Clark | 2011-03-06 | 1 | -24/+35 |
* | In t/ avoid using File::Spec for paths only used by Perl. | Nicholas Clark | 2011-03-06 | 1 | -2/+1 |
* | Skip the test for #77684 under minitest, as it requires PerlIO::scalar | Nicholas Clark | 2011-02-23 | 1 | -1/+2 |
* | In t/io/open.t, skip the tests for loading IO::File when running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -1/+2 |
* | Add skip_all_if_miniperl() to test.pl, and use it in 6 test scripts | Nicholas Clark | 2011-02-21 | 1 | -0/+1 |
* | [perl #38456] binmode FH, ":crlf" only modifies top crlf layer | Leon Timmermans | 2011-01-27 | 1 | -3/+15 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | close the produced test file so win32 can unlink it | Tony Cook | 2010-12-28 | 1 | -0/+1 |
* | Replaced '1 while unlink' with 'unlink_all' in t/io/perlio.t | Brad Gilbert | 2010-12-08 | 1 | -5/+5 |
* | Replaced 'unlink' with 'unlink_all' in t/io/nargv.t | Brad Gilbert | 2010-12-08 | 1 | -1/+1 |
* | Replaced '1 while unlink' with 'unlink_all' in t/io/fs.t | Brad Gilbert | 2010-12-08 | 1 | -1/+1 |
* | Replaced '1 while unlink' with 'unlink_all' in t/io/argv.t | Brad Gilbert | 2010-12-08 | 1 | -1/+1 |
* | Skip t/io/eintr.t on Cygwin, too - hangs | Jerry D. Hedden | 2010-11-30 | 1 | -1/+1 |
* | Filehandle method calls load IO::File on demand | David Golden | 2010-11-29 | 2 | -1/+36 |
* | document why eintr.t needs to be skipped on Win32 | David Mitchell | 2010-11-29 | 1 | -0/+3 |
* | disable t/io/eintr.t on windows | David Mitchell | 2010-11-28 | 1 | -1/+1 |
* | Skip eintr.t on VMS. | Craig A. Berry | 2010-11-28 | 1 | -0/+5 |
* | Make PerlIO marginally reentrant | David Mitchell | 2010-11-26 | 1 | -0/+126 |
* | localize $@ during binmode (RT#78844) | David Golden | 2010-11-06 | 1 | -1/+0 |
* | Added test for RT#78844 | David Golden | 2010-11-06 | 1 | -1/+9 |
* | Use STDOUT in defout.t to suppress that ‘#foo’ under TEST/harness | Father Chrysostomos | 2010-10-29 | 1 | -5/+9 |
* | Cleanup output from t/io/defout.t RT#78572 | Jerry D. Hedden | 2010-10-26 | 1 | -3/+4 |
* | Revert "[PATCH] Cleanup output from t/io/defout.t RT#78572" | Father Chrysostomos | 2010-10-26 | 1 | -4/+5 |
* | [PATCH] Cleanup output from t/io/defout.t RT#78572 | Jerry D. Hedden | 2010-10-26 | 1 | -5/+4 |
* | [perl #77810] Scalars vs globs | Father Chrysostomos | 2010-10-24 | 1 | -8/+9 |