summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
...
* Correct spelling error.James E Keenan2018-12-291-1/+1
* Thoroughly test paragraph modeJames E Keenan2018-12-191-0/+504
* t/io/eintr.t: Skip some tests on pre-16 Darwin.Abigail2018-12-151-55/+62
* (perl #133659) make an in-place edit successful if the exit status is zeroTony Cook2018-11-261-1/+1
* (perl #133659) tests for global destruction handling of inplace editingTony Cook2018-11-261-1/+27
* Handle OSes where filesystems can be mounted with 'noatime' optionJames E Keenan2018-10-311-4/+5
* Move subroutine definition to end of file.James E Keenan2018-10-301-59/+58
* Regularize indents within subroutine definition.James E Keenan2018-10-301-53/+52
* Fully encapsulate check_utime_result()James E Keenan2018-10-301-2/+3
* Remove code commented out since March 2002.James E Keenan2018-10-301-8/+4
* Repeatedly hard-coding an integer is a mistake.James E Keenan2018-10-301-9/+11
* Make descriptions more self-documentingJames E Keenan2018-10-301-6/+6
* Add notes so it's easier to see where we are in test file.James E Keenan2018-10-301-2/+4
* Use t/test.pl's note() functionJames E Keenan2018-10-301-5/+5
* (perl #133604) fix binmode on Win32 :crlf layersTony Cook2018-10-222-3/+0
* (perl #133604) test for binmode removing :utf8Tony Cook2018-10-221-1/+17
* (perl #133604) skip a new test on Win32 that fails only on Win32Tony Cook2018-10-221-0/+2
* (perl #125760) add fatal :utf8 tests for recv and sendTony Cook2018-10-181-0/+90
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-8/+6
* (perl #133314) test for handle leaks from in-place editingTony Cook2018-08-011-1/+45
* t/test.pl: Add $|=1;Karl Williamson2018-06-251-0/+2
* No list open on VMS as yet.Craig A. Berry2018-02-161-4/+18
* [perl #121028] avoid creating a shell processTony Cook2018-02-151-5/+15
* [perl #115814] skip layer test under miniperlHugo van der Sanden2018-02-031-0/+1
* test for IO handle in localised globZefram2018-01-161-1/+17
* VMS does have fchmod and fchown.Craig A. Berry2018-01-151-0/+1
* test that open()ed filehandles are close-on-execZefram2017-12-221-1/+35
* set FD_CLOEXEC atomically in easy casesZefram2017-12-223-6/+86
* stop gensyming when vivifying IO handlesZefram2017-12-101-3/+26
* fix naming of some test temp filesZefram2017-11-141-26/+26
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-3/+3
* the unopened test should use a file handle distinct from "OTHER"Tony Cook2017-10-171-1/+2
* Use library functions instead of manual TAP in t/io/tell.t.Dmitry Ulanov2017-10-151-51/+44
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-202-4/+9
* (perl #127663) add more in-place edit testsTony Cook2017-09-111-1/+23
* (perl #127663) only test renaming directories with rename() available.Tony Cook2017-09-111-11/+16
* io/perlio.t: Un-TODO now passing testKarl Williamson2016-12-111-1/+1
* Revert "Do not try to fchown() to uid -1 and gid -1."Tony Cook2016-11-151-2/+2
* Silence deprecation warnings in testsMatthew Horsfall2016-11-141-0/+1
* t/io/socket.t: tests for RT #7614Dan Collins2016-10-211-0/+9
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-131-1/+1
* eintr.t miniperl fix-upFather Chrysostomos2016-08-181-2/+1
* Use set_up_inc for several unit testsNicolas R2016-08-1833-59/+56
* [RT #128574] Fix use of fresh_perl in testsDan Collins2016-08-011-1/+1
* darwin was failing this test under PERLIO=stdioTony Cook2016-07-131-0/+4
* (perl #128316) preserve errno from failed system callsTony Cook2016-06-161-0/+22
* [perl #127533] only test semctl() if we have everything needed to use itTony Cook2016-03-091-0/+2
* Make open failures little less cryptic.Jarkko Hietaniemi2016-03-071-2/+2
* Do not try to fchown() to uid -1 and gid -1.Jarkko Hietaniemi2016-02-071-2/+2
* TODO long-failing argv.t tests on VMS.Craig A. Berry2016-01-231-17/+23