summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* perl #126306: openbsd t/io/errno.t tests fail randomlyJarkko Hietaniemi2015-10-161-2/+4
* io/utf8.t: Generalize test for ebcdic, better skip msgKarl Williamson2015-09-031-3/+2
* io/utf8.t: Fix typo in commentKarl Williamson2015-09-031-1/+1
* [perl #125115] don't create file GLOB(...) when dupping a closed handleTony Cook2015-06-031-1/+9
* Handle fcntl(F_GETPIPE_SZ) failure in t/io/eintr.tDagfinn Ilmari Mannsåker2015-06-021-3/+3
* t/io/crlf.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-6/+8
* t/io/through.t: Generalize for EBCDIC platformsKarl Williamson2015-03-051-4/+29
* t/io/utf8.t: EBCDIC fixesKarl Williamson2015-03-051-17/+18
* readline should behave as <>, not <<>>Rafael Garcia-Suarez2015-03-051-5/+14
* t/io/bom.t: Generalize for non-ASCII platformsKarl Williamson2015-02-171-3/+5
* fix assertions for UTF8_TWO_BYTE_HI/LOHugo van der Sanden2015-02-121-1/+12
* disable Win32 sloppy stat in io/fs.t, io/stat.tTony Cook2015-01-061-0/+6
* Fix typos in two unrelated test descriptionsAaron Crane2014-12-241-1/+1
* Make fileno() builtin work on directory handlesAaron Crane2014-12-071-1/+22
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-0/+1
* In tests, 'use strict' etc after the @INC manipulation.Jarkko Hietaniemi2014-11-021-3/+3
* semctl() on cygwin throws SIGSYS if the cygserver isn't runningTony Cook2014-10-291-0/+1
* [perl #122703] ensure $! is set when chmod() and utime() failTony Cook2014-10-221-4/+23
* Fix stack-management bug when semctl encounters errorsAaron Crane2014-10-201-0/+24
* eintr.t needs Fcntl.Jarkko Hietaniemi2014-10-151-0/+2
* Add support for Linux pipe buffer size fcntl commandsDagfinn Ilmari Mannsåker2014-10-131-2/+6
* Test preamble: if requiring ./test.pl, needs chdir.Jarkko Hietaniemi2014-10-083-0/+3
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-082-2/+2
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* t/io/eintr.t: Make this pass on my ppc64 boxÆvar Arnfjörð Bjarmason2014-10-071-2/+7
* Do not rely on the precise error wordingRafael Garcia-Suarez2014-10-031-5/+5
* [perl #122657] TODO checking the result of recv() on hurdTony Cook2014-10-031-4/+11
* Compare recv return value to peername in socket testLeon Timmermans2014-10-031-1/+1
* New <<>> testsRafael Garcia-Suarez2014-10-011-4/+10
* Forgot to update SKIP count after last patchRafael Garcia-Suarez2014-09-301-1/+1
* Add a test for <<>> failing on the second fileRafael Garcia-Suarez2014-09-301-1/+8